aderusha / HASwitchPlate

LCD touchscreen for Home Automation
MIT License
730 stars 128 forks source link

MQTT Homeseer Integration #73

Closed mattster98 closed 5 years ago

mattster98 commented 5 years ago

Trying to plumb the HASP into Homeseer via MQTT. Most things seem to be working (status, initialization), but for its events, Homeseer seems to require a numeric value (1 or 0) for the button status instead of "OFF' or "ON".

Is that hard-coded, or is there something I can change in either Nextion or the MQTT initialization to change that? I didn't see it anywhere.

aderusha commented 5 years ago

That is hard-coded here.

mattster98 commented 5 years ago

Update - my issue was with a plugin, not with what HASP was sending. No changes needed to ensure compatibility.