Eufy T1016 configuration

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?

1 Like

I haven’t seen any responses here, but I think this may be an issue with the underlying python code. Check out the issue that was opened here on the base python-lakeside code which is what the Eufy code in HA is based on.

https://github.com/google/python-lakeside/issues/17

unfortunately Anker changed the integration protocol on their new products (T1018 in my case), but you can still integrate these lights to Home Assistant by pairing your Eufy lights to Tuya or SmartLife. After that, you can use the Tuya/SL integration of Home Assistant. at least it worked for me.

1 Like