You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.
I've just written a NodeRED (http://nodered.org) module that wraps this.
It works for temperature setting perfectly, but I'm struggling with the holiday and hot water settings. Would it be possible to write a quick guide that details the expected format of parameters?
I've got the following for holiday (seems to work but the thermostat doesn't update):
hm.write_device({ runmode: 'frost' });
hm.write_device({ time: new Date() });
hm.write_device({ heating: {
hold: 5
target: 20
} });
—
Reply to this email directly or view it on GitHub.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I've just written a NodeRED (http://nodered.org) module that wraps this.
It works for temperature setting perfectly, but I'm struggling with the holiday and hot water settings. Would it be possible to write a quick guide that details the expected format of parameters?
I've got the following for holiday (seems to work but the thermostat doesn't update):
{"holiday" : {"enabled":true, "time":new Date(2014, 02, 15, 12, 0,0)}}
And this for hot water (emits an error from line 167 of heatmiser.js) :
{"hotwater" : {"boost":1}}
Do these look like they should work to you?
The text was updated successfully, but these errors were encountered: