homebridge-pico-w-bridge

Homebridge plugin to control custom embedded IoT devices

APACHE-2.0 License

Downloads
10
Stars
3
Committers
1

PicoW Bridge

This is a bridge for the RPi PicoW firmware that i made at https://github.com/RaresAil/pico-w-template in order to build custom IoT Devices, the board currently has the following services.

For more info check the other repo.

Services

  • Thermostat
  • Adjustable Desk (Shown as Window Covering)

Config example

{
  "platforms": [
    {
      "platform": "RPiPicoWBridge",
      "name": "PicoW Bridge",
      "enableDebugMode": false,
      "devices": [
        {
          "ip": "192.168.x.x",
          "secret": "..."
        }
      ]
    }
  ]
}