I've connected my heat pump through a modbus TCP dongle and read access is working super fine. Even being new to HA I configured myself a nice dashboard. However, I have a few questions.
- My heat pump needs a heating setting and a cooling setting, each in a different register. I read, that this is possible to achieve, but I can't get it to work. The modbus integration's explanation is written by people with in depth knowledge for people with the same level of knowledge.
- I wonder what I have to do to be able to expand a sensor to be a writeable register with a numeric value? I could use a binary sensor write to do an error reset on the system, but that just needs a write cycle to the error reset register.
- Is there an option to write a single value with a button? The error register just needs a single write of a 1 and resets itself. So instead of flipping the switch low -> high -> low, is there a button to press? Or do I have to do all of that through actions?
- Is it possible to add the matching icon right at the mod bus definition file instead of manually selecting the symbols for a value?