Re: Zigbee2MQTT
Posted: Thursday 04 February 2021 13:17
If you want a regular update of projects, you can take a subscription at https://newreleases.io/ and get update information in your mail.
Code: Select all
{"type": "response", "requestId": 7, "isError": false, "payload": "digraph G {\nnode[shape=record];\n \"0x00124b001ccc574e\" [style=\"bold, filled\", fillcolor=\"#e04e5d\", fontcolor=\"#ffffff\", label=\"{Coordinator|0x00124b001ccc574e (0)|0 seconds ago}\"];\n \"0x00124b00226748a5\" [style=\"rounded, dashed, filled\", fillcolor=\"#fff8ce\", fontcolor=\"#000000\", label=\"{IC Sonoff|0x00124b00226748a5 (42067)|SONOFF Motion sensor (SNZB-03)|3 hours, 22 minutes ago}\"];\n \"0x00124b00226748a5\" -> \"0x00124b001ccc574e\" [penwidth=1, weight=0, color=\"#994444\", label=\"170\"]\n}"}
Code: Select all
{"type": "response", "requestId": 7, "isError": false, "payload": []}Thank you! How stupid indeed.... I was only focused on the "MQTT Client Gateway with LAN interface" that I didn't see that one.Nautilus wrote: Wednesday 18 August 2021 21:21 Hi, you still need the Domoticz python plugin for zigbee2mqtt: viewtopic.php?f=65&t=24975
Great!
Nothing to do with zigbee2mqtt. This is the correct topic for the tuya cloud plugin: https://domoticz.com/forum/viewtopic.php?f=65&t=33145rolandtwilt wrote: Monday 13 September 2021 10:12 I don't know if I'm good on this topic?
but I have the following question:
I bought a Tuya Zigbee gateway and connected it to Domoticz via the plugin (Tuya Cloud).
(https://github.com/guino/tuyaha) followed all instructions and it seems to work....
however when starting Domoticz I get the following message:
2021-09-12 10:08:01.535 Tuya: (Tuya) Device count: 0
And so no devices were found, anyone have an idea?
Code: Select all
2021-09-13 15:33:56.759 Error: Zigbee2MQTT plugin: (Zigbee2MQTT plugin) 'onDeviceModified' failed 'JSONDecodeError':'Expecting value: line 1 column 1 (char 0)'.
2021-09-13 15:33:56.759 Error: Zigbee2MQTT plugin: (Zigbee2MQTT plugin) ----> Line 291 in '/home/pi/domoticz/plugins/zigbee2mqtt/plugin.py', function onDeviceModified
2021-09-13 15:33:56.759 Error: Zigbee2MQTT plugin: (Zigbee2MQTT plugin) ----> Line 132 in '/home/pi/domoticz/plugins/zigbee2mqtt/plugin.py', function onDeviceModified
2021-09-13 15:33:56.759 Error: Zigbee2MQTT plugin: (Zigbee2MQTT plugin) ----> Line 15 in '/home/pi/domoticz/plugins/zigbee2mqtt/api/api.py', function handle_request
2021-09-13 15:33:56.759 Error: Zigbee2MQTT plugin: (Zigbee2MQTT plugin) ----> Line 348 in '/usr/lib/python3.7/json/__init__.py', function loads
2021-09-13 15:33:56.759 Error: Zigbee2MQTT plugin: (Zigbee2MQTT plugin) ----> Line 337 in '/usr/lib/python3.7/json/decoder.py', function decode
2021-09-13 15:33:56.759 Error: Zigbee2MQTT plugin: (Zigbee2MQTT plugin) ----> Line 355 in '/usr/lib/python3.7/json/decoder.py', function raw_decode
2021-09-13 15:34:09.908 Error: Zigbee2MQTT plugin: (Zigbee2MQTT plugin) 'onDeviceModified' failed 'JSONDecodeError':'Expecting value: line 1 column 1 (char 0)'.
2021-09-13 15:34:09.909 Error: Zigbee2MQTT plugin: (Zigbee2MQTT plugin) ----> Line 291 in '/home/pi/domoticz/plugins/zigbee2mqtt/plugin.py', function onDeviceModified
2021-09-13 15:34:09.909 Error: Zigbee2MQTT plugin: (Zigbee2MQTT plugin) ----> Line 132 in '/home/pi/domoticz/plugins/zigbee2mqtt/plugin.py', function onDeviceModified
2021-09-13 15:34:09.909 Error: Zigbee2MQTT plugin: (Zigbee2MQTT plugin) ----> Line 15 in '/home/pi/domoticz/plugins/zigbee2mqtt/api/api.py', function handle_request
2021-09-13 15:34:09.909 Error: Zigbee2MQTT plugin: (Zigbee2MQTT plugin) ----> Line 348 in '/usr/lib/python3.7/json/__init__.py', function loads
2021-09-13 15:34:09.909 Error: Zigbee2MQTT plugin: (Zigbee2MQTT plugin) ----> Line 337 in '/usr/lib/python3.7/json/decoder.py', function decode
2021-09-13 15:34:09.909 Error: Zigbee2MQTT plugin: (Zigbee2MQTT plugin) ----> Line 355 in '/usr/lib/python3.7/json/decoder.py', function raw_decode
2021-09-13 15:39:42.654 Error: Zigbee2MQTT plugin: (Zigbee2MQTT plugin) 'onDeviceModified' failed 'JSONDecodeError':'Expecting value: line 1 column 1 (char 0)'. Code: Select all
git clone https://github.com/stas-demydiuk/domoticz-zigbee2mqtt-plugin.git zigbee2mqttCode: Select all
git clone https://github.com/stas-demydiuk/domoticz-zigbee2mqtt-plugin.git zigbee2mqtt
cd zigbee2mqtt
git reset --hard f8c22fc330229b39f06ff11bbfcea38e3a492306
Same here...AllesVanZelf wrote: Monday 13 September 2021 15:53 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 plugin tab does not load. I do see:
the title: Zigbee2Mqtt
Devices, Groups, Network Map and Plugin Configuration, but below that, only Loading ..
It is possible the add these zigbee devices from the Domoticz device page and I can control these. But the plugin page does not load.
In the Log:Something with a missing Module?Code: Select all
2021-09-13 15:33:56.759 Error: Zigbee2MQTT plugin: (Zigbee2MQTT plugin) 'onDeviceModified' failed 'JSONDecodeError':'Expecting value: line 1 column 1 (char 0)'. 2021-09-13 15:33:56.759 Error: Zigbee2MQTT plugin: (Zigbee2MQTT plugin) ----> Line 291 in '/home/pi/domoticz/plugins/zigbee2mqtt/plugin.py', function onDeviceModified 2021-09-13 15:33:56.759 Error: Zigbee2MQTT plugin: (Zigbee2MQTT plugin) ----> Line 132 in '/home/pi/domoticz/plugins/zigbee2mqtt/plugin.py', function onDeviceModified 2021-09-13 15:33:56.759 Error: Zigbee2MQTT plugin: (Zigbee2MQTT plugin) ----> Line 15 in '/home/pi/domoticz/plugins/zigbee2mqtt/api/api.py', function handle_request 2021-09-13 15:33:56.759 Error: Zigbee2MQTT plugin: (Zigbee2MQTT plugin) ----> Line 348 in '/usr/lib/python3.7/json/__init__.py', function loads 2021-09-13 15:33:56.759 Error: Zigbee2MQTT plugin: (Zigbee2MQTT plugin) ----> Line 337 in '/usr/lib/python3.7/json/decoder.py', function decode 2021-09-13 15:33:56.759 Error: Zigbee2MQTT plugin: (Zigbee2MQTT plugin) ----> Line 355 in '/usr/lib/python3.7/json/decoder.py', function raw_decode 2021-09-13 15:34:09.908 Error: Zigbee2MQTT plugin: (Zigbee2MQTT plugin) 'onDeviceModified' failed 'JSONDecodeError':'Expecting value: line 1 column 1 (char 0)'. 2021-09-13 15:34:09.909 Error: Zigbee2MQTT plugin: (Zigbee2MQTT plugin) ----> Line 291 in '/home/pi/domoticz/plugins/zigbee2mqtt/plugin.py', function onDeviceModified 2021-09-13 15:34:09.909 Error: Zigbee2MQTT plugin: (Zigbee2MQTT plugin) ----> Line 132 in '/home/pi/domoticz/plugins/zigbee2mqtt/plugin.py', function onDeviceModified 2021-09-13 15:34:09.909 Error: Zigbee2MQTT plugin: (Zigbee2MQTT plugin) ----> Line 15 in '/home/pi/domoticz/plugins/zigbee2mqtt/api/api.py', function handle_request 2021-09-13 15:34:09.909 Error: Zigbee2MQTT plugin: (Zigbee2MQTT plugin) ----> Line 348 in '/usr/lib/python3.7/json/__init__.py', function loads 2021-09-13 15:34:09.909 Error: Zigbee2MQTT plugin: (Zigbee2MQTT plugin) ----> Line 337 in '/usr/lib/python3.7/json/decoder.py', function decode 2021-09-13 15:34:09.909 Error: Zigbee2MQTT plugin: (Zigbee2MQTT plugin) ----> Line 355 in '/usr/lib/python3.7/json/decoder.py', function raw_decode 2021-09-13 15:39:42.654 Error: Zigbee2MQTT plugin: (Zigbee2MQTT plugin) 'onDeviceModified' failed 'JSONDecodeError':'Expecting value: line 1 column 1 (char 0)'.
Edit:
I found out that by installing as:for some reason beta 3.1.0 was installed. In this beta the custom plugin tab was not working in my installation.Code: Select all
git clone https://github.com/stas-demydiuk/domoticz-zigbee2mqtt-plugin.git zigbee2mqtt
Now I installed as:Code: Select all
git clone https://github.com/stas-demydiuk/domoticz-zigbee2mqtt-plugin.git zigbee2mqtt cd zigbee2mqtt git reset --hard f8c22fc330229b39f06ff11bbfcea38e3a492306
Then version 3.0.0 is installed. That version is working!
No backup made before the update to revert to?sammyke007 wrote: Friday 29 October 2021 15:28 Same here...
....... had to configue all of my Z2M devices in Domoticz again. Don't update if not needed!!!
As stupid as it sounds... Nojvdz wrote: Friday 29 October 2021 15:48No backup made before the update to revert to?sammyke007 wrote: Friday 29 October 2021 15:28 Same here...
....... had to configue all of my Z2M devices in Domoticz again. Don't update if not needed!!!![]()