Skip to content
Discussion options

You must be logged in to vote

The integration currently doesn't support setting those values. However, you can use the standard Modbus integration (in addition to this integration) to achieve this. First set up the integration in configuration.yaml:

modbus:
  - type: tcp
    name: heat_pump # or choose a different name
    host: IP_ADDRESS # set this just like you when setting up this integration
    port: 502
    sensors:
      - name: heatpump-operation-mode
        address: 1005

Important

The current version of HA requires that at least one sensor is defined. See also #75 (reply in thread)

After a restart of Home Assistant, you can use the modbus.write_register service to send values to the heat pump.

service: mod…

Replies: 4 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by CheRRy1975
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@HoBPirE
Comment options

@kodebach
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants