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

universal accesory setProps #111

Closed
habeck76 opened this issue Jan 19, 2019 · 3 comments
Closed

universal accesory setProps #111

habeck76 opened this issue Jan 19, 2019 · 3 comments
Labels
📖documentation ✋help wanted Extra attention is needed ❓question Further information is requested

Comments

@habeck76
Copy link

Kurze Frage: Ist es Möglich die maxValue der TargetTemperature eines Thermostats oder HeaterCoolers im Flow zu erhöhen. Ich würde gerne die Soll- und Istwerte meiner Heizkreisläufe darüber abbilden. @hobbyquaker: Du hattest in #44 mal etwas in der Richtung erwähnt. Danke!

@habeck76 habeck76 changed the title universal accesory setprobs universal accesory setProps Jan 19, 2019
@hobbyquaker hobbyquaker added ✋help wanted Extra attention is needed ❓question Further information is requested labels Jan 19, 2019
@hobbyquaker
Copy link
Member

Ja, einfach eine Nachricht mit den Properties an die entsprechende Characteristik senden. Beispiel:

image

Also eine Nachricht in der Form

{
  "topic": "0/TargetTemperature",
  "payload": {"minValue":10, "maxValue":80}
}

@habeck76
Copy link
Author

Danke!. Das funktioniert.

@drsnuggles1982
Copy link

drsnuggles1982 commented Feb 19, 2021

Hey,

Muss man noch was beachten? Hab mir die payload für die CurrentTemperature gesetzt mit minValue: -20.0
minStep: 0.1

image

Leider passiert gar nichts auch nach einem kompletten Neustart des Systems.

Gruß
Und Danke für Hinweise
Felix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📖documentation ✋help wanted Extra attention is needed ❓question Further information is requested
Development

No branches or pull requests

3 participants