Smanar / Domoticz-deCONZ

deCONZ plugin for Domoticz (Zigbee application)
GNU General Public License v3.0
36 stars 27 forks source link

Problems in latest domoticz beta 4.10915 #20

Closed dobber81 closed 5 years ago

dobber81 commented 5 years ago

2019-06-16 19:30:54.202 (deCONZ) Pushing 'onMessageCallback' on to queue 2019-06-16 19:30:54.202 (deCONZ) Processing 'onMessageCallback' message 2019-06-16 19:30:54.202 (deCONZ) Calling message handler 'onMessage'. 2019-06-16 19:30:54.202 (deCONZ) onMessage called 2019-06-16 19:30:54.203 (deCONZ) Incomplete trame, miss 4944 bytes 2019-06-16 19:30:54.203 (deCONZ) Processing 'onMessageCallback' message 2019-06-16 19:30:54.203 (deCONZ) Calling message handler 'onMessage'. 2019-06-16 19:30:54.203 (deCONZ) onMessage called 2019-06-16 19:30:54.203 (deCONZ) Incomplete trame, miss 848 bytes 2019-06-16 19:30:54.203 (deCONZ) Processing 'onMessageCallback' message 2019-06-16 19:30:54.203 (deCONZ) Calling message handler 'onMessage'. 2019-06-16 19:30:54.203 (deCONZ) onMessage called 2019-06-16 19:30:54.203 (deCONZ) Incomplete trame, miss 183 bytes 2019-06-16 19:30:54.017 Error: (deCONZ) More than 5s timeout, Your system seem frezzed, Forcing disconnect for : GET /api/2DF295010C/config/ HTTP/1.1 2019-06-16 19:30:54.017 Host: 10.0.0.19:80 2019-06-16 19:30:54.017 User-Agent: Domoticz/1.0 2019-06-16 19:30:54.017 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,/;q=0.8 2019-06-16 19:30:54.017 Connection: keep-alive 2019-06-16 19:30:54.017 2019-06-16 19:30:54.017

Don't know if this is a bug in the new domoticz, but could also be something they changed that makes this plugin break.

If I roll back to latest stable domoticz everything works great again.

Smanar commented 5 years ago

Yep, I m on it. I m rewritting the code to use pure python lib, and not the domoticz connexion framework. You can try the future beta, but all is not yet finished.

dobber81 commented 5 years ago

Thanks, then I'll just wait for an update!

dobber81 commented 5 years ago

The workaround did the trick. Thanks for the quick fix.

Smanar commented 5 years ago

Np, I will finish it this week.