UNPKG

homebridge-mqtt-weather-sensor

Version:

Homebridge plugin for MQTT weather sensor

16 lines (15 loc) 346 B
{ "accessory": "MQTTWeatherSensor", "name": "Mqtt Weather Sensor", "host": "localhost", "port": 1883, "username": "YOUR_USERNAME", "password": "YOUR_PASSWORD", "topic": "esp32_station", "debug": true, "globalValues": { "manufacturer": "ESP32_Station", "serialNumber": "1234567890", "model": "Sensor" } }