Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Power Input Limitation Type always reads None #79

Open
ckszabi opened this issue Feb 8, 2025 · 1 comment
Open

Power Input Limitation Type always reads None #79

ckszabi opened this issue Feb 8, 2025 · 1 comment

Comments

@ckszabi
Copy link

ckszabi commented Feb 8, 2025

Power Input Limitation Type set from Home Assistant writes the selected value to controller, but always reads None.
Expected to read the actual value present in controller settings.

Image
Image

@Mosibi
Copy link
Owner

Mosibi commented Feb 9, 2025

I checked this issue and was not able to reproduce it. On the screenshot below, you see that I changed it from 0 (None) to 1 and later to 2 and back to 0 (None).

Image

At the same time I also added this section in my heatpump.yaml (in the sensor: section), so that I could verify that the data coming from the heat pump is read correctly.

  # Register: 269, default: 0
  - platform: modbus_controller
    modbus_controller_id: "${devicename}"
    name: "${entity_prefix} Power Input Limitation Type Sensor"
    id: "${devicename}_power_input_limitation_type_sensor"
    register_type: holding
    address: 0x10d
    value_type: U_WORD

You could the same as me, add this section and then you can see what the heat pump returns.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants