Search found 8 matches

by watchmyhome
Wednesday 06 July 2022 10:30
Forum: MQTT Auto Discovery
Topic: Get not rid of ID's under MQTT
Replies: 1
Views: 381

Get not rid of ID's under MQTT

Version: 2022.1 (build 14318) ZwaveJS2Mqtt 6.13.0 ZwaveJS 9.5.0 got a big mess with a Fibaro RGBW device. At the beginning it was included as Node 4 and later on as Node 19. After each restart of the system old ID#s coming up form the first inclusion. While deleting all ID's with the _4- in the ...
by watchmyhome
Monday 25 April 2022 19:52
Forum: Other questions and discussions
Topic: How to update a Dummy value with dzvents
Replies: 3
Views: 725

Re: How to update a Dummy value with dzvents

thx, easier than expected :)
by watchmyhome
Sunday 24 April 2022 18:19
Forum: Other questions and discussions
Topic: How to update a Dummy value with dzvents
Replies: 3
Views: 725

How to update a Dummy value with dzvents

How to save the Lux_East Value to a Dummy device? return { on = { timer = { 'every minute', }, }, execute = function(dz, device) Lux_East = dz.utils.round(math.exp(dz.devices(142).temperature/10) , 0 ) --1-wire sensor idx 142 is reporting temperature and need to be converted to Lux dz.log(Ost) end }
by watchmyhome
Saturday 02 October 2021 11:58
Forum: Z-Wave
Topic: zwavejs2mqtt issues
Replies: 9
Views: 1649

Re: zwavejs2mqtt issues

I have to solve my last issue with the zwavejs2mqtt or better saying the functionality of the plugin for Domoticz. My Vision ZD2102-5 door/windows sensors are not recognized correctly in Domoticz. The debug in zwavejs2mqtt are showing the result for open and closing the contact but it will not be ...
by watchmyhome
Tuesday 28 September 2021 10:24
Forum: Z-Wave
Topic: zwavejs2mqtt
Replies: 446
Views: 59458

Re: zwavejs2mqtt

I need some help because the Vision ZD2102-5 door and windows sensor are not reporting the actual status. The ZwaveJS to MQTT panel is indication the open/close status but it will not be mentioned by the Domoticz GUI. Any ideas? All switches and Motion sensors are reporting quite well.
by watchmyhome
Monday 20 September 2021 21:04
Forum: Z-Wave
Topic: zwavejs2mqtt
Replies: 446
Views: 59458

Re: zwavejs2mqtt

Even with the latest beta version Domoticz needs the installation of the plugin. I did a fully new installation but no devices are created. Something seems to be wrong. The zwavejs Driver works perfect. The integration into Domoticz not really.
by watchmyhome
Sunday 19 September 2021 10:40
Forum: Z-Wave
Topic: zwavejs2mqtt
Replies: 446
Views: 59458

Re: zwavejs2mqtt

Yes I am running the latest beta. Didn't know that the latest beta already has the implementation. My fault. What do you recommend? Remove the directory under Domoticz plugins? Fact is that the auto discovery is not working. Any ideas what the settings are that the plugin will work? Does the broker ...
by watchmyhome
Saturday 18 September 2021 21:23
Forum: Z-Wave
Topic: zwavejs2mqtt
Replies: 446
Views: 59458

Re: zwavejs2mqtt

Version: 2021.1 (build 13499) What I am doing wrong. I have installed Mosquitto, zwavejs2Mqtt, Dockers and the plugin for Domoticz. Zwavejs2Mqtt is running and I have made all interviews and changed the device names, When I am activating the plugin in Domoticz nothing happens. I was expecting that ...