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
I'm fairly sure (based on my limited Python abilities) the issue the is "protocol:query: Unable to query the device, retrying: unpack requires a buffer of 4 bytes" ... I'm assuming that it's just a case of "code change" by TPLink ...
My Polyglot has python-kasa 0.4.0 installed ... The device does respond to the test script:
# kasa --host 192.168.1.68 --plug sysinfo
== System info ==
{'active_mode': 'none',
'alias': 'PA Node Test',
'dev_name': 'Smart Wi-Fi Plug Mini',
'deviceId': '8006E4CFFFEE6ABA49B2B2F2C90C8A791E5A7712',
'err_code': 0,
'feature': 'TIM',
'hwId': 'B25CBC5351DD892EA69AB42199F59E41',
'hw_ver': '5.0',
'icon_hash': '',
'latitude_i': 407337,
'led_off': 0,
'longitude_i': -736779,
'mac': '00:5F:67:D4:C9:F2',
'mic_type': 'IOT.SMARTPLUGSWITCH',
'model': 'HS103(US)',
'next_action': {'type': -1},
'oemId': '211C91F3C6FA93568D818524FE170CEC',
'on_time': 0,
'relay_state': 0,
'rssi': -33,
'status': 'new',
'sw_ver': '1.0.3 Build 201015 Rel.142523',
'updating': 0}
# kasa --host 192.168.1.68 --plug on
Turning on PA Node Test
# kasa --host 192.168.1.68 --plug off
Turning off PA Node Test
Let me know if you need more (or if you want me to send you a device and/or have Amazon send you one)
HS103 v5 get "unpack requires a buffer of 4 bytes" error when trying to "discover"
I'm fairly sure (based on my limited Python abilities) the issue the is "protocol:query: Unable to query the device, retrying: unpack requires a buffer of 4 bytes" ... I'm assuming that it's just a case of "code change" by TPLink ...
My Polyglot has python-kasa 0.4.0 installed ... The device does respond to the test script:
Let me know if you need more (or if you want me to send you a device and/or have Amazon send you one)
Thanks
@Shley
The text was updated successfully, but these errors were encountered: