hass-rainforest-emu-2
hass-rainforest-emu-2 copied to clipboard
Intergration for the Rainforest EMU-2 energy monitor
> ENERGY_KILO_WATT_HOUR was used from rainforest_emu_2, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfEnergy.KILO_WATT_HOUR instead, please create a bug report at https://github.com/ryanwinter/hass-rainforest-emu-2/issues >...
When I dropped my ser2ned service so I could run my Java code against the port, it disconnected the TCP connection to your code. I'm now getting "issued command while...
I wrote a java driver for the EMU2, and there's a schedule command you call to setup what data you want to get back from the device Check out clearSchedule...
I plan to use ser2net to forward EMU-2 connection. When connect directly via serial port, it works flawlessly. After setting up ser2net (and tested by netcat successfully), I tried to...
https://github.com/ryanwinter/hass-rainforest-emu-2/issues/32
I've got the current stable version of HA running on an RPI4 through hass. When I attempt to add my EMU-2 through a direct USB connection, Home Assistant locks up...
I just received the EMU-2 and its hooked up to my Puget Sound Energy meter. It's amazing. But the first few times I tried to add the integration, HA hung....
This integration is great when it's working. However, every couple of weeks or so, it will stop reading data from the EMU-2 and report 0 kWh for a few days....
Crashing HA
Sometimes when this integration is setup, it kills the HA server. The host is fine (4357 reports nothing wrong) but all of Home Assistant becomes inaccessible. After looking at the...
Fixes HA crash when the remote TCP server is not allowing connections. - Issue #23 Retries TCP connection automatically and regathers some meter each time. Fixes missing device info data...