Skip to content

heating.dhw.temperature.temp2.value lässt sich nicht per Skript ändern  #61

Description

@oliver976

Hallo Leute,

wenn ich das richtig verstanden habe, wird die Temp 2, auf die das Wasser per oneTimeCharge erhitzt wird, im Adapter unter

heating.dhw.temperature.temp2.value

ausgegeben.

Nun habe ich versucht, die Temperatur mit folgendem Skript auf 50 Grad Celsius zu ändern:

sendTo('viessmannapi.0', 'action', {
feature: 'heating.dhw.temperature.temp2',
action: 'setValue',
payload: {targetValue: 50}
});

Funktioniert leider nicht. Kann mir jemand sagen, was ich falsch mache?

Danke!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions