You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Plug State Information:
b'\xb3\xc9\x80\xfd\x8a5a\xf1DB\xa2\xb8U\xf6\x08k\xbf\xab\xd6\x9bZ\xecO\xc7)\xb7\xb6}*\x02\xf5 '
Plug DPS List:
Traceback (most recent call last):
File "./get_dps.py", line 58, in
for key in data['dps'].keys():
TypeError: byte indices must be integers or slices, not str
I have the key etc, but something goes wrong :( . Help please.
Thanks
The text was updated successfully, but these errors were encountered:
Hello.
I have Domoticz 2020.2, installed everything, but the plugin not working. In the Domoticz log I have:
'onMessage' failed 'TypeError':'onMessage() missing 2 required positional arguments: 'Connection' and 'Data''.
When I try to use the get_dps.py, I have:
Unexpected status() payload=b'\xb3\xc9\x80\xfd\x8a5a\xf1DB\xa2\xb8U\xf6\x08k\xbf\xab\xd6\x9bZ\xecO\xc7)\xb7\xb6}*\x02\xf5 '
Plug State Information:
b'\xb3\xc9\x80\xfd\x8a5a\xf1DB\xa2\xb8U\xf6\x08k\xbf\xab\xd6\x9bZ\xecO\xc7)\xb7\xb6}*\x02\xf5 '
Plug DPS List:
Traceback (most recent call last):
File "./get_dps.py", line 58, in
for key in data['dps'].keys():
TypeError: byte indices must be integers or slices, not str
I have the key etc, but something goes wrong :( . Help please.
Thanks
The text was updated successfully, but these errors were encountered: