but neither configuration shows the device in Home Assistant and I can’t see any errors in the log for Eufy. Would anyone have any advice or help on how to configure these?
Thanks for the reply. I have them indented in my config correctly (I think) as shown in the HA Component Eufy docs. Unfortunately I can’t display the correct formatting in this post. I’m wondering if the issue is that I have a UK smart plug T1203 and this integration doesn’t support that.
I’m having the same problem here - also using a UK smart plug. Could you let me know if you find a solution? I’m hoping it’s not just that the component isn’t supported because it’s different to the US style plugs.
Until a fix is issued I have managed to get this working by creating it as a custom component and then modifying the code in a few files to include the T1203 switch.
Here’s what I did for Hassio:
Copy the following files to their respective locations. If the folders don’t exist in your config then create them.
- line 103: elif self.kind == "T1201" or self.kind == "T1202" or self.kind == "T1211":
+ line 103: elif self.kind == "T1201" or self.kind == "T1202" or self.kind == "T1203" or self.kind == "T1211":
/config/custom_components/eufy.py
- line 46: 'T1211': 'switch'
+ line 46: 'T1211': 'switch',
+ line 47: 'T1203': 'switch'
Add the Eufy configuration (as in the component docs) to configuration.yaml:-
/config/configuration.yaml
eufy:
username: [email protected]
password: Password for Eufylife.com account
Then restart Home Assistant and it should auto discover your T1203 Smart Plug.
I also can’t get them working. I bought two T1203 switches. HA no longer throws up errors that the Eufy platform couldn’t be configured, but no switches show up.
Same as me - be great if these could be fully supported because for £17 on Amazon they make for an excellent smart plug device and include energy monitoring
Unknown1 is definitely runtime of the plug in hours
Which leads me to believe that there might be an issue with the HA component side or that the devices just dont discover properly - I have Eufy initializing in HA but then nothing in the log.
Ok this is really strange - I upgraded lakeside to 11
but on restarting home assistant it installed 10 again!
2018-12-21 18:59:30 INFO (MainThread) [homeassistant.loader] Loaded eufy from homeassistant.components.eufy
2018-12-21 18:59:30 INFO (SyncWorker_4) [homeassistant.util.package] Attempting install of lakeside==0.10
I have just reinstalled 11 - not sure this will work