David Rapan
David Rapan
It seems you have quite a different firmware version. In that case I would rather contact solarman (they are usually very forward) to do the update for you.
Hey @jcz1, can you try something? In `/config/custom_components/solarman/device.py`: * Change line 103 so it looks like this: ``` async with asyncio.timeout(TIMINGS_UPDATE_TIMEOUT) as timeout: ``` * And on line 109 add...
Oh, the second line must be like this: ``` timeout.reschedule(asyncio.get_running_loop().time() + TIMINGS_UPDATE_TIMEOUT) ```
Great, but show me the Update Interval graph. Edit: Here is fix/[refactor: Set lock and timeout for each request reparately](https://github.com/davidrapan/ha-solarman/commit/ccb9272cd0f267a4a8fc8bd7b6296c6812a864c6)
Hi @omakoti, what profile?
Profile is selected during device configuration and is according to your inverter (brand/model).
Yes, in device configuration.
Can you guys enable debug logging, and if something like this happens again, write down the time, a few examples so I can find them in those logs.
Hi @guermoule, hm second half of the packet is empty (just zeroes) and I have really no idea why or what the heck is happening... But it's most likely an...
In this case would be addition of some check very easy, that's really big number.. but those around 65k or 5k for PV Power not so much. :/ Add this...