Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

Pull together a document detailing acceptable input #1

Open
bedfordsean opened this issue Mar 8, 2014 · 2 comments
Open

Pull together a document detailing acceptable input #1

bedfordsean opened this issue Mar 8, 2014 · 2 comments

Comments

@bedfordsean
Copy link

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?

@carlossg
Copy link
Owner

carlossg commented Mar 8, 2014

I only have a wifi thermostat so I can't try all the options

So far I've only used these commands

hm.write_device({ runmode: 'frost' });
hm.write_device({ time: new Date() });
hm.write_device({ heating: {
    hold: 5
    target: 20
  } });

@bedfordsean
Copy link
Author

Aah ok. I'll look in more detail into how the dcb is being set and how that compares to the heatmiser-wifi perl project (that one works for me)

Sean

Sent from my iPhone

On 8 Mar 2014, at 19:24, Carlos Sanchez [email protected] wrote:

I only have a wifi

So far I've only used these commands

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants