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

Dropdown entity (Input_select) for "/heatingCircuits/hc1/suWiSwitchMode" instead of a sensor #456

Open
mdajp opened this issue Dec 5, 2024 · 2 comments

Comments

@mdajp
Copy link

mdajp commented Dec 5, 2024

Is your feature request related to a problem? Please describe.
Currently "/heatingCircuits/hc1/suWiSwitchMode" is only read only via entity "sensor.hc1_summer_winter_switchmode", but in general it would be writable (as shown in the attached screenshot): Bildschirmfoto vom 2024-12-05 17-40-03

Describe the solution you'd like
Create a dropdown entity ("input_select") with the selectable values "off", "automatic", "forced"

Describe alternatives you've considered
As interim-solution I have an instance of iobroker running to set this value via MQTT.

Additional context
Add any other context or screenshots about the feature request here.

@mosandlt
Copy link

Thanks the same i also need. for me it is also not writeable. and I want to select OFF

value: forced
allowedValues:

  • "off"
  • automatic
  • forced
    writeable: 0
    stateExtra: forced
    path: /heatingCircuits/hc1/suWiSwitchMode

with iobroker the function is there. so the module can do it.

@TheTrueRandom
Copy link

It is writable and would be great to have a dropdown to select between the values off, automatic, forced

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

3 participants