Skip to content

HeatIt Thermostat - Formatting Setpoint Commands #163

Answered by marcus-j-davies
Rollem1 asked this question in Q&A
Discussion options

You must be logged in to vote

Full example CCAPI

let Message = {
    payload: {
        mode: "CCAPI",
        node: 2,
        cc: "Thermostat Setpoint",
        method: "set",
        params: ["Heating", 22, 0x00],
        forceUpdate: {
            property: "setpoint",
            propertyKey: 1
        }
    }
}
return Message

Full example ValueAPI

let Message = {
    payload: {
        mode: "ValueAPI",
        node: 2,
        method: "setValue",
        params: [<ValueID>, <Value>],
   
    }
}
return Message

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@marcus-j-davies
Comment options

@Rollem1
Comment options

Answer selected by Rollem1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants