htvekov
(Henning Tvekov)
July 22, 2022, 12:47pm
1
Hi’ all.
I’ve searched the net for any config examples on how to get data from my Schneider Energy Meter into Home Assistant. Seems that the device is supported in Tasmota, but I can’t find any config examples.
Anyone with a working IEM3155 HA implementation (via Tasmota or otherwise) that could help out ?
Thank you in advance.
Rgds.
Henning
htvekov
(Henning Tvekov)
July 27, 2022, 9:36pm
2
Implemented device instead via modbus in ESPHome.
Some trial and error was needed, but now I got a working solution.
I’ve successfully implemented my IEM3155 Energy Meter in ESPHome using Modbus and I can read all relevant registers.
But I’m struggling quite a bit to figure out the syntax for sending a custom_command to reset the counter every day at midnight.
The IEM3155 supports modbus function 16 and in the IEM3155 command list I’ve this:
[image]
As I’m not writing to a register but issuing a command, I’ve no idea about the format of the custom_command in ESPHome. Can’t find anything on the net regardi…
smole
December 23, 2023, 8:52pm
3
Hi, would you mind showing how exactly you did this?
htvekov
(Henning Tvekov)
December 23, 2023, 9:29pm
4
Have you checked my GitHub repo ? All details are there.