I am trying to get a Eufy T1016 bulb working on HA and have not had luck.
My device is on a network that isn’t discoverable so I have manually specified. My configuration.yaml looks like this:
eufy:
devices:
- address: 192.168.60.137
access_token: !access_token_eufy
type: T1016
name: Living Room Lamp
The device doesn’t get set up, and there is nothing interesting in the logs, even when I increase the log file of light and eufy to debug.
I notice that when I look at the source code - https://github.com/home-assistant/home-assistant/blob/dev/homeassistant/components/eufy/light.py - around line 45, this doesn’t know about a model T1016 so perhaps that is part of the issue?
Any other ideas?