David Rapan
David Rapan
Can you show the version from Device sensor attributes?
So it's single-phase inverter. Not really familiar w/ them and firmware versions.
Sure, when there will be any more info (documentation) about these new options I'll implement them. 😉
Hi @jaimielle18, unfortunately this logger is not compatible as it does not provide local access. As far as we know.
Deye most likely no longer wants its users to access data in any other way than the official one, so the only option is probably to connect using Modbus RTU...
Use this integration to read the data.. you can use Modbus TCP.
Hi @Triple-S, the only place where the IP address can change is here: https://github.com/davidrapan/ha-solarman/blob/8f03e9b7740cd0331a67de8bad144305f6de9124/custom_components/solarman/config_flow.py#L99 so try to REPLACE this row for example with: ``` _LOGGER.warning(f"What the heck: {discovery_info}, options: {entry.options}")...
You can replace the line for sure and while doing so you will temporary "fix" the issue and then after some time you can try to look for the warning...
Great, let's try this simple [fix: Invalid endpoint reconfiguration via discovery](https://github.com/davidrapan/ha-solarman/commit/6f9efa5ce825d32dc735f8916a10de5eb860d457)
Well, I made a "faux pas" by checking the configured one instead of the incoming IP address, [fix: Invalid endpoint reconfiguration via discovery](https://github.com/davidrapan/ha-solarman/commit/5418e2c52f949671ed46d3678a088d654f78f94b)