[NODE-RED] Z-wave integration

Hello,

To address the incompatibility of one of my Z-wave devices with Gladys, I am trying to use Node Red.

However, there are very few Z-Wave tutorials for Node-Red ^^’

Here is the most basic project:
A button in Gladys On/Off, sends the info to Node-Red via MQTT (No problem with this part)

My Z-Wave RGBW LED device is well connected in Node-RED but I am stuck on the part to transmit the information in the correct format.

In the CMD factory part, I cannot figure out the information I need to provide to indicate the On/Off sent by Gladys.

Thanks in advance for your help :slight_smile:

I don’t know if this can help you, but @VonOx mentioned it in a tutorial:

After that, he uses Zwavejs2mqtt and not ZWaveJS directly in Node-RED

I use zwavejs2mqtt, it’s much simpler

If I understand correctly @VonOx, you have a zwaveMQTT server (separate / in addition) to Gladys and NODE-RED?

This allows everyone to communicate (I still have Home Assistant) and since access to a dongle (Z-Wave or Zigbee) is exclusive, it prevents problems.

I finally found it

For those who want to do the Zwave integration directly in NODE-RED with ZwaveJS

In the factory you just have to indicate the endpoint and the params which will be your payload

Then the class that corresponds to your action