Search found 265 matches
- Tuesday 21 September 2021 12:59
- Forum: Z-Wave
- Topic: zwavejs2mqtt
- Replies: 446
- Views: 60755
Re: zwavejs2mqtt
Does anyone know how I get rid of this error message in Domoticz Log? What is the problem with this? I have seen this error log on different places in this thread: 2021-09-21 10:46:42.149 Error: ZwaveJS2MQTT: (ZwaveJS2MQTT) 'onMessage' failed 'ValueError':'invalid literal for int() with base 10 ...
- Tuesday 21 September 2021 12:47
- Forum: Z-Wave
- Topic: zwavejs2mqtt
- Replies: 446
- Views: 60755
Re: zwavejs2mqtt
... I was expecting that Domoticz is integrating the devices from zwavejs2mqtt. This is not the case and I have no clue what to do next. ... I'm not sure if that is supposed to happen. I had to go to devices and one by one add them to Domoticz. Is that what you expect? I switched from OpenZwave to ...
- Monday 13 September 2021 22:34
- Forum: Z-Wave
- Topic: zwavejs2mqtt
- Replies: 446
- Views: 60755
Re: zwavejs2mqtt
I tried that.
I removed Domoticz docker and installed direct on the system. Now it is working.
I removed Domoticz docker and installed direct on the system. Now it is working.
- Monday 13 September 2021 20:58
- Forum: Z-Wave
- Topic: zwavejs2mqtt
- Replies: 446
- Views: 60755
Re: zwavejs2mqtt
I'm not sure if this is a specific zwavejs2mqtt problem, a docker problem, or Ubuntu problem. I'm migrating my installation from different pi's to one Intel Nuc. On this I'm running Ubuntu server 21.04. I use Dockers for zigbee2mqtt, domoticz and zwavejs2mqtt. Zigbee and zwavejs are running well and ...
- Monday 13 September 2021 15:53
- Forum: Zigbee
- Topic: Zigbee2MQTT
- Replies: 264
- Views: 90179
Re: Zigbee2MQTT
I have a strange problem. Zigbee2MQTT plugin was working well on another raspberry pi. Zigbee2MQTT is running. I can connect zigbee2mqtt plugin from 1 Raspberry pi. But on the new one I am able to connect the plugin, the devices show up in device tab of Domoticz, but.... The Custom - Zigbee2MQTT ...
- Saturday 11 September 2021 22:18
- Forum: Other questions and discussions
- Topic: Monit - Error receiving data -- Connection reset by peer ??
- Replies: 9
- Views: 6560
Re: Monit - Error receiving data -- Connection reset by peer ??
Have you configured Domoticz on port 8080?
Are you running Domoticz in a docker container? In that case use the network ip-address of this server/raspberry. something like 192.168.x.x or 10.x.x.x
instead of 127.0.0.1.
Are you running Domoticz in a docker container? In that case use the network ip-address of this server/raspberry. something like 192.168.x.x or 10.x.x.x
instead of 127.0.0.1.
- Thursday 26 August 2021 17:52
- Forum: Z-Wave
- Topic: zwavejs2mqtt
- Replies: 446
- Views: 60755
Re: zwavejs2mqtt
Did you add the MQTT broker settings in the settings page in ZwaveJS2MQTT webpage?
Did you install the requirements?
Did you install the requirements?
Code: Select all
Module Import failed, exception: 'ModuleNotFoundError'
- Thursday 26 August 2021 17:50
- Forum: Utility
- Topic: Anyone help me make sense of my P1 data? Puzzled..
- Replies: 8
- Views: 1029
Re: Anyone help me make sense of my P1 data? Puzzled..
Easiest way is to power off 1 switch and walk through your house to make a note where there is no electricity
That is what I did.

- Thursday 26 August 2021 17:39
- Forum: Z-Wave
- Topic: zwavejs2mqtt
- Replies: 446
- Views: 60755
Re: zwavejs2mqtt
What is your question?
Localhost will not work, you have to use the ip-address of the pi. Something like: 192.168. .
As Heggink stated.
- Thursday 26 August 2021 17:24
- Forum: Z-Wave
- Topic: zwavejs2mqtt
- Replies: 446
- Views: 60755
Re: zwavejs2mqtt
The Broker is the mosquitto/MQTT broker.
ZwaveJS2MQTT drops its data in MQTT and The ZwaveJS2MQTT-plugin picks it up again from the MQTT broker.
Have you set up a MQTT broker?
ZwaveJS2MQTT drops its data in MQTT and The ZwaveJS2MQTT-plugin picks it up again from the MQTT broker.
Have you set up a MQTT broker?
- Wednesday 25 August 2021 14:02
- Forum: Z-Wave
- Topic: zwavejs2mqtt
- Replies: 446
- Views: 60755
Re: zwavejs2mqtt
I was using a direct systemd service file to start zwavejs2mqtt via docker. But this was not working well for me. I found out that docker can start containers at boot if you enable this. This can be done by: sudo systemctl enable docker I created a ZwaveJS2MQTT folder in Pi's Home directory: mkdir ...
- Wednesday 18 August 2021 12:03
- Forum: Z-Wave
- Topic: zwavejs2mqtt
- Replies: 446
- Views: 60755
Re: zwavejs2mqtt
Strange. I can switch the dimmer on in Domoticz. Then I see this is the Domoticz log: 2021-08-18 11:57:37.351 Status: User: Admin (IP: 192.168.0.34) initiated a switch command (2776/Lamp Openslaande deuren dimmer/On) But in the device log I do not see this 'On' action. There I see: 2021-08-18 11:57 ...
- Wednesday 18 August 2021 10:37
- Forum: Z-Wave
- Topic: zwavejs2mqtt
- Replies: 446
- Views: 60755
Re: zwavejs2mqtt
Well almost. These domoticz qubino dimmer devices have: 'Set Level' and 'Off' option. No 'On' 2021-08-18 10:31:34 Off 2021-08-18 10:31:31 Set Level: 21 % 2021-08-18 10:31:28 Set Level: 15 % 2021-08-18 10:31:18 Set Level: 13 % 2021-08-17 15:34:45 Off 2021-08-17 15:34:28 Set Level: 13 % 2021-08-17 15 ...
- Wednesday 18 August 2021 10:21
- Forum: Z-Wave
- Topic: zwavejs2mqtt
- Replies: 446
- Views: 60755
Re: zwavejs2mqtt
2786 is a dimmer and 2785 is a on/off switch. These where default on these devices.
I can change them, but then they do not work anymore.
And yes I do have a username and password on mosquitto.
I can change them, but then they do not work anymore.
And yes I do have a username and password on mosquitto.
- Wednesday 18 August 2021 9:59
- Forum: Z-Wave
- Topic: zwavejs2mqtt
- Replies: 446
- Views: 60755
Re: zwavejs2mqtt
Interesting. It looks like it exposes different devices than my fibaro dimmer which exposes 2 devices: 38/1/currentValue and 38/2/currentValue. Both are dimmer devices with a slider and switch. Can you run the snooper utility (in the tools folder) and post the messages for this device? Interested ...
- Tuesday 17 August 2021 17:05
- Forum: Z-Wave
- Topic: zwavejs2mqtt
- Replies: 446
- Views: 60755
Re: zwavejs2mqtt
Here is the screenshot of the multilevel switch:

I have to find out how to use the snooper

I have to find out how to use the snooper

- Tuesday 17 August 2021 16:17
- Forum: Z-Wave
- Topic: zwavejs2mqtt
- Replies: 446
- Views: 60755
Re: zwavejs2mqtt
This is what I see in devices:

If I add 1 switch, it expresses as a slider and the other as switch.

If I add 1 switch, it expresses as a slider and the other as switch.
- Tuesday 17 August 2021 15:57
- Forum: Z-Wave
- Topic: zwavejs2mqtt
- Replies: 446
- Views: 60755
Re: zwavejs2mqtt
I notice that Qubino dimmers en shutters are different in ZwaveJS then in OPenZwave. In OpenZwave there is just 1 device with a slider, in ZwaveJS there is a seperated switch and a slider.
Iḿ not sure how to use these in DzVents. Do you see the same? And do you use these?
Iḿ not sure how to use these in DzVents. Do you see the same? And do you use these?
- Tuesday 17 August 2021 14:35
- Forum: Z-Wave
- Topic: zwavejs2mqtt
- Replies: 446
- Views: 60755
Re: zwavejs2mqtt
@AllesVanZelf, To enable the binary sensor command class on this device I've added the following groups next to lifeline: I tried to add group motion etc. But no success. The line is not added at all. I see a message: Success zwave api call getAssociations [ { endpoint: 0, groupId: 1, nodeId: 1 ...
- Monday 16 August 2021 21:38
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Beginner - cannot configure Z-Stick Gen5+
- Replies: 7
- Views: 1156
Re: Beginner - cannot configure Z-Stick Gen5+
The type is "OpenZwave USB" and you probably named it "OpenZwave" or something like that, too. 
