Hi everyone, is there anyone who knows if the Hombli Smart Plug works with Home assistant? He works through tuya Thank you for your response.
I have many Tuya devices in my Home Assistant instance.
Don’t know why those shouldn’t work.
Jim
Thank you for your response. So you think it’s going to work but you’ve never tried it?
For heaven’s sake, can you tell us what the hell a hombli plug is? Do we have to google it?
I would avoid if it is tuya based. Tuya have really screwed their credibility with HA users.
Go open source https://www.athom.tech/esphome
Yes, I’m actually looking for a smart plug with energy monitoring!!
And am fairly new here!
And how do the Athom integrate in HA?
As you’ll see from the page I linked, they use esphome.
Also, click the products menu and see what other options they have.
Too bad those are Wi-Fi based only, and not e.g. ZigBee.
Hello,
We have added this product to our assortment. It is the ESPhome version. It can be added to Home Assistant in a matter of seconds (ok ok, in minutes ). We manage 24-hour delivery and, of course, any warranty claims.
We will soon be adding other ESPhome-based products to our catalogue. https://shop.swiss-domotique.ch/en/wall-plugs/2358-athom-technology-esphome-wifi-plug-in-swiss-format.html
Hello
First of all, i m new with HA and Yaml
I m spending a lot of times on different tutorials these days
About this Hombli Smart outdoor, I can get the value in HA
- Integration Smartlife
- Activate the 3 sensors : Current, Power and Voltage
Then I wanted to add the sensor Power in the Energy Board but I couldn’t find it.
Looking here and there, I understood that problem is the sensor indicate these Attributs. I went in developpement tool and saw
state_class: measurement
unit_of_measurement: W
device_class: power
friendly_name: Hombli Smart Outdoor Socket Power
To make it appear in the Energy Board, I changed using the Yaml editor in
state_class: total
unit_of_measurement: W
device_class: energy
friendly_name: Hombli Smart Outdoor Socket Power
but after few seconds it goes back to
state_class: measurement
unit_of_measurement: W
device_class: power
friendly_name: Hombli Smart Outdoor Socket Power
I m wondering how to avoid to going back to previous Attributs
(sorry if my question wasn’t clear enough)
Power is not the same as energy. You need to use the integration helper to convert power into energy.
Indeed … I was so focus to understand how to reach the informations that
I did not pay attention energy/power.
I didn’t know about Integral but it will help a lot
Many thanks