Marco Pivetta
Marco Pivetta
It looks like there are: 1. wrong reads between 07:11:48 and 07:15:19 today 2. timeouts between 07:47:34 and 07:49:55 (they affect only **some** stats), roughly 30 minutes later Here's the...
Another data point: I just checked, and I still had the Azzurro ZCS integration loaded. The [Azzurro ZCS integration](https://github.com/aturri/ha-zcsazzurro) shows these value changes: ``` [32m2025-02-24 07:12:24.179 INFO (MainThread) [custom_components.azzurrozcs.sensor] ZCS...
Giving it a spin, thanks in advance!
I sadly have to report that `ignore_readerror=True,` didn't help there :S Today's situation, after letting `2025.02.2b1` run:  There was a spike that lasted few...
Meanwhile, back to `2025.01.6` with my changes too. Looking at the diff since then ( https://github.com/wills106/homeassistant-solax-modbus/compare/2025.01.6...2025.02.2b1 ) I see a couple of relevant details: ```diff -from pymodbus.payload import BinaryPayloadBuilder, BinaryPayloadDecoder,...
Hey @janiversen: sorry, it was really just for an opinion on "spiky values": did pymodbus become more reactive to quick reactive/spiky changes? Is that something you've observed in pymodbus in...
> If there is a problem in pymodbus, please open an issue there Yeah, I poked to get some potential wisdom on known/seen behaviors: not assuming there's an issue there,...
Giving it a shot, thanks, but beware that timeouts don't seem to be in any logs 🤔 Note: used defaults, so no major reason for these values.
This needs an upstream `phing/phing` upgrade to be applied
I just experienced this with a pure SQL-ish statement: ```sql CREATE STREAM example WITH ( KAFKA_TOPIC = 'output_topic', PARTITIONS = 1 ) AS SELECT `KEY`, `data` FROM input_stream WHERE (`customer`...