jan iversen
jan iversen
Be aware, that the sync server implementation no longer exist, we only have async implementation and a sync interface (to allow sync applications). In a very short timeframe the same...
We do not want to add extra complexity by giving the users possibility of selecting selector package, that is something internal.
You misunderstood me, please submit a PR and we will review it, I am not fan of the selector methods (I too do SCADA development), so I would very much...
Thanks for the kind words. Do not be afraid to step on toes, most maintainers have very thick skin 🥲 . The difference is that people who only complain are...
Be aware that it uses version 2.5.3 just like home assistant and we have since made a number of changes in pymodbus which should solve the issue. Home assistant will...
A holding register contains bytes (2 pr register) and not bits. Normally you interpret a holding register as an int. You should be able to use result.registers directly, of course...
Because that is how it is programmed 😃 consider using e.g. decoder.decode_16bit_uint(), or make 2 calls to BinaryPayloadDecoder / decoder.decode_bits.
I did not take it as a provocation, hence my smiley. I suspect it is code that was not touched since the beginning of time....please keep the issue open, and...
You thought correct, that should not be a class variable.