1.0.3 • Published 1 year ago

homebridge-pico-w-bridge v1.0.3

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

PicoW Bridge

verified-by-homebridge

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": "..."
        }
      ]
    }
  ]
}
1.0.3

1 year ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago