Hello, quick question to the experts here. I am currently trying to set up Home Assistant. Among other things, I have the EVCC integration running. Now I wanted to query additional values from my inverter to use the uni-meter integration. For this, I have entered a test register query in the config.yaml:
depends might be the correct answer.
With modbus TCP I query my photovoltaics inverter from 3 different machine, one running a utility for storage diagnoses, then from within HA with it’s integrations and with a modbustester from my windowsmachine without any problems.
But I can force such issues you described since I could configure the tool for the battery data to fetch informations in realtime (permanent) down to once an hour or 10min or each 15sec.
And that makes a big difference.
if one of these does make a difference. I remember that some devs even mention that their 3rd party integrations shouldn’t be used side by side with others, looks to me as if some modbus servers aren’t able to talk to multiple client same time.
Likely a trial’n’error process, in the end it all depends upon how responsive the modbus server is I’d say. There’s no common values as far as I know.
And there is no given order, I tend to put the required ones first followed by the ones which are opional, but thats my personal like and not a requirement.