moroen / ZWave-MQTT-plugin

A domoticz plugin for zwave over MQTT
4 stars 2 forks source link

FIBARO FGRGBWM441 RGBW Controller #19

Open hestiap opened 2 years ago

hestiap commented 2 years ago

there is no device to change the color (present in OZW in domoticz) see: https://www.domoticz.com/forum/viewtopic.php?p=278987#p278987

heggink commented 2 years ago

Hi Hestiap,

There is no RGB device indeed. I am hoping it's just a simple add to the configuration file but, for me to figure it out, I need the exact messages that are sent from zwavejs2mqtt to the plugin. Also, it would really help if you can switch on full debug in the plugin and post tjhose messages here as well.

That way, I can see what messages and topics are being sent. Also, domoticz has 8 different RGB devices defined so I also need to select the right one.

Herman

hestiap commented 2 years ago

Hi Herman I've set the plugin in dz on 'all' regarding the debug, I've also set them on zwavejs2mqtt After I touch all the devices created LED Terrasse 57, 58, 59, 60, 61, 62 The results: few log on dz 2021-08-30 22:50:48.361 Status: User: admhestia (IP: 192.168.9.14) initiated a switch command (1971/LED Terrasse 57/Off) 2021-08-30 22:50:50.600 Status: User: admhestia (IP: 192.168.9.14) initiated a switch command (1972/LED Terrasse 58/Off) 2021-08-30 22:50:51.610 Status: User: admhestia (IP: 192.168.9.14) initiated a switch command (1973/LED Terrasse 59/Off) 2021-08-30 22:50:53.015 Status: User: admhestia (IP: 192.168.9.14) initiated a switch command (1974/LED Terrasse 60/Off) 2021-08-30 22:50:54.130 Status: User: admhestia (IP: 192.168.9.14) initiated a switch command (1975/LED Terrasse 61/Off) 2021-08-30 22:50:55.336 Status: User: admhestia (IP: 192.168.9.14) initiated a switch command (1976/LED Terrasse 62/Off) 2021-08-30 22:50:57.769 Status: User: admhestia (IP: 192.168.9.14) initiated a switch command (1971/LED Terrasse 57/Set Level) 2021-08-30 22:50:59.416 Status: User: admhestia (IP: 192.168.9.14) initiated a switch command (1972/LED Terrasse 58/Set Level) 2021-08-30 22:51:01.649 Status: User: admhestia (IP: 192.168.9.14) initiated a switch command (1973/LED Terrasse 59/Set Level) 2021-08-30 22:51:03.004 Status: User: admhestia (IP: 192.168.9.14) initiated a switch command (1976/LED Terrasse 62/Set Level) 2021-08-30 22:51:04.520 Status: User: admhestia (IP: 192.168.9.14) initiated a switch command (1975/LED Terrasse 61/Set Level) 2021-08-30 22:51:06.307 Status: User: admhestia (IP: 192.168.9.14) initiated a switch command (1974/LED Terrasse 60/Set Level) 2021-08-30 22:51:20.743 Status: User: admhestia (IP: 192.168.9.14) initiated a switch command (1971/LED Terrasse 57/Set Level) 2021-08-30 22:51:22.460 Status: User: admhestia (IP: 192.168.9.14) initiated a switch command (1972/LED Terrasse 58/Set Level) 2021-08-30 22:51:23.240 Status: User: admhestia (IP: 192.168.9.14) initiated a switch command (1973/LED Terrasse 59/Set Level) 2021-08-30 22:51:24.059 Status: User: admhestia (IP: 192.168.9.14) initiated a switch command (1976/LED Terrasse 62/Set Level) 2021-08-30 22:51:25.126 Status: User: admhestia (IP: 192.168.9.14) initiated a switch command (1975/LED Terrasse 61/Set Level) 2021-08-30 22:51:26.083 Status: User: admhestia (IP: 192.168.9.14) initiated a switch command (1974/LED Terrasse 60/Set Level) 2021-08-30 22:51:28.321 Status: User: admhestia (IP: 192.168.9.14) initiated a switch command (1971/LED Terrasse 57/Off) 2021-08-30 22:51:29.426 Status: User: admhestia (IP: 192.168.9.14) initiated a switch command (1972/LED Terrasse 58/Off) 2021-08-30 22:51:30.356 Status: User: admhestia (IP: 192.168.9.14) initiated a switch command (1973/LED Terrasse 59/Off) 2021-08-30 22:51:31.211 Status: User: admhestia (IP: 192.168.9.14) initiated a switch command (1976/LED Terrasse 62/Off) 2021-08-30 22:51:32.369 Status: User: admhestia (IP: 192.168.9.14) initiated a switch command (1975/LED Terrasse 61/Off) 2021-08-30 22:51:33.606 Status: User: admhestia (IP: 192.168.9.14) initiated a switch command (1974/LED Terrasse 60/Off)

More log on zwavejs2mqtt

2021-08-30 20:51:20.750 INFO MQTT: Message received on zwave/95/38/0/targetValue/set, <Buffer 7b 22 76 61 6c 75 65 22 3a 20 37 32 7d> 2021-08-30 20:51:20.753 INFO ZWAVE: Writing 72 to 95-38-0-targetValue 2021-08-30 20:51:20.855 INFO ZWAVE: Node 95: value updated: 38-0-currentValue 0 => 72 2021-08-30 20:51:22.473 INFO MQTT: Message received on zwave/95/38/1/targetValue/set, <Buffer 7b 22 76 61 6c 75 65 22 3a 20 33 37 7d> 2021-08-30 20:51:22.475 INFO ZWAVE: Writing 37 to 95-38-1-targetValue 2021-08-30 20:51:22.581 INFO ZWAVE: Node 95: value updated: 38-1-currentValue 0 => 37 2021-08-30 20:51:23.247 INFO MQTT: Message received on zwave/95/38/2/targetValue/set, <Buffer 7b 22 76 61 6c 75 65 22 3a 20 35 36 7d> 2021-08-30 20:51:23.249 INFO ZWAVE: Writing 56 to 95-38-2-targetValue 2021-08-30 20:51:23.356 INFO ZWAVE: Node 95: value updated: 38-2-currentValue 0 => 56 2021-08-30 20:51:24.080 INFO MQTT: Message received on zwave/95/38/5/targetValue/set, <Buffer 7b 22 76 61 6c 75 65 22 3a 20 35 30 7d> 2021-08-30 20:51:24.081 INFO ZWAVE: Writing 50 to 95-38-5-targetValue 2021-08-30 20:51:24.183 INFO ZWAVE: Node 95: value updated: 38-5-currentValue 0 => 50 2021-08-30 20:51:25.163 INFO MQTT: Message received on zwave/95/38/4/targetValue/set, <Buffer 7b 22 76 61 6c 75 65 22 3a 20 34 34 7d> 2021-08-30 20:51:25.164 INFO ZWAVE: Writing 44 to 95-38-4-targetValue 2021-08-30 20:51:25.269 INFO ZWAVE: Node 95: value updated: 38-4-currentValue 0 => 44 2021-08-30 20:51:26.002 INFO ZWAVE: Node 95: value updated: 38-0-currentValue 72 => 50 2021-08-30 20:51:26.112 INFO MQTT: Message received on zwave/95/38/3/targetValue/set, <Buffer 7b 22 76 61 6c 75 65 22 3a 20 34 34 7d> 2021-08-30 20:51:26.114 INFO ZWAVE: Writing 44 to 95-38-3-targetValue 2021-08-30 20:51:26.222 INFO ZWAVE: Node 95: value updated: 38-3-currentValue 0 => 44 2021-08-30 20:51:27.738 INFO ZWAVE: Node 95: value updated: 38-1-currentValue 37 => 53 2021-08-30 20:51:28.374 INFO MQTT: Message received on zwave/95/38/0/targetValue/set, <Buffer 7b 22 76 61 6c 75 65 22 3a 20 30 7d> 2021-08-30 20:51:28.377 INFO ZWAVE: Writing 0 to 95-38-0-targetValue 2021-08-30 20:51:28.512 INFO ZWAVE: Node 95: value updated: 38-2-currentValue 56 => 54 2021-08-30 20:51:28.748 INFO ZWAVE: Node 95: value updated: 38-0-currentValue 50 => 0 2021-08-30 20:51:29.333 INFO ZWAVE: Node 95: value updated: 38-5-currentValue 50 => 40 2021-08-30 20:51:29.346 INFO ZWAVE: Node 30: value updated: 50-0-value-66049 0 => 0 2021-08-30 20:51:29.437 INFO MQTT: Message received on zwave/95/38/1/targetValue/set, <Buffer 7b 22 76 61 6c 75 65 22 3a 20 30 7d> 2021-08-30 20:51:29.439 INFO ZWAVE: Writing 0 to 95-38-1-targetValue 2021-08-30 20:51:29.538 INFO ZWAVE: Node 95: value updated: 38-1-currentValue 53 => 0 2021-08-30 20:51:30.359 INFO MQTT: Message received on zwave/95/38/2/targetValue/set, <Buffer 7b 22 76 61 6c 75 65 22 3a 20 30 7d> 2021-08-30 20:51:30.361 INFO ZWAVE: Writing 0 to 95-38-2-targetValue 2021-08-30 20:51:30.444 INFO ZWAVE: Node 95: value updated: 38-4-currentValue 44 => 23 2021-08-30 20:51:30.712 INFO ZWAVE: Node 95: value updated: 38-2-currentValue 54 => 0 2021-08-30 20:51:31.261 INFO MQTT: Message received on zwave/95/38/5/targetValue/set, <Buffer 7b 22 76 61 6c 75 65 22 3a 20 30 7d> 2021-08-30 20:51:31.263 INFO ZWAVE: Writing 0 to 95-38-5-targetValue 2021-08-30 20:51:31.378 INFO ZWAVE: Node 95: value updated: 38-3-currentValue 44 => 15 2021-08-30 20:51:31.617 INFO ZWAVE: Node 95: value updated: 38-5-currentValue 40 => 0 2021-08-30 20:51:32.396 INFO MQTT: Message received on zwave/95/38/4/targetValue/set, <Buffer 7b 22 76 61 6c 75 65 22 3a 20 30 7d> 2021-08-30 20:51:32.398 INFO ZWAVE: Writing 0 to 95-38-4-targetValue 2021-08-30 20:51:32.500 INFO ZWAVE: Node 95: value updated: 38-4-currentValue 23 => 0 2021-08-30 20:51:33.630 INFO MQTT: Message received on zwave/95/38/3/targetValue/set, <Buffer 7b 22 76 61 6c 75 65 22 3a 20 30 7d> 2021-08-30 20:51:33.631 INFO ZWAVE: Writing 0 to 95-38-3-targetValue 2021-08-30 20:51:33.729 INFO ZWAVE: Node 95: value updated: 38-3-currentValue 15 => 0 2021-08-30 20:51:33.892 INFO ZWAVE: Node 95: value updated: 38-0-currentValue 0 => 8 2021-08-30 20:51:34.686 INFO ZWAVE: Node 95: value updated: 38-1-currentValue 0 => 6 2021-08-30 20:51:35.623 INFO ZWAVE: Node 54 is now awake 2021-08-30 20:51:35.869 INFO ZWAVE: Node 95: value updated: 38-2-currentValue 0 => 3 2021-08-30 20:51:36.773 INFO ZWAVE: Node 95: value updated: 38-5-currentValue 0 => 0 2021-08-30 20:51:37.080 INFO ZWAVE: Node 54 is now asleep 2021-08-30 20:51:37.650 INFO ZWAVE: Node 95: value updated: 38-4-currentValue 0 => 0 2021-08-30 20:51:38.878 INFO ZWAVE: Node 95: value updated: 38-3-currentValue 0 => 0 2021-08-30 20:51:41.046 INFO ZWAVE: Node 107: value updated: 50-0-value-66049 0 => 0 2021-08-30 20:51:55.095 INFO ZWAVE: Node 130: value updated: 50-0-value-66049 0 => 0 2021-08-30 20:51:59.333 INFO ZWAVE: Node 30: value updated: 50-0-value-66049 0 => 0

The devices 1971 ZwaveMQTT4 /95/38/0/currentValue 57 LED Terrasse 57 Light/Switch Switch Set Level: 8 % 1972 ZwaveMQTT4 /95/38/1/currentValue 58 LED Terrasse 58 Light/Switch Switch Set Level: 6 %
1973 ZwaveMQTT4 /95/38/2/currentValue 59 LED Terrasse 59 Light/Switch Switch Set Level: 3 %
1974 ZwaveMQTT4 /95/38/3/currentValue 60 LED Terrasse 60 Light/Switch Switch Off 1975 ZwaveMQTT4 /95/38/4/currentValue 61 LED Terrasse 61 Light/Switch Switch Off 1976 ZwaveMQTT4 /95/38/5/currentValue 62 LED Terrasse 62 Light/Switch Switch Off 2016 ZwaveMQTT4 /95/49/0/Power 102 LED Terrasse W 102 Usage Electric 0 Watt 2032 ZwaveMQTT4 /95/50/0/value/66049 118 LED Terrasse kWh 118