Peter Jorgensen

Results 27 comments of Peter Jorgensen

> I haven't been able to recreate it stopping working by restarting. Fixes for not starting the first time and causing a busy wait are incoming.

In emu2.py, After line ` line = line.decode("utf-8").strip()` add the following: ``` if "Port already in use" in line: _LOGGER.error("Another client is already connected to the TCP server, disconnect that...

See pull request.

You can use a template sensor to accommodate this, at least until it can be looked into more.

Did this happen start after an update or is 2022.7.6 the first version of HA you have tried this integration on?

> Here's my (filtered) [home-assistant.log](https://github.com/ryanwinter/hass-rainforest-emu-2/files/9182547/home-assistant.log), @ryanwinter would you mind to take a look at it? Your log seems to indicate that 1. the EMU2 is trying to connect to the...

> Yeah it ended up being too far from the meter, so now I'm trying the TCP thing. Would you mind taking a look at that? Open an issue for...