-
Notifications
You must be signed in to change notification settings - Fork 13
Tips & tricks
autopower_developer edited this page Dec 29, 2017
·
5 revisions
Starting V250 you can add these valves to config file via config file. Or manually by editing bridge file:
- after succesfull start of thermeq3, check log file for heater thermostat IDs (HT)
- then find out bridge file and run editor (vi for example)
- Look for "ignored" word (with quotes), if it's empty (looks like
"ignored":{}
) and update. Let be HT1=06ABCD and HT2=06ABCE, then ignored will look like this:
...
"ignored":{"06ABCD": 1924991999, "06ABCE": 1924991999}
...
- Save file and wait. If you aren't sporting
vi
just use browser and set ignored with URL:http://<arduino.local>/data/put/ignored/{"06ABCD": 1924991999, "06ABCE": 1924991999}
And why 1924991999? It's simple, this is time since epoch, 1924991999=31/Dec/2030.
Sometimes Max!Cube contains non functional devices or some remnants from old installations. If you need remove this specific device from cube use this script. Please follow instructions in code comments.
Please check source HTML code, if code is not correctly completed (e.g. missing </html>
tag), there is problem processing bridge. Non ascii characters in room names is common problem.