Thijs W.

Results 75 comments of Thijs W.

Ok, I know what's going on. This morning I also got a lot of complaints that the integration was broken in 2022.11.0b0 . This is caused by the backoff-dependency that...

I've created the issue upstream https://github.com/home-assistant/core/issues/81085, and have released a new beta-version that is compatible with both 2022.11.x and 2022.10.x (and below). Can you try again with 1.1.4b2?

No, you can disregard my post saying that you would need to use 2022.11.0b0. Just upgrade to beta version 1.1.4b2 and report back your findings.

In case I receive wrong values, I now do a retry. This can cause timeouts if you're trying to read too fast from the inverter, as the update-requests come too...

In the core this was caused by the same problem: the integration receives an answer to another query than the one it made, resulting in wrong values being processed. It...

@gieljnssns https://pypi.org/project/huawei-solar/#history shows that huawei-solar 2.1.2 is available. So I would expect a network problem, or PyPI outage? @bekovan Do you have other integrations that use Modbus? Maybe there is...

The `backoff` dependency was causing an issue. I've upgraded the `huawei-solar` library to fix this. Can you please test beta release 1.1.4b1 ? I'd like to get a few reports...

> I still have an issue : Setup failed for custom integration huawei_solar: Requirements for huawei_solar not found: ['huawei-solar==2.1.3']. Make sure to install 1.1.4b1, not 1.1.3b2 or earlier.

Try a (few) restart(s). Because this is a very fresh release on PyPI, some caching issues can still show up. I'm quite used to pip always failing the first time...

Ok, I understand now what's going on. This is caused by the backoff-dependency that was forced in home assistant to be =2.0 in the new beta version. So for now:...