Page 1 of 2

Zigate plugin error after v2020.1 update

Posted: Monday 23 March 2020 17:53
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

Re: Zigate plugin error after v2020.1 update

Posted: Monday 23 March 2020 18:50
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)

Re: Zigate plugin error after v2020.1 update

Posted: Monday 23 March 2020 18:51
by pipiche
currently working on a fix

Re: Zigate plugin error after v2020.1 update

Posted: Monday 23 March 2020 19:17
by pipiche
Fix is currently pushed to 'beta' branch

Re: Zigate plugin error after v2020.1 update

Posted: Monday 23 March 2020 19:24
by pipiche

Re: Zigate plugin error after v2020.1 update

Posted: Wednesday 25 March 2020 11:52
by egrueda
I switched to beta branch and can confirm it's working again :-)
Thank you!

Re: Zigate plugin error after v2020.1 update

Posted: Thursday 26 March 2020 21:58
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.

Re: Zigate plugin error after v2020.1 update

Posted: Thursday 26 March 2020 22:11
by pipiche
you need to do git pull after a git checkout beta

Re: Zigate plugin error after v2020.1 update

Posted: Thursday 26 March 2020 22:50
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 2184 times

Re: Zigate plugin error after v2020.1 update

Posted: Friday 27 March 2020 8:21
by pipiche
Please do check the following thread
https://www.domoticz.com/forum/viewtopi ... db2ce55b34

Re: Zigate plugin error after v2020.1 update

Posted: Sunday 29 March 2020 12:24
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 

Re: Zigate plugin error after v2020.1 update

Posted: Sunday 29 March 2020 12:43
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

Re: Zigate plugin error after v2020.1 update

Posted: Sunday 29 March 2020 12:57
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

Re: Zigate plugin error after v2020.1 update

Posted: Sunday 29 March 2020 13:49
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.

Re: Zigate plugin error after v2020.1 update

Posted: Sunday 29 March 2020 14:57
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 ?

Re: Zigate plugin error after v2020.1 update

Posted: Sunday 29 March 2020 15:12
by ylemer
SOLVED !
Didn't see that there was now a GUI interface to control the plugin

Re: Zigate plugin error after v2020.1 update

Posted: Friday 24 April 2020 22:31
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

Re: Zigate plugin error after v2020.1 update

Posted: Friday 24 April 2020 22:48
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

Re: Zigate plugin error after v2020.1 update

Posted: Friday 24 April 2020 23:39
by pfloryann
I updated the plugin and domoticz and I monitoring the logs.

Thank you!

Re: Zigate plugin error after v2020.1 update

Posted: Sunday 03 May 2020 23:43
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