1.0.14 • Published 10 months ago

homebridge-mqtt-weather-sensor v1.0.14

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

Homebridge MQTT weather sensor Static Badge

Homebridge MQTT weather sensor is a plugin that exposes temperature, humidity, battery level from sensors stored in an MQTT server.

The names of the fields in the MQTT server topic are: temperature, humidity and battery_level


Install

Install the plugin using:

npm i -g homebridge-mqtt-weather-sensor

Configure

Add to the accessories field of your Homebridge config.json file (default location at ~/.homebridge/config.json) :

"accessory": "MQTTWeatherSensor",
"name": "Mqtt Weather Sensor",
"host": "YOUR_MQTT_SERVER", 
"port": 1883,
"username": "YOUR_USERNAME",
"password": "YOUR_PASSWORD",
"topic": "esp32_station",
"debug": true,
    "globalValues": {
        "manufacturer": "ESP32_Station",
        "serialNumber": "1234567890",
        "model": "Sensor"
    }
1.0.14

10 months ago

1.0.13

10 months ago

1.0.12

10 months ago

1.0.11

10 months ago

1.0.10

10 months ago

1.0.9

10 months ago

1.0.8

10 months ago

1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago