How to upload settings to devices with MQTT messages ? #3584
-
Hi, I'm starting to migrate all my sensors to separate lightweight gateways by protocol, such as node-zwave-js, Node-Red for Enocean and RFX Com, hue2mqtt, zigbee2mqtt etc... and have most of my home logic relying on full MQTT events before summer 2022, but separately from a GUI gateway, such as Home Assistant (I will also switch to it, but prefer to decouple the devices and rely only on HA virtual devices triggered by MQTT events). I first saw ZWave2Mqtt, being replaced by this project, but I can't find any documentation here about how to upload settings to a Zwave-device with node-zwave-js from an MQTT message. Apparently this could be done on Zwave2MQTT, as explained here. I especially have a few Fibaro FGMS-001-ZW5 sensors with lots of settings (see here on p. 11 of user manual), that I currently update through Domoticz HTTP API. So my questions are :
I just trying to know if I can dig right now into node-zwave-js by relying on former ZWave2Mqtt documentation, or if it's a best bet to still rely on Domoticz for this feature in the next months, to avoid yet another migration from ZWave2Mqtt to node-zwave-js just after a few months. Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
@glecoz Did you checked docs? https://zwave-js.github.io/zwavejs2mqtt/#/guide/mqtt?id=set-values In this same page you will found all the MQTT related stuff |
Beta Was this translation helpful? Give feedback.
@glecoz Did you checked docs? https://zwave-js.github.io/zwavejs2mqtt/#/guide/mqtt?id=set-values
In this same page you will found all the MQTT related stuff