Skip to content
autopower_developer edited this page Dec 29, 2017 · 5 revisions

How to ignore some valves "forever"

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.

How to delete device/valve from max!cube

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.

Any errors using dashboard

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.