arachnetech / homebridge-mqttthing

A plugin for Homebridge allowing the integration of many different accessory types using MQTT.
Apache License 2.0
468 stars 104 forks source link

Leak Sensor #79

Closed netRunner0 closed 4 years ago

netRunner0 commented 5 years ago

I can not get the leak sensor to work.

My config:

{ "accessory": "mqttthing", "type": "leakSensor", "name": "leaksensor", "url": "mqtt://10.0.0.43", "logMqtt": true, "username": "", "password": "", "caption": "Philio PST02-5B Leak Sensor", "topics": { "getLeakDetected": "zway/leak" }, "onValue": "on", "offValue": "off" },

I see that on and off values are transmitted via mqtt, but nothing changes

[3/17/2019, 6:34:14 PM] [leaksensor] Received MQTT: zway/leak = on [3/17/2019, 6:34:15 PM] [leaksensor] Received MQTT: zway/leak = off [3/17/2019, 6:35:11 PM] [leaksensor] Received MQTT: zway/leak = on [3/17/2019, 6:35:15 PM] [leaksensor] Received MQTT: zway/leak = off [3/17/2019, 6:35:19 PM] [leaksensor] Received MQTT: zway/leak = on [3/17/2019, 6:35:26 PM] [leaksensor] Received MQTT: zway/leak = off

tobekas commented 5 years ago

please try Version 1.0.42

arachnetech commented 4 years ago

Is this still an issue?