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
python-kasa is not able to discover the EC60 smart camera device. Running kasa --debug --device-family SMART.IPCAMERA discover shows DEBUG:kasa.discover:[DISCOVERY] Unable to find device type for 192.168.0.XXX: Unable to find the device type field!. So I checked the device info struct and see it has one more nest of system:
python-kasa is not able to discover the EC60 smart camera device. Running
kasa --debug --device-family SMART.IPCAMERA discovershowsDEBUG:kasa.discover:[DISCOVERY] Unable to find device type for 192.168.0.XXX: Unable to find the device type field!. So I checked the device info struct and see it has one more nest ofsystem:{ "system": { "get_sysinfo": { "system": { "stream_version": 2, "sw_ver": "2.3.22 Build 20230731 rel.69808", "hw_ver": "4.0", "type": "IOT.IPCAMERA"I can create a PR, including an new fixture.