Skip to content
Discussion options

You must be logged in to vote

Lol.
After fiddleing with it for 2 days, i figured it out - somewhat.
Made a function with this JSON

///

msg.topic = "panasonic_heat_pump/commands/SetCurves";

msg.payload = {
zone1: {
heat: {
target: { high: 35, low: 35 },
outside: { high: 40, low: 30 }
}
}
};

return msg;

///

Now the setpoint are 35C. It will be interresting to see if I can change the values when the HP are ON.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by Kimmer1
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
1 participant