Zigate plugin error after v2020.1 update Topic is solved

Xiaomi, Ikea TRÅDFRI, Philips Hue and more.

Moderator: leecollings

tonk
Posts: 4
Joined: Monday 23 March 2020 17:48
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Zigate plugin error after v2020.1 update

Post by tonk »

After updating Domoticz to v2020.1, the Zigate plugin doesn't work anymore. It gives the following errors:
2020-03-23 17:35:31.553 Error: (ZGT) 'onStart' failed 'ValueError':'invalid literal for int() with base 10: '1 (build 11835)''.
2020-03-23 17:35:31.553 Error: (ZGT) ----> Line 845 in '/home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py', function onStart
2020-03-23 17:35:31.553 Error: (ZGT) ----> Line 218 in '/home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py', function onStart
and after clicking some switch:
2020-03-23 17:51:09.895 Error: (ZGT) 'onCommand' failed 'AttributeError':''NoneType' object has no attribute 'pluginConf''.
2020-03-23 17:51:09.896 Error: (ZGT) ----> Line 865 in '/home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py', function onCommand
2020-03-23 17:51:09.896 Error: (ZGT) ----> Line 516 in '/home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py', function onCommand
2020-03-23 17:51:09.896 Error: (ZGT) ----> Line 540 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/tools.py', function loggingPlugin
tonk
Posts: 4
Joined: Monday 23 March 2020 17:48
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Zigate plugin error after v2020.1 update

Post by tonk »

Thanks rbrouwer on Github for a temporary workaround !!!!
Go with putty to /domoticz/plugins/Domoticz-Zigate
edit plugin.py
search for # Import PluginConf.txt
and change: self.DomoticzMinor = int(minor)
into: self.DomoticzMinor = 11385
(anything > 10355 is ok)
pipiche
Posts: 1977
Joined: Monday 02 April 2018 20:33
Target OS: Raspberry Pi / ODroid
Domoticz version: beta
Location: France
Contact:

Re: Zigate plugin error after v2020.1 update

Post by pipiche »

currently working on a fix
Zigbee for Domoticz plugin / RPI3B+ / Electrolama ZZH-P / 45 devices

If the plugin provides you value, you can support me with a donation Paypal.

Wiki is available here.

Zigbee for Domoticz FAQ
pipiche
Posts: 1977
Joined: Monday 02 April 2018 20:33
Target OS: Raspberry Pi / ODroid
Domoticz version: beta
Location: France
Contact:

Re: Zigate plugin error after v2020.1 update

Post by pipiche »

Fix is currently pushed to 'beta' branch
Zigbee for Domoticz plugin / RPI3B+ / Electrolama ZZH-P / 45 devices

If the plugin provides you value, you can support me with a donation Paypal.

Wiki is available here.

Zigbee for Domoticz FAQ
pipiche
Posts: 1977
Joined: Monday 02 April 2018 20:33
Target OS: Raspberry Pi / ODroid
Domoticz version: beta
Location: France
Contact:

Re: Zigate plugin error after v2020.1 update

Post by pipiche »

Zigbee for Domoticz plugin / RPI3B+ / Electrolama ZZH-P / 45 devices

If the plugin provides you value, you can support me with a donation Paypal.

Wiki is available here.

Zigbee for Domoticz FAQ
egrueda
Posts: 9
Joined: Sunday 19 January 2020 11:50
Target OS: -
Domoticz version:
Contact:

Re: Zigate plugin error after v2020.1 update

Post by egrueda »

I switched to beta branch and can confirm it's working again :-)
Thank you!
Geitje
Posts: 170
Joined: Monday 22 January 2018 21:52
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Zigate plugin error after v2020.1 update

Post by Geitje »

Today I updated to newest Beta version of Domoticz (V2020.1 build 11836). I read about the new versioning error in Zigate, so switched to Zigate beta branch. I did:

Code: Select all

cd domoticz/plugins/Domoticz-Zigate
git pull
git checkout beta
Still an error in the log remains:

Code: Select all

2020-03-26 21:52:46.917 [74b11220] Error: (Zigate Zigbee) 'onStart' failed 'ValueError':'invalid literal for int() with base 10: '1 (build 11836)''.
2020-03-26 21:52:46.917 [74b11220] Error: (Zigate Zigbee) ----> Line 833 in '/home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py', function onStart
2020-03-26 21:52:46.917 [74b11220] Error: (Zigate Zigbee) ----> Line 221 in '/home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py', function onStart

Weird thing also is if I do another "git pull" now in Zigate dir, I get this error:
Spoiler: show

Code: Select all

*** Please tell me who you are.

Run

  git config --global user.email "[email protected]"
  git config --global user.name "Your Name"

to set your account's default identity.
Omit --global to set the identity only in this repository.
Domoticz beta, on Raspberry Pi 3B, Raspian Buster
Zwave, Zigate, RFlink etc.
pipiche
Posts: 1977
Joined: Monday 02 April 2018 20:33
Target OS: Raspberry Pi / ODroid
Domoticz version: beta
Location: France
Contact:

Re: Zigate plugin error after v2020.1 update

Post by pipiche »

you need to do git pull after a git checkout beta
Zigbee for Domoticz plugin / RPI3B+ / Electrolama ZZH-P / 45 devices

If the plugin provides you value, you can support me with a donation Paypal.

Wiki is available here.

Zigbee for Domoticz FAQ
Geitje
Posts: 170
Joined: Monday 22 January 2018 21:52
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Zigate plugin error after v2020.1 update

Post by Geitje »

Thanks.

Git pull works OK in stable branch. But not in beta branch:
Spoiler: show
Aantekening 2020-03-26 224833.png
Aantekening 2020-03-26 224833.png (63.18 KiB) Viewed 2177 times
Domoticz beta, on Raspberry Pi 3B, Raspian Buster
Zwave, Zigate, RFlink etc.
pipiche
Posts: 1977
Joined: Monday 02 April 2018 20:33
Target OS: Raspberry Pi / ODroid
Domoticz version: beta
Location: France
Contact:

Re: Zigate plugin error after v2020.1 update

Post by pipiche »

Please do check the following thread
https://www.domoticz.com/forum/viewtopi ... db2ce55b34
Zigbee for Domoticz plugin / RPI3B+ / Electrolama ZZH-P / 45 devices

If the plugin provides you value, you can support me with a donation Paypal.

Wiki is available here.

Zigbee for Domoticz FAQ
marktn
Posts: 233
Joined: Tuesday 21 April 2015 21:39
Target OS: Windows
Domoticz version:
Contact:

Re: Zigate plugin error after v2020.1 update

Post by marktn »

Hello,

Since switching on bleutooth and a Xiaomi plant sensor is see this error. Only when the plugin of the Xiaomi flower is switch on.
Possible there is conflict? Or is it a 2020.1 problem?
They seem to work fine!

It looks like, when a sensor is not reachble it give's this error.

Code: Select all

 
2020-03-28 23:05:03.200 Error: Zigate hardware (16) thread seems to have ended unexpectedly
2020-03-28 23:05:03.200 Error: Flower hardware (19) thread seems to have ended unexpectedly 
Last edited by marktn on Sunday 29 March 2020 12:53, edited 1 time in total.
Domoticz latest stable, Intel NUC, Proxmox, Zigate, RFLink, Kaku switches, Ikea lights, Xiaomi sensors, Honeywell smoke detectors, Yeelight, Shelly, Slave Domoticz PI 3B+, Node-Red, Espeasy.
ronaldbro
Posts: 327
Joined: Thursday 15 November 2018 21:38
Target OS: Raspberry Pi / ODroid
Domoticz version: 2020.2
Location: Netherlands
Contact:

Re: Zigate plugin error after v2020.1 update

Post by ronaldbro »

I have this too but have a separate RaspPi with domoticz with only the mi flower plugin and pi monitor. The mi flower plugin lets the plugin thread crash causing all plugins to crash also
marktn
Posts: 233
Joined: Tuesday 21 April 2015 21:39
Target OS: Windows
Domoticz version:
Contact:

Re: Zigate plugin error after v2020.1 update

Post by marktn »

ronaldbro wrote: Sunday 29 March 2020 12:43 I have this too but have a separate RaspPi with domoticz with only the mi flower plugin and pi monitor. The mi flower plugin lets the plugin thread crash causing all plugins to crash also
Do you als have that when the moisture is low, domoticz says satutrated
Domoticz latest stable, Intel NUC, Proxmox, Zigate, RFLink, Kaku switches, Ikea lights, Xiaomi sensors, Honeywell smoke detectors, Yeelight, Shelly, Slave Domoticz PI 3B+, Node-Red, Espeasy.
ronaldbro
Posts: 327
Joined: Thursday 15 November 2018 21:38
Target OS: Raspberry Pi / ODroid
Domoticz version: 2020.2
Location: Netherlands
Contact:

Re: Zigate plugin error after v2020.1 update

Post by ronaldbro »

That’s a problem of the widget, see https://www.domoticz.com/wiki/Domoticz_ ... l_Moisture

I guess this widget is made for different sensors. Really don’t know what cb is, but with the mi flower sensor it is % . I only look at the number, the text doesn’t make sense.
ylemer
Posts: 2
Joined: Friday 27 April 2018 18:15
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Zigate plugin error after v2020.1 update

Post by ylemer »

egrueda wrote: Wednesday 25 March 2020 11:52 I switched to beta branch and can confirm it's working again :-)
Thank you!
Hello
Strange behavior of my Zigate plugin after the v2020.1 upgrade : plugin was not receiving information from the devices. I switched to beta channel : same
I removed the plugin after stopping everything and reinstall from scratch : on the GUI of the plugin, some options are missing such as "software reset"
"rescan for group membership" and "permit join time" making the plugin useless

In the logs, it seems to be working and sees the devices sending information


020-03-28 16:18:24.795 Status: (cle zigate) Transport mode: USB
2020-03-28 16:18:24.797 Status: (cle zigate) Connection Name: Zigate, Transport: Serial, Address: /dev/ttyUSB1
2020-03-28 16:18:24.797 Status: (cle zigate) Connection open: Name: 'ZiGate', Transport: 'Serial', Protocol: 'None', Address: '/dev/ttyUSB1', Port: '', Baud: 115200, Connected: False, Parent: 'None'
2020-03-28 16:18:24.800 Status: (cle zigate) Request Disabling Accepting new Hardware
2020-03-28 16:18:24.801 Status: (cle zigate) Trigger a Topology Scan
2020-03-28 16:18:24.801 Status: (cle zigate) Trigger a Energy Level Scan
2020-03-28 16:18:24.902 Status: (cle zigate) Major Version Num: 0003
2020-03-28 16:18:24.902 Status: (cle zigate) Installer Version Number: 031c
2020-03-28 16:18:25.408 Status: (cle zigate) Accepting new Hardware: Disable
2020-03-28 16:18:25.514 Status: (cle zigate) Initialize Zigate Data Structure 0000 00158d0001ecaed1
2020-03-28 16:18:25.519 Status: (cle zigate) Zigate addresses ieee: 00158d0001ecaed1 , short addr: 0000
2020-03-28 16:18:25.519 Status: (cle zigate) Network state UP, PANID: a762 extPANID: 0x332bfeeb35170367 Channel: 11
2020-03-28 16:18:25.621 Status: (cle zigate) Number of devices recently active in Zigate = 3
2020-03-28 16:18:25.622 Status: (cle zigate) [00] DevID = 03 Network addr = bc91 IEEE = 00158d00016d85fe LQI = 124 Power = 00 not found in ListOfDevices
2020-03-28 16:18:25.622 Status: (cle zigate) [01] DevID = 28 Network addr = 1781 IEEE = 00158d000176dac0 LQI = 132 Power = 01 not found in ListOfDevices
2020-03-28 16:18:25.622 Status: (cle zigate) [02] DevID = 29 Network addr = 2f27 IEEE = 086bd7fffe427a83 LQI = 076 Power = 01 not found in ListOfDevices
2020-03-28 16:18:34.660 Status: (cle zigate) Zigate set to Certification : CE
2020-03-28 16:18:34.661 Status: (cle zigate) Start Web Server connection
2020-03-28 16:18:34.695 Status: (cle zigate) Web backend for Web User Interface started on port: 9440
2020-03-28 16:18:34.695 Status: (cle zigate) Plugin with Zigate firmware 031c correctly initialized
2020-03-28 16:18:35.319 Status: (cle zigate) TxPower Attenuation : 0 dBm
2020-03-28 16:18:46.999 (cle zigate) Decode8102 - Receiving a message from unknown device : 3ef9 with Data : 1f3ef901000600000010000100
2020-03-28 16:18:46.999 (cle zigate) Request for IEEE for short address: 3ef9
2020-03-28 16:21:33.099 (cle zigate) Decode8102 - Receiving a message from unknown device : 2f27 with Data : 562f2701000600000010000101
2020-03-28 16:21:33.099 (cle zigate) Request for IEEE for short address: 2f27
2020-03-28 16:21:34.409 (cle zigate) Decode8102 - Receiving a message from unknown device : 1781 with Data : 6a17810b000600000010000100
2020-03-28 16:21:34.409 (cle zigate) Request for IEEE for short address: 1781
2020-03-28 16:23:46.981 (cle zigate) Decode8102 - Receiving a message from unknown device : 3ef9 with Data : 203ef901000600000010000100
2020-03-28 16:23:46.981 (cle zigate) Request for IEEE for short address: 3ef9
2020-03-28 16:26:33.088 (cle zigate) Decode8102 - Receiving a message from unknown device : 2f27 with Data : 572f2701000600000010000101
2020-03-28 16:26:33.088 (cle zigate) Request for IEEE for short address: 2f27
2020-03-28 16:26:34.398 (cle zigate) Decode8102 - Receiving a message from unknown device : 1781 with Data : 9b17810b000600000010000100
2020-03-28 16:26:34.398 (cle zigate) Request for IEEE for short address: 1781
2020-03-28 16:28:46.972 (cle zigate) Decode8102 - Receiving a message from unknown device : 3ef9 with Data : 213ef901000600000010000100
2020-03-28 16:28:46.972 (cle zigate) Request for IEEE for short address: 3ef9

Any clue how to solve that ?
ylemer
Posts: 2
Joined: Friday 27 April 2018 18:15
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Zigate plugin error after v2020.1 update

Post by ylemer »

SOLVED !
Didn't see that there was now a GUI interface to control the plugin
pfloryann
Posts: 168
Joined: Wednesday 09 January 2019 10:14
Target OS: Raspberry Pi / ODroid
Domoticz version: 4.1
Contact:

Re: Zigate plugin error after v2020.1 update

Post by pfloryann »

Hi, I have some errors with zigate plugin..they start yesterday when the devices doesn't work.. I fix with restart raspberry pi, but now I have the same problem after 24hours. I attach the print screen.

Domoticz v2020.1 build 11970
Zigate plugin 4.8.0.17
Attachments
IMG_20200424_232816.jpg
IMG_20200424_232816.jpg (390.47 KiB) Viewed 1925 times
Domoticz on Raspberry Pi 4with Zigbee2mqtt
2 x xiaomi temperature sensor
7 x xiaomi plug
2 x xiaomi door sensor
1 x ikea plug
1 x ikea zigbee apdator
4 x xiaomi motion sensor
1 x xiaomi vibration sensor
2 x xiaomi wireless switch
Broadlink rm pro
pipiche
Posts: 1977
Joined: Monday 02 April 2018 20:33
Target OS: Raspberry Pi / ODroid
Domoticz version: beta
Location: France
Contact:

Re: Zigate plugin error after v2020.1 update

Post by pipiche »

pfloryann wrote: Friday 24 April 2020 22:31 Hi, I have some errors with zigate plugin..they start yesterday when the devices doesn't work.. I fix with restart raspberry pi, but now I have the same problem after 24hours. I attach the print screen.

Domoticz v2020.1 build 11970
Zigate plugin 4.8.0.17
Please provide the full Log, only error doesn't help, as this is the consequence of something in the beginning.
As you are on plugin beta version, make sure to have the latest one
Zigbee for Domoticz plugin / RPI3B+ / Electrolama ZZH-P / 45 devices

If the plugin provides you value, you can support me with a donation Paypal.

Wiki is available here.

Zigbee for Domoticz FAQ
pfloryann
Posts: 168
Joined: Wednesday 09 January 2019 10:14
Target OS: Raspberry Pi / ODroid
Domoticz version: 4.1
Contact:

Re: Zigate plugin error after v2020.1 update

Post by pfloryann »

I updated the plugin and domoticz and I monitoring the logs.

Thank you!
Domoticz on Raspberry Pi 4with Zigbee2mqtt
2 x xiaomi temperature sensor
7 x xiaomi plug
2 x xiaomi door sensor
1 x ikea plug
1 x ikea zigbee apdator
4 x xiaomi motion sensor
1 x xiaomi vibration sensor
2 x xiaomi wireless switch
Broadlink rm pro
pfloryann
Posts: 168
Joined: Wednesday 09 January 2019 10:14
Target OS: Raspberry Pi / ODroid
Domoticz version: 4.1
Contact:

Re: Zigate plugin error after v2020.1 update

Post by pfloryann »

Hi I using Domoticz 2020.1 (build 11984) and plugin 4.8. 0. 18 and all at once I have this errors and in the plugin Web admin max load is too high and orange I attached an image. All zigate devices is blocked. I tried to restart the plugin from web interface but doesn't work. Only solution it was to restart the raspberry pi.

Spoiler: show

Code: Select all

2020-05-04 00:19:02.089 Error: (Zigate) ----> Line 1810 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/readClusters.py', function Cluster0500
2020-05-04 00:19:02.089 Error: (Zigate) ----> Line 283 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/IAS.py', function receiveIASmessages
2020-05-04 00:19:02.089 Error: (Zigate) ----> Line 231 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/IAS.py', function IASZone_attributes
2020-05-04 00:19:02.168 Error: (Zigate) 'onMessage' failed 'NameError':'name '_IAS_Zone_Management__write_attribute' is not defined'.
2020-05-04 00:19:02.168 Error: (Zigate) ----> Line 965 in '/home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py', function onMessage
2020-05-04 00:19:02.168 Error: (Zigate) ----> Line 505 in '/home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py', function onMessage
2020-05-04 00:19:02.168 Error: (Zigate) ----> Line 325 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/Transport.py', function onMessage
2020-05-04 00:19:02.168 Error: (Zigate) ----> Line 536 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/Transport.py', function processFrame
2020-05-04 00:19:02.168 Error: (Zigate) ----> Line 509 in '/home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py', function processFrame
2020-05-04 00:19:02.168 Error: (Zigate) ----> Line 114 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/input.py', function ZigateRead
2020-05-04 00:19:02.168 Error: (Zigate) ----> Line 1697 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/input.py', function Decode8102
2020-05-04 00:19:02.168 Error: (Zigate) ----> Line 206 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/readClusters.py', function ReadCluster
2020-05-04 00:19:02.168 Error: (Zigate) ----> Line 1796 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/readClusters.py', function Cluster0500
2020-05-04 00:19:02.168 Error: (Zigate) ----> Line 283 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/IAS.py', function receiveIASmessages
2020-05-04 00:19:02.168 Error: (Zigate) ----> Line 231 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/IAS.py', function IASZone_attributes
2020-05-04 00:19:02.220 Error: (Zigate) 'onMessage' failed 'NameError':'name '_IAS_Zone_Management__write_attribute' is not defined'.
2020-05-04 00:19:02.220 Error: (Zigate) ----> Line 965 in '/home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py', function onMessage
2020-05-04 00:19:02.220 Error: (Zigate) ----> Line 505 in '/home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py', function onMessage
2020-05-04 00:19:02.220 Error: (Zigate) ----> Line 325 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/Transport.py', function onMessage
2020-05-04 00:19:02.220 Error: (Zigate) ----> Line 536 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/Transport.py', function processFrame
2020-05-04 00:19:02.220 Error: (Zigate) ----> Line 509 in '/home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py', function processFrame
2020-05-04 00:19:02.220 Error: (Zigate) ----> Line 114 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/input.py', function ZigateRead
2020-05-04 00:19:02.225 Error: (Zigate) ----> Line 1697 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/input.py', function Decode8102
2020-05-04 00:19:02.225 Error: (Zigate) ----> Line 206 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/readClusters.py', function ReadCluster
2020-05-04 00:19:02.225 Error: (Zigate) ----> Line 1807 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/readClusters.py', function Cluster0500
2020-05-04 00:19:02.225 Error: (Zigate) ----> Line 283 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/IAS.py', function receiveIASmessages
2020-05-04 00:19:02.225 Error: (Zigate) ----> Line 231 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/IAS.py', function IASZone_attributes
2020-05-04 00:19:02.432 Error: (Zigate) 'onMessage' failed 'NameError':'name '_IAS_Zone_Management__write_attribute' is not defined'.
2020-05-04 00:19:02.432 Error: (Zigate) ----> Line 965 in '/home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py', function onMessage
2020-05-04 00:19:02.433 Error: (Zigate) ----> Line 505 in '/home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py', function onMessage
2020-05-04 00:19:02.433 Error: (Zigate) ----> Line 325 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/Transport.py', function onMessage
2020-05-04 00:19:02.433 Error: (Zigate) ----> Line 536 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/Transport.py', function processFrame
2020-05-04 00:19:02.433 Error: (Zigate) ----> Line 509 in '/home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py', function processFrame
2020-05-04 00:19:02.433 Error: (Zigate) ----> Line 114 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/input.py', function ZigateRead
2020-05-04 00:19:02.433 Error: (Zigate) ----> Line 1697 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/input.py', function Decode8102
2020-05-04 00:19:02.433 Error: (Zigate) ----> Line 206 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/readClusters.py', function ReadCluster
2020-05-04 00:19:02.433 Error: (Zigate) ----> Line 1810 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/readClusters.py', function Cluster0500
2020-05-04 00:19:02.433 Error: (Zigate) ----> Line 283 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/IAS.py', function receiveIASmessages
2020-05-04 00:19:02.433 Error: (Zigate) ----> Line 231 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/IAS.py', function IASZone_attributes
2020-05-04 00:19:02.483 Error: (Zigate) 'onMessage' failed 'NameError':'name '_IAS_Zone_Management__write_attribute' is not defined'.
2020-05-04 00:19:02.483 Error: (Zigate) ----> Line 965 in '/home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py', function onMessage
2020-05-04 00:19:02.483 Error: (Zigate) ----> Line 505 in '/home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py', function onMessage
2020-05-04 00:19:02.483 Error: (Zigate) ----> Line 325 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/Transport.py', function onMessage
2020-05-04 00:19:02.483 Error: (Zigate) ----> Line 536 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/Transport.py', function processFrame
2020-05-04 00:19:02.483 Error: (Zigate) ----> Line 509 in '/home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py', function processFrame
2020-05-04 00:19:02.483 Error: (Zigate) ----> Line 114 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/input.py', function ZigateRead
2020-05-04 00:19:02.483 Error: (Zigate) ----> Line 1697 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/input.py', function Decode8102
2020-05-04 00:19:02.483 Error: (Zigate) ----> Line 206 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/readClusters.py', function ReadCluster
2020-05-04 00:19:02.483 Error: (Zigate) ----> Line 1796 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/readClusters.py', function Cluster0500
2020-05-04 00:19:02.483 Error: (Zigate) ----> Line 283 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/IAS.py', function receiveIASmessages
2020-05-04 00:19:02.483 Error: (Zigate) ----> Line 231 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/IAS.py', function IASZone_attributes
2020-05-04 00:19:02.531 Error: (Zigate) 'onMessage' failed 'NameError':'name '_IAS_Zone_Management__write_attribute' is not defined'.
2020-05-04 00:19:02.531 Error: (Zigate) ----> Line 965 in '/home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py', function onMessage
2020-05-04 00:19:02.531 Error: (Zigate) ----> Line 505 in '/home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py', function onMessage
2020-05-04 00:19:02.531 Error: (Zigate) ----> Line 325 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/Transport.py', function onMessage
2020-05-04 00:19:02.531 Error: (Zigate) ----> Line 536 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/Transport.py', function processFrame
2020-05-04 00:19:02.531 Error: (Zigate) ----> Line 509 in '/home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py', function processFrame
2020-05-04 00:19:02.531 Error: (Zigate) ----> Line 114 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/input.py', function ZigateRead
2020-05-04 00:19:02.531 Error: (Zigate) ----> Line 1697 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/input.py', function Decode8102
2020-05-04 00:19:02.531 Error: (Zigate) ----> Line 206 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/readClusters.py', function ReadCluster
2020-05-04 00:19:02.531 Error: (Zigate) ----> Line 1807 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/readClusters.py', function Cluster0500
2020-05-04 00:19:02.531 Error: (Zigate) ----> Line 283 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/IAS.py', function receiveIASmessages
2020-05-04 00:19:02.531 Error: (Zigate) ----> Line 231 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/IAS.py', function IASZone_attributes
2020-05-04 00:19:02.578 Error: (Zigate) 'onMessage' failed 'NameError':'name '_IAS_Zone_Management__write_attribute' is not defined'.
2020-05-04 00:19:02.578 Error: (Zigate) ----> Line 965 in '/home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py', function onMessage
2020-05-04 00:19:02.578 Error: (Zigate) ----> Line 505 in '/home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py', function onMessage
2020-05-04 00:19:02.578 Error: (Zigate) ----> Line 325 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/Transport.py', function onMessage
2020-05-04 00:19:02.578 Error: (Zigate) ----> Line 536 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/Transport.py', function processFrame
2020-05-04 00:19:02.578 Error: (Zigate) ----> Line 509 in '/home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py', function processFrame
2020-05-04 00:19:02.578 Error: (Zigate) ----> Line 114 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/input.py', function ZigateRead
2020-05-04 00:19:02.579 Error: (Zigate) ----> Line 1697 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/input.py', function Decode8102
2020-05-04 00:19:02.579 Error: (Zigate) ----> Line 206 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/readClusters.py', function ReadCluster
2020-05-04 00:19:02.579 Error: (Zigate) ----> Line 1810 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/readClusters.py', function Cluster0500
2020-05-04 00:19:02.579 Error: (Zigate) ----> Line 283 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/IAS.py', function receiveIASmessages
2020-05-04 00:19:02.579 Error: (Zigate) ----> Line 231 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/IAS.py', function IASZone_attributes
2020-05-04 00:19:02.677 Error: (Zigate) 'onMessage' failed 'NameError':'name '_IAS_Zone_Management__write_attribute' is not defined'.
2020-05-04 00:19:02.677 Error: (Zigate) ----> Line 965 in '/home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py', function onMessage
2020-05-04 00:19:02.677 Error: (Zigate) ----> Line 505 in '/home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py', function onMessage
2020-05-04 00:19:02.677 Error: (Zigate) ----> Line 325 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/Transport.py', function onMessage
2020-05-04 00:19:02.677 Error: (Zigate) ----> Line 536 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/Transport.py', function processFrame
2020-05-04 00:19:02.677 Error: (Zigate) ----> Line 509 in '/home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py', function processFrame
2020-05-04 00:19:02.677 Error: (Zigate) ----> Line 114 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/input.py', function ZigateRead
2020-05-04 00:19:02.677 Error: (Zigate) ----> Line 1697 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/input.py', function Decode8102
2020-05-04 00:19:02.677 Error: (Zigate) ----> Line 206 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/readClusters.py', function ReadCluster
2020-05-04 00:19:02.677 Error: (Zigate) ----> Line 1796 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/readClusters.py', function Cluster0500
2020-05-04 00:19:02.677 Error: (Zigate) ----> Line 283 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/IAS.py', function receiveIASmessages
2020-05-04 00:19:02.677 Error: (Zigate) ----> Line 231 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/IAS.py', function IASZone_attributes
2020-05-04 00:19:02.725 Error: (Zigate) 'onMessage' failed 'NameError':'name '_IAS_Zone_Management__write_attribute' is not defined'.
2020-05-04 00:19:02.725 Error: (Zigate) ----> Line 965 in '/home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py', function onMessage
2020-05-04 00:19:02.725 Error: (Zigate) ----> Line 505 in '/home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py', function onMessage
2020-05-04 00:19:02.725 Error: (Zigate) ----> Line 325 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/Transport.py', function onMessage
2020-05-04 00:19:02.725 Error: (Zigate) ----> Line 536 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/Transport.py', function processFrame
2020-05-04 00:19:02.725 Error: (Zigate) ----> Line 509 in '/home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py', function processFrame
2020-05-04 00:19:02.725 Error: (Zigate) ----> Line 114 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/input.py', function ZigateRead
2020-05-04 00:19:02.725 Error: (Zigate) ----> Line 1697 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/input.py', function Decode8102
2020-05-04 00:19:02.725 Error: (Zigate) ----> Line 206 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/readClusters.py', function ReadCluster
2020-05-04 00:19:02.725 Error: (Zigate) ----> Line 1807 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/readClusters.py', function Cluster0500
2020-05-04 00:19:02.725 Error: (Zigate) ----> Line 283 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/IAS.py', function receiveIASmessages
2020-05-04 00:19:02.725 Error: (Zigate) ----> Line 231 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/IAS.py', function IASZone_attributes
2020-05-04 00:19:09.590 Error: (Zigate) ----> Line 206 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/readClusters.py', function ReadCluster
2020-05-04 00:19:09.590 Error: (Zigate) ----> Line 1807 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/readClusters.py', function Cluster0500
2020-05-04 00:19:09.591 Error: (Zigate) ----> Line 283 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/IAS.py', function receiveIASmessages
2020-05-04 00:19:09.591 Error: (Zigate) ----> Line 231 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/IAS.py', function IASZone_attributes
2020-05-04 00:19:09.639 Error: (Zigate) 'onMessage' failed 'NameError':'name '_IAS_Zone_Management__write_attribute' is not defined'.
2020-05-04 00:19:09.639 Error: (Zigate) ----> Line 965 in '/home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py', function onMessage
2020-05-04 00:19:09.639 Error: (Zigate) ----> Line 505 in '/home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py', function onMessage
2020-05-04 00:19:09.639 Error: (Zigate) ----> Line 325 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/Transport.py', function onMessage
2020-05-04 00:19:09.639 Error: (Zigate) ----> Line 536 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/Transport.py', function processFrame
2020-05-04 00:19:09.639 Error: (Zigate) ----> Line 509 in '/home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py', function processFrame
2020-05-04 00:19:09.639 Error: (Zigate) ----> Line 114 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/input.py', function ZigateRead
2020-05-04 00:19:09.639 Error: (Zigate) ----> Line 1697 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/input.py', function Decode8102
2020-05-04 00:19:09.639 Error: (Zigate) ----> Line 206 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/readClusters.py', function ReadCluster
2020-05-04 00:19:09.639 Error: (Zigate) ----> Line 1810 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/readClusters.py', function Cluster0500
2020-05-04 00:19:09.639 Error: (Zigate) ----> Line 283 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/IAS.py', function receiveIASmessages
2020-05-04 00:19:09.639 Error: (Zigate) ----> Line 231 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/IAS.py', function IASZone_attributes
2020-05-04 00:19:09.687 Error: (Zigate) 'onMessage' failed 'NameError':'name '_IAS_Zone_Management__write_attribute' is not defined'.
2020-05-04 00:19:09.687 Error: (Zigate) ----> Line 965 in '/home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py', function onMessage
2020-05-04 00:19:09.687 Error: (Zigate) ----> Line 505 in '/home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py', function onMessage
2020-05-04 00:19:09.687 Error: (Zigate) ----> Line 325 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/Transport.py', function onMessage
2020-05-04 00:19:09.687 Error: (Zigate) ----> Line 536 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/Transport.py', function processFrame
2020-05-04 00:19:09.687 Error: (Zigate) ----> Line 509 in '/home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py', function processFrame
2020-05-04 00:19:09.687 Error: (Zigate) ----> Line 114 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/input.py', function ZigateRead
2020-05-04 00:19:09.687 Error: (Zigate) ----> Line 1697 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/input.py', function Decode8102
2020-05-04 00:19:09.687 Error: (Zigate) ----> Line 206 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/readClusters.py', function ReadCluster
2020-05-04 00:19:09.687 Error: (Zigate) ----> Line 1796 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/readClusters.py', function Cluster0500
2020-05-04 00:19:09.687 Error: (Zigate) ----> Line 283 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/IAS.py', function receiveIASmessages
2020-05-04 00:19:09.687 Error: (Zigate) ----> Line 231 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/IAS.py', function IASZone_attributes
2020-05-04 00:19:09.735 Error: (Zigate) 'onMessage' failed 'NameError':'name '_IAS_Zone_Management__write_attribute' is not defined'.
2020-05-04 00:19:09.735 Error: (Zigate) ----> Line 965 in '/home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py', function onMessage
2020-05-04 00:19:09.735 Error: (Zigate) ----> Line 505 in '/home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py', function onMessage
2020-05-04 00:19:09.735 Error: (Zigate) ----> Line 325 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/Transport.py', function onMessage
2020-05-04 00:19:09.735 Error: (Zigate) ----> Line 536 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/Transport.py', function processFrame
2020-05-04 00:19:09.735 Error: (Zigate) ----> Line 509 in '/home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py', function processFrame
2020-05-04 00:19:09.735 Error: (Zigate) ----> Line 114 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/input.py', function ZigateRead
2020-05-04 00:19:09.735 Error: (Zigate) ----> Line 1697 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/input.py', function Decode8102
2020-05-04 00:19:09.735 Error: (Zigate) ----> Line 206 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/readClusters.py', function ReadCluster
2020-05-04 00:19:09.735 Error: (Zigate) ----> Line 1807 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/readClusters.py', function Cluster0500
2020-05-04 00:19:09.735 Error: (Zigate) ----> Line 283 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/IAS.py', function receiveIASmessages
2020-05-04 00:19:09.735 Error: (Zigate) ----> Line 231 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/IAS.py', function IASZone_attributes
2020-05-04 00:19:09.782 Error: (Zigate) 'onMessage' failed 'NameError':'name '_IAS_Zone_Management__write_attribute' is not defined'.
2020-05-04 00:19:09.782 Error: (Zigate) ----> Line 965 in '/home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py', function onMessage
2020-05-04 00:19:09.782 Error: (Zigate) ----> Line 505 in '/home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py', function onMessage
2020-05-04 00:19:09.782 Error: (Zigate) ----> Line 325 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/Transport.py', function onMessage
2020-05-04 00:19:09.782 Error: (Zigate) ----> Line 536 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/Transport.py', function processFrame
2020-05-04 00:19:09.782 Error: (Zigate) ----> Line 509 in '/home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py', function processFrame
2020-05-04 00:19:09.782 Error: (Zigate) ----> Line 114 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/input.py', function ZigateRead
2020-05-04 00:19:09.782 Error: (Zigate) ----> Line 1697 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/input.py', function Decode8102
2020-05-04 00:19:09.782 Error: (Zigate) ----> Line 206 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/readClusters.py', function ReadCluster
2020-05-04 00:19:09.782 Error: (Zigate) ----> Line 1810 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/readClusters.py', function Cluster0500
2020-05-04 00:19:09.783 Error: (Zigate) ----> Line 283 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/IAS.py', function receiveIASmessages
2020-05-04 00:19:09.783 Error: (Zigate) ----> Line 231 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/IAS.py', function IASZone_attributes
2020-05-04 00:19:09.831 Error: (Zigate) 'onMessage' failed 'NameError':'name '_IAS_Zone_Management__write_attribute' is not defined'.
2020-05-04 00:19:09.831 Error: (Zigate) ----> Line 965 in '/home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py', function onMessage
2020-05-04 00:19:09.831 Error: (Zigate) ----> Line 505 in '/home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py', function onMessage
2020-05-04 00:19:09.831 Error: (Zigate) ----> Line 325 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/Transport.py', function onMessage
2020-05-04 00:19:09.831 Error: (Zigate) ----> Line 536 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/Transport.py', function processFrame
2020-05-04 00:19:09.831 Error: (Zigate) ----> Line 509 in '/home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py', function processFrame
2020-05-04 00:19:09.831 Error: (Zigate) ----> Line 114 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/input.py', function ZigateRead
2020-05-04 00:19:09.831 Error: (Zigate) ----> Line 1697 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/input.py', function Decode8102
2020-05-04 00:19:09.832 Error: (Zigate) ----> Line 206 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/readClusters.py', function ReadCluster
2020-05-04 00:19:09.832 Error: (Zigate) ----> Line 1796 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/readClusters.py', function Cluster0500
2020-05-04 00:19:09.832 Error: (Zigate) ----> Line 283 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/IAS.py', function receiveIASmessages
2020-05-04 00:19:09.832 Error: (Zigate) ----> Line 231 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/IAS.py', function IASZone_attributes
2020-05-04 00:19:09.879 Error: (Zigate) 'onMessage' failed 'NameError':'name '_IAS_Zone_Management__write_attribute' is not defined'.
2020-05-04 00:19:09.879 Error: (Zigate) ----> Line 965 in '/home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py', function onMessage
2020-05-04 00:19:09.879 Error: (Zigate) ----> Line 505 in '/home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py', function onMessage
2020-05-04 00:19:09.879 Error: (Zigate) ----> Line 325 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/Transport.py', function onMessage
2020-05-04 00:19:09.879 Error: (Zigate) ----> Line 536 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/Transport.py', function processFrame
2020-05-04 00:19:09.879 Error: (Zigate) ----> Line 509 in '/home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py', function processFrame
2020-05-04 00:19:09.879 Error: (Zigate) ----> Line 114 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/input.py', function ZigateRead
2020-05-04 00:19:09.879 Error: (Zigate) ----> Line 1697 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/input.py', function Decode8102
2020-05-04 00:19:09.879 Error: (Zigate) ----> Line 206 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/readClusters.py', function ReadCluster
2020-05-04 00:19:09.879 Error: (Zigate) ----> Line 1807 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/readClusters.py', function Cluster0500
2020-05-04 00:19:09.879 Error: (Zigate) ----> Line 283 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/IAS.py', function receiveIASmessages
2020-05-04 00:19:09.879 Error: (Zigate) ----> Line 231 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/IAS.py', function IASZone_attributes
2020-05-04 00:19:09.927 Error: (Zigate) 'onMessage' failed 'NameError':'name '_IAS_Zone_Management__write_attribute' is not defined'.
2020-05-04 00:19:09.927 Error: (Zigate) ----> Line 965 in '/home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py', function onMessage
2020-05-04 00:19:09.927 Error: (Zigate) ----> Line 505 in '/home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py', function onMessage
2020-05-04 00:19:09.927 Error: (Zigate) ----> Line 325 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/Transport.py', function onMessage
2020-05-04 00:19:09.927 Error: (Zigate) ----> Line 536 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/Transport.py', function processFrame
2020-05-04 00:19:09.927 Error: (Zigate) ----> Line 509 in '/home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py', function processFrame
2020-05-04 00:19:09.927 Error: (Zigate) ----> Line 114 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/input.py', function ZigateRead
2020-05-04 00:19:09.927 Error: (Zigate) ----> Line 1697 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/input.py', function Decode8102
2020-05-04 00:19:09.927 Error: (Zigate) ----> Line 206 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/readClusters.py', function ReadCluster
2020-05-04 00:19:09.927 Error: (Zigate) ----> Line 1810 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/readClusters.py', function Cluster0500
2020-05-04 00:19:09.927 Error: (Zigate) ----> Line 283 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/IAS.py', function receiveIASmessages
2020-05-04 00:19:09.927 Error: (Zigate) ----> Line 231 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/IAS.py', function IASZone_attributes
2020-05-04 00:19:09.976 Error: (Zigate) 'onMessage' failed 'NameError':'name '_IAS_Zone_Management__write_attribute' is not defined'.
2020-05-04 00:19:09.976 Error: (Zigate) ----> Line 965 in '/home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py', function onMessage
2020-05-04 00:19:09.976 Error: (Zigate) ----> Line 505 in '/home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py', function onMessage
2020-05-04 00:19:09.976 Error: (Zigate) ----> Line 325 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/Transport.py', function onMessage
2020-05-04 00:19:09.976 Error: (Zigate) ----> Line 536 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/Transport.py', function processFrame
2020-05-04 00:19:09.976 Error: (Zigate) ----> Line 509 in '/home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py', function processFrame
2020-05-04 00:19:09.976 Error: (Zigate) ----> Line 114 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/input.py', function ZigateRead
2020-05-04 00:19:09.976 Error: (Zigate) ----> Line 1697 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/input.py', function Decode8102
2020-05-04 00:19:09.976 Error: (Zigate) ----> Line 206 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/readClusters.py', function ReadCluster
2020-05-04 00:19:09.976 Error: (Zigate) ----> Line 1796 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/readClusters.py', function Cluster0500
2020-05-04 00:19:09.976 Error: (Zigate) ----> Line 283 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/IAS.py', function receiveIASmessages
2020-05-04 00:19:09.976 Error: (Zigate) ----> Line 231 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/IAS.py', function IASZone_attributes
2020-05-04 00:19:14.471 Error: (Zigate) ----> Line 206 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/readClusters.py', function ReadCluster
2020-05-04 00:19:14.471 Error: (Zigate) ----> Line 1810 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/readClusters.py', function Cluster0500
2020-05-04 00:19:14.471 Error: (Zigate) ----> Line 283 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/IAS.py', function receiveIASmessages
2020-05-04 00:19:14.471 Error: (Zigate) ----> Line 231 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/IAS.py', function IASZone_attributes
2020-05-04 00:19:14.523 Error: (Zigate) 'onMessage' failed 'NameError':'name '_IAS_Zone_Management__write_attribute' is not defined'.
2020-05-04 00:19:14.523 Error: (Zigate) ----> Line 965 in '/home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py', function onMessage
2020-05-04 00:19:14.523 Error: (Zigate) ----> Line 505 in '/home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py', function onMessage
2020-05-04 00:19:14.523 Error: (Zigate) ----> Line 325 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/Transport.py', function onMessage
2020-05-04 00:19:14.523 Error: (Zigate) ----> Line 536 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/Transport.py', function processFrame
2020-05-04 00:19:14.523 Error: (Zigate) ----> Line 509 in '/home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py', function processFrame
2020-05-04 00:19:14.523 Error: (Zigate) ----> Line 114 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/input.py', function ZigateRead
2020-05-04 00:19:14.523 Error: (Zigate) ----> Line 1697 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/input.py', function Decode8102
2020-05-04 00:19:14.523 Error: (Zigate) ----> Line 206 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/readClusters.py', function ReadCluster
2020-05-04 00:19:14.523 Error: (Zigate) ----> Line 1796 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/readClusters.py', function Cluster0500
2020-05-04 00:19:14.523 Error: (Zigate) ----> Line 283 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/IAS.py', function receiveIASmessages
2020-05-04 00:19:14.523 Error: (Zigate) ----> Line 231 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/IAS.py', function IASZone_attributes
2020-05-04 00:19:14.571 Error: (Zigate) 'onMessage' failed 'NameError':'name '_IAS_Zone_Management__write_attribute' is not defined'.
2020-05-04 00:19:14.571 Error: (Zigate) ----> Line 965 in '/home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py', function onMessage
2020-05-04 00:19:14.571 Error: (Zigate) ----> Line 505 in '/home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py', function onMessage
2020-05-04 00:19:14.571 Error: (Zigate) ----> Line 325 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/Transport.py', function onMessage
2020-05-04 00:19:14.571 Error: (Zigate) ----> Line 536 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/Transport.py', function processFrame
2020-05-04 00:19:14.571 Error: (Zigate) ----> Line 509 in '/home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py', function processFrame
2020-05-04 00:19:14.571 Error: (Zigate) ----> Line 114 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/input.py', function ZigateRead
2020-05-04 00:19:14.571 Error: (Zigate) ----> Line 1697 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/input.py', function Decode8102
2020-05-04 00:19:14.571 Error: (Zigate) ----> Line 206 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/readClusters.py', function ReadCluster
2020-05-04 00:19:14.571 Error: (Zigate) ----> Line 1807 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/readClusters.py', function Cluster0500
2020-05-04 00:19:14.571 Error: (Zigate) ----> Line 283 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/IAS.py', function receiveIASmessages
2020-05-04 00:19:14.571 Error: (Zigate) ----> Line 231 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/IAS.py', function IASZone_attributes
2020-05-04 00:19:14.619 Error: (Zigate) 'onMessage' failed 'NameError':'name '_IAS_Zone_Management__write_attribute' is not defined'.
2020-05-04 00:19:14.619 Error: (Zigate) ----> Line 965 in '/home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py', function onMessage
2020-05-04 00:19:14.619 Error: (Zigate) ----> Line 505 in '/home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py', function onMessage
2020-05-04 00:19:14.619 Error: (Zigate) ----> Line 325 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/Transport.py', function onMessage
2020-05-04 00:19:14.619 Error: (Zigate) ----> Line 536 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/Transport.py', function processFrame
2020-05-04 00:19:14.619 Error: (Zigate) ----> Line 509 in '/home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py', function processFrame
2020-05-04 00:19:14.619 Error: (Zigate) ----> Line 114 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/input.py', function ZigateRead
2020-05-04 00:19:14.619 Error: (Zigate) ----> Line 1697 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/input.py', function Decode8102
2020-05-04 00:19:14.619 Error: (Zigate) ----> Line 206 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/readClusters.py', function ReadCluster
2020-05-04 00:19:14.619 Error: (Zigate) ----> Line 1810 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/readClusters.py', function Cluster0500
2020-05-04 00:19:14.619 Error: (Zigate) ----> Line 283 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/IAS.py', function receiveIASmessages
2020-05-04 00:19:14.619 Error: (Zigate) ----> Line 231 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/IAS.py', function IASZone_attributes
2020-05-04 00:19:14.667 Error: (Zigate) 'onMessage' failed 'NameError':'name '_IAS_Zone_Management__write_attribute' is not defined'.
2020-05-04 00:19:14.667 Error: (Zigate) ----> Line 965 in '/home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py', function onMessage
2020-05-04 00:19:14.667 Error: (Zigate) ----> Line 505 in '/home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py', function onMessage
2020-05-04 00:19:14.667 Error: (Zigate) ----> Line 325 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/Transport.py', function onMessage
2020-05-04 00:19:14.667 Error: (Zigate) ----> Line 536 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/Transport.py', function processFrame
2020-05-04 00:19:14.667 Error: (Zigate) ----> Line 509 in '/home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py', function processFrame
2020-05-04 00:19:14.667 Error: (Zigate) ----> Line 114 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/input.py', function ZigateRead
2020-05-04 00:19:14.667 Error: (Zigate) ----> Line 1697 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/input.py', function Decode8102
2020-05-04 00:19:14.667 Error: (Zigate) ----> Line 206 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/readClusters.py', function ReadCluster
2020-05-04 00:19:14.667 Error: (Zigate) ----> Line 1796 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/readClusters.py', function Cluster0500
2020-05-04 00:19:14.667 Error: (Zigate) ----> Line 283 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/IAS.py', function receiveIASmessages
2020-05-04 00:19:14.667 Error: (Zigate) ----> Line 231 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/IAS.py', function IASZone_attributes
2020-05-04 00:19:14.714 Error: (Zigate) 'onMessage' failed 'NameError':'name '_IAS_Zone_Management__write_attribute' is not defined'.
2020-05-04 00:19:14.715 Error: (Zigate) ----> Line 965 in '/home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py', function onMessage
2020-05-04 00:19:14.715 Error: (Zigate) ----> Line 505 in '/home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py', function onMessage
2020-05-04 00:19:14.715 Error: (Zigate) ----> Line 325 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/Transport.py', function onMessage
2020-05-04 00:19:14.715 Error: (Zigate) ----> Line 536 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/Transport.py', function processFrame
2020-05-04 00:19:14.715 Error: (Zigate) ----> Line 509 in '/home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py', function processFrame
2020-05-04 00:19:14.715 Error: (Zigate) ----> Line 114 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/input.py', function ZigateRead
2020-05-04 00:19:14.715 Error: (Zigate) ----> Line 1697 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/input.py', function Decode8102
2020-05-04 00:19:14.715 Error: (Zigate) ----> Line 206 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/readClusters.py', function ReadCluster
2020-05-04 00:19:14.715 Error: (Zigate) ----> Line 1807 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/readClusters.py', function Cluster0500
2020-05-04 00:19:14.715 Error: (Zigate) ----> Line 283 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/IAS.py', function receiveIASmessages
2020-05-04 00:19:14.715 Error: (Zigate) ----> Line 231 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/IAS.py', function IASZone_attributes
2020-05-04 00:19:14.762 Error: (Zigate) 'onMessage' failed 'NameError':'name '_IAS_Zone_Management__write_attribute' is not defined'.
2020-05-04 00:19:14.762 Error: (Zigate) ----> Line 965 in '/home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py', function onMessage
2020-05-04 00:19:14.762 Error: (Zigate) ----> Line 505 in '/home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py', function onMessage
2020-05-04 00:19:14.762 Error: (Zigate) ----> Line 325 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/Transport.py', function onMessage
2020-05-04 00:19:14.762 Error: (Zigate) ----> Line 536 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/Transport.py', function processFrame
2020-05-04 00:19:14.762 Error: (Zigate) ----> Line 509 in '/home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py', function processFrame
2020-05-04 00:19:14.762 Error: (Zigate) ----> Line 114 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/input.py', function ZigateRead
2020-05-04 00:19:14.762 Error: (Zigate) ----> Line 1697 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/input.py', function Decode8102
2020-05-04 00:19:14.762 Error: (Zigate) ----> Line 206 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/readClusters.py', function ReadCluster
2020-05-04 00:19:14.762 Error: (Zigate) ----> Line 1810 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/readClusters.py', function Cluster0500
2020-05-04 00:19:14.762 Error: (Zigate) ----> Line 283 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/IAS.py', function receiveIASmessages
2020-05-04 00:19:14.762 Error: (Zigate) ----> Line 231 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/IAS.py', function IASZone_attributes
2020-05-04 00:19:14.911 Error: (Zigate) 'onMessage' failed 'NameError':'name '_IAS_Zone_Management__write_attribute' is not defined'.
2020-05-04 00:19:14.911 Error: (Zigate) ----> Line 965 in '/home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py', function onMessage
2020-05-04 00:19:14.911 Error: (Zigate) ----> Line 505 in '/home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py', function onMessage
2020-05-04 00:19:14.911 Error: (Zigate) ----> Line 325 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/Transport.py', function onMessage
2020-05-04 00:19:14.911 Error: (Zigate) ----> Line 536 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/Transport.py', function processFrame
2020-05-04 00:19:14.911 Error: (Zigate) ----> Line 509 in '/home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py', function processFrame
2020-05-04 00:19:14.911 Error: (Zigate) ----> Line 114 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/input.py', function ZigateRead
2020-05-04 00:19:14.911 Error: (Zigate) ----> Line 1697 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/input.py', function Decode8102
2020-05-04 00:19:14.911 Error: (Zigate) ----> Line 206 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/readClusters.py', function ReadCluster
2020-05-04 00:19:14.911 Error: (Zigate) ----> Line 1796 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/readClusters.py', function Cluster0500
2020-05-04 00:19:14.911 Error: (Zigate) ----> Line 283 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/IAS.py', function receiveIASmessages
2020-05-04 00:19:14.911 Error: (Zigate) ----> Line 231 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/IAS.py', function IASZone_attributes
2020-05-04 00:19:15.010 Error: (Zigate) 'onMessage' failed 'NameError':'name '_IAS_Zone_Management__write_attribute' is not defined'.
2020-05-04 00:19:15.010 Error: (Zigate) ----> Line 965 in '/home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py', function onMessage
2020-05-04 00:19:15.010 Error: (Zigate) ----> Line 505 in '/home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py', function onMessage
2020-05-04 00:19:15.010 Error: (Zigate) ----> Line 325 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/Transport.py', function onMessage
2020-05-04 00:19:15.010 Error: (Zigate) ----> Line 536 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/Transport.py', function processFrame
2020-05-04 00:19:15.010 Error: (Zigate) ----> Line 509 in '/home/pi/domoticz/plugins/Domoticz-Zigate/plugin.py', function processFrame
2020-05-04 00:19:15.010 Error: (Zigate) ----> Line 114 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/input.py', function ZigateRead
2020-05-04 00:19:15.010 Error: (Zigate) ----> Line 1697 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/input.py', function Decode8102
2020-05-04 00:19:15.010 Error: (Zigate) ----> Line 206 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/readClusters.py', function ReadCluster
2020-05-04 00:19:15.010 Error: (Zigate) ----> Line 1807 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Modules/readClusters.py', function Cluster0500
2020-05-04 00:19:15.010 Error: (Zigate) ----> Line 283 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/IAS.py', function receiveIASmessages
2020-05-04 00:19:15.010 Error: (Zigate) ----> Line 231 in '/home/pi/domoticz/plugins/Domoticz-Zigate/Classes/IAS.py', function IASZone_attributes
© 2012-2020 Domoticz | WWW: Domoticz.com
Attachments
IMG_20200504_003210.jpg
IMG_20200504_003210.jpg (205.37 KiB) Viewed 1851 times
Domoticz on Raspberry Pi 4with Zigbee2mqtt
2 x xiaomi temperature sensor
7 x xiaomi plug
2 x xiaomi door sensor
1 x ikea plug
1 x ikea zigbee apdator
4 x xiaomi motion sensor
1 x xiaomi vibration sensor
2 x xiaomi wireless switch
Broadlink rm pro
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest