I've the same problem/question.
Workaround: at the hardware settings of the Netatmo: set the Hardware timeout to eg 15min
Search found 4 matches
- Saturday 19 November 2022 14:31
- Forum: Temperature and Weather
- Topic: Netatmo refresh time since 2022.2
- Replies: 2
- Views: 340
- Sunday 21 February 2021 21:20
- Forum: Temperature and Weather
- Topic: Nedis West3Sen
- Replies: 4
- Views: 993
- Monday 23 March 2020 18:50
- Forum: Zigbee
- Topic: Zigate plugin error after v2020.1 update
- Replies: 23
- Views: 2718
Re: Zigate plugin error after v2020.1 update
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)
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)
- Monday 23 March 2020 17:53
- Forum: Zigbee
- Topic: Zigate plugin error after v2020.1 update
- Replies: 23
- Views: 2718
Zigate plugin error after v2020.1 update
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 ...