--
You received this message because you are subscribed to the Google Groups "domuslink-developers" group.
To post to this group, send an email to domuslink-...@googlegroups.com.
To unsubscribe from this group, send email to domuslink-develo...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/domuslink-developers?hl=en-GB.
trying out beta8 and I can't seem to login with the password I set in
the config file, getting incorrect password message.
-Brandt
-Brandt
On 2/27/11 7:33 PM, Brad wrote:
The config.php password is deprecated in this new version. The users are now managed under the setup area under a submenu item of "Users". There are default user and pin created when started for the first time and the password is 1234. You can change the password by editing the users and clearing out the password field and entering your favorite password. This is advised for both the admin user and pin1 as those are the default ones created. The CHANGES doc talks a bit about this, but needs to be enhanced to say to use the new "Users" screen.
Brad
--
Brad
--
-Brandt
It's only in the web version, not the mobile version
Brad
Are you seeing the mobile view?
Brad
Well working on that. It's a beta...
Brad
In the default theme it's the module definition you created
Brad
I don't think putting the temp and setpoint value on the module is a
good idea, because it will then ping the thermostat every time for this
value, and that would put extra x10 signal pollution on the lines, and
cause the webapp to slow down.
But really I feel that stuff is best left on the toolbar where it is
only reloaded occasionally.
root@haplug:~# heyu rcs_req preset H5 1
03/05 12:35:33 Temperature = 76 : hu H0 (hvac_data)
root@haplug:~# heyu rcs_req preset H5 2
03/05 12:35:52 Temperature = 72 : hu H0 (hvac_data)
root@haplug:~# heyu rcs_req preset H5 3
03/05 12:35:58 System_mode = OFF : hu H0 (hvac_data)
root@haplug:~# heyu rcs_req preset H5 4
03/05 12:36:02 Fan = OFF : hu H0 (hvac_data)
root@haplug:~# heyu rcs_req preset H5 5
03/05 12:36:07 Setback = OFF : hu H0 (hvac_data)
root@haplug:~# heyu rcs_req preset H5 6
03/05 12:36:13 Temperature = 12 : hu H0 (hvac_data)
In newer revisions of the RCS TXB16 ( i have an older revision ) there
is also:
heyu rcs_req preset H5 7
heyu rcs_req preset H5 8
which I believe are the separate cool setpoint and heat setpoint. In my
thermostat revision the setpoint return value depends on what mode the
system is in.
-Brandt