homebridge-pico-w-bridge
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

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

/homebridge-pico-w-bridge/

    Package Sidebar

    Install

    npm i homebridge-pico-w-bridge

    Weekly Downloads

    0

    Version

    1.0.3

    License

    Apache-2.0

    Unpacked Size

    98.4 kB

    Total Files

    84

    Last publish

    Collaborators

    • raresdesigns