Releases: Egyras/HeishaMon
v3.8
This fixes an issue in v3.7 while saving settings.
v3.8 will include the v3.7 changes:
- disable wifi hotspot in settings
- move from double reset as factory reset method to 10 sec boot button press and hold
- adding a few heatpump types in type discovery
- fix rules variables print to console
- changed heatpump data in rules is now updated directly (bug)
- NTP resync works also if during reboot there was no internet/wifi
- website table refreshing is now using the JSON output and not a hard coded html output anymore
- small urldecode issue causing a crash (bug)
- JSON output is chopped into more chunks each webserver loop making it less memory hungry
- optional PCB emulation topics are now (finally) visible on the webgui
release v3.5
Merge pull request #501 from IgorYbema/merge-with-egyras v3.5 release
release v3.2.3
This fixes some bugs from v3.2:
Heatpump stop responding to heishamon on v3.2 after heishamon started. Heatpump power cycle needed
Rules edit page empty and no save button in certain situations
Fixing rules for K/L extra topics
Also, the version is now visible in the mqtt stats topic.
release v3.2
What is new for release 3.2:
Opentherm support for Heishamon boards with opentherm option. Data via MQTT readable (receive from thermostat) and some are writable (send to thermostat). Internal rules are also working for opentherm so you can combine heatpump topics with opentherm values as actions etc.
New data block for heatpump types K and L support which for now only includes new heat/cool/dhw power consumption/production values with more precision. These new values are in XTOP shown on the webpage and in /extra/ topic in mqtt.
Rename 'Energy' to 'Power' for the heat/cool/dhw consumption and production topics. Remember to change this into your home automation tools
New heatpump type are recognized (TOP92)
Add weekday and minute to rules engine
Some bugfixes
v3.1
release v3.0
release v3.0
v2.0
From v1.0 to v2.0:
full optional pcb emulation
more added heatpump types
stats topic in mqtt
gratious arp to overcome some router issues
many more topics
J series conditions internal heater added
longer username/password
memory usage improvements
code optimizations
wifi configuration now in main code
try reconnect wifi without reboot
restore s0 watthourtotal after reconnect mqtt
fix 50 day uptime mqtt disconnect
v1.0
Be aware of changes in topics and new file-system. So you need to re-config heishamon after updating and you need to change automation because topics changed!
New from 0.9 to 1.0:
- mem/wifi statistics in debug log
- operational mode for 2 zone possible
- migrate to LittleFS (causing factory reset)
- new models identified
- new HTTP REST API support
- change in topics (change automation for this)
- fully optional pcb support
- new commands added (see mqtt topics readme)
- mqtt broker timeout improvement
0.9b
release 0.8b
Merge pull request #161 from IgorYbema/master release 0.8b