Jump to content

v3.1.10 in beta


Recommended Posts

So far the crowd has been quiet, this update may get some interest.  I have so far not pushed to production to keep churn low.  Other than garage, up until this version there was not really any features added.  This one adds what I would call improvements of current features for the temperature crowd.  Please give a try as I will likely push to production after a few days if no problems arise.

  1. ALL: I rewrote all the nodes to mostly clean the code up and make it more readable; aka updateable 
  2. TEMP: need some feedback from the temperature folks as I like the changes but I use it for a couple of simple applications.
    • The updates are now on the shortPoll, so much faster.  The only irritant is when using the pull downs you need to be quick on the button or it will revert to actual.  Let me know how irritating as I can likely do something there.
    • I always thought how the range was done on startup or stats/database wipe was odd.  No update until next change. it now updates with the first temp value.  Let me know if this breaks someone's programs.
    • the updates from the variables come in immediately as well; instead of waiting for the next change
    • FEATURE QUESTION:  any interest to use the JSON or YAML configurations to set the variables & conversions up when loaded?  We could use this feature to clean up the screen on the IoX admin screen, just means the settings are static.  Would likely do a parallel device like temperature_clean to keep it a non-breaking feature.  Please let me know.
  3. SWITCHES, DIMMERS/GENERICS was significantly rewritten but functionally should be no change
  4. GARAGE, which I don't know if anyone but me is using currently was both rewritten and some fixes put in.  Working on event rather than polling updates.  more to come.
  5. DOCS updated.  Called the temprc node "depreciated" as it is EXACTLY the same as tempc, same thing goes for the generic versus the dimmer.  No code changes, nor am I deleting the other, just a curious relic & wanted to generate some discussion.  SHOULD there be differences?   Anyone know why they are there?

PLEASE GIVE THE GIFT OF FEEDBACK!

 

VERSION = '3.1.10'
"""
3.1.10
DONE rewrite switch, dimmer, temp, tempc, garage
DONE docs
DONE move db files to subfolder
INPROCESS garage switch from polling to events
TODO Bonjour discovery is sometimes slow

3.1.9
DONE Garage device read status directly from Ratgdo through ESPHome RESTapi
DONE update docs for garage Ratgdo integration
FIX  switch st uom from 2 True/False to 25 On/Off

3.1.8
DONE Garage device sends commands directly to Ratgdo through ESPHome RESTapi
DONE Bonjour discovery of Ratgdo garage device

3.1.7
DONE Small refactors
DONE redo environment

3.1.6
FIX better solution to markdown2 issue

3.1.5
FIX repair docs due to markdown2 issue

3.1.4
DONE docs updated for garage

3.1.3
DONE: new device 'garage' door (update to/from variables option)  

3.1.2
DONE: ISY name changes based on updates to config / YAML / JSON

3.1.1
DONE: YAML file option for configuration  
DONE: JSON option for web based configuration  
DONE: Discover button to update based on config updates  

3.1.0
DONE: move version history out of README to own file
DONE: update docs  

3.0.1
DONE fix get value from variable

3.0.0
DONE add control ability to contact device
DONE refactored to modern template

previous updates:
see versionHistory.md

"""
 

Edited by sjenkins
readability
Link to comment
Guest
This topic is now closed to further replies.

×
×
  • Create New...