Skip to content

pepelillo/thermeq3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

thermeq3

Boiler actor device for ELV/EQ-3 MAX! cube. Please take a look at wiki for detailed information.

What's new?

2017-Oct-14

  • possibility to get temperature and humidity from local source, bridge values: local_temp, local_humidity and weather_reference
  • fixed persistence of values after reboot
  • complete system dump in bridge, key "dump"

2017-Oct-10

  • minor fixes in nsm and dashboard
  • separated mail user for login and from address variable

2017-Oct-07

  • readme update
  • yun sketch update addressing wrong response from cube (typically wrong M response)
  • watchdog script preparedness

2017-Sep-16

  • V250 in alpha
  • weather fixes
  • new config file support
  • lifetime valve ignore from config file, there is no need to add valve manual via bridge!

2017-Jan-14

  • file del_dev.py in support directory for deleting devices from cube. In case that you have corrupted condfiguration and many Wrong address errors in log file.

2016-Dec-30

2016-Dec-25

  • bridge file moved to sd card, if found in /root then moved do sd card
  • some new shell scripts below
  • wall thermostat temperature fixed

2016-Nov-13

  • RPi preparedness. Please follow instruction in code. Unfortunatelly I don't have RPi to test it, please report if you need any changes.

2016-Nov-01

  • Lot of fixes.

2016-Apr-08

  • to use "current" temperature for loggging find out this text # comment line below to use current temp in nsm.py (for V1xx) or in thermeq3.py (for V2xx) and follow instructions. Please keep in mind, that current temperature on heater thermostat can be 0.0 (zero) because of limitations of HT!

2016-Mar-12

  • despite fact that V1xx is obsolete, here is the new version, V152, fixing some bugs, thanks to TonyV from UK :0

2015-Dec-18

  • lib version updated

2015-Dec-13

  • directory structure reorganised
  • new install script for all version (old one in one file (nsm.py), new one with libraries)

2015-Dec-11

  • some cleanup on github

2015-Dec-10

  • new librarysed version in betabeat
  • new install script for lib version in scripts
  • some code overhaul :)

2015-Dec-04

  • betabeat: new RPi version

2015-Nov-28

  • betabeat: bridge routine rewrited, some support for literal processing
  • betabeat: ignore intervals corrected
  • betabeat: you can ignore valve forever, just edit bridgefile and to ign codeword add valveserial and time since epoch=1924991999, its 31/Dec/2030 :), e.g. {"06ABCD": 1924991999}
  • betabeat: new boiler controlling variable, svpnmw (Single Valve Position, No Matter What) in %, if any of valves opened more than svpnmw then heating is on, to turn off just set to 101%

2015-Nov-27

2015-Nov-26

  • new codeword, mode, can be auto or manual, added after request, in auto mode thermeq3 sends H/S commands to arduino part, in manual mode do nothing :)

2015-Nov-02

  • betabeat: some javascript code (based on jquery ui) to control device, ugly, not fully functional, first steps with JS and CSS ;)
  • betabeat: code cleanup

2015-Nov-01

  • betabeat: new arduino command A, clears LED
  • betabeat: some cleanup, codeword dump removed

2015-Oct-31

  • minor fixes
  • new status messages
  • JSON formated string in current status

2015-Oct-21

  • some fix in RPi version, please check commented code and uncomment (setblocking)
  • if anyone need room names in CSV, uncomment code in exportCSV()
  • minor updates

2015-Oct-10

  • minor updates, betabeat and production are the same version
  • alpha RPi version, only change is the abstraction code replacing bridgeclient (but as reported from users, it works! :))

2015-Mar-23

  • minor updates

2015-Mar-15

  • updating valve ignore interval according to outer temperature

2015-Jan-18

  • more pythonic code, classes etc.

2015-Jan-07

  • betabeat: yahoo weather and oww interval sampling working
  • betabeat: in secondary web folder nice.html file is generated, contains nice formated status (hm, if pre means nice)

2015-Jan-06

  • support for yahoo weather, stay tuned for open window interval auto update by actual weather situation (temperature, humidity), better ventilation 'support'
  • resample function
  • support directory in betabeat, check code for sampling function, modify to your needs

2015-Jan-03

2014-Dec-28

  • betabeat: open window list and current status separated into secondary web server as xml files, accessible w/o any credentials

2014-Dec-27

  • Simple install script: update opkg, installs openssl for python, create some scripts for nsm.py controlling.

2014-Dec-26

  • Ignoring valve after closing window
  • Redesigned rooms/valves listing in log file
  • Support for tasker, new bridge values: openwinlist and current_status, please take a look at tasker directory, there's simple example how to list open windows. Usefull especially when leaving house :)
  • New CSV file handling, file is generated daily. New column in CSV, after date/time col, you can read 0/1 for heating (0=off, 1=on), so you can analyze when is boiler turned on or off (no more cat log | grep)
  • Redesigned bridge functions (load/save), little bit failsafe (nothing extraordinary)
  • Implemented support for day table, just enable beta functionality (thermeq3.ip/data/put/beta/yes) and edit table in nsm.py. You can control boiler in different way during day.

Thats all folks. Stay tuned :)

About

Boiler actor device for ELV/EQ-3 MAX! cube

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 88.4%
  • C++ 4.1%
  • Shell 4.1%
  • HTML 3.3%
  • JavaScript 0.1%