Releases: Egyras/HeishaMon
v3.9
This v3.9 release adds the following features and improvements:
The web interface now updates the values on the screen in realtime
Rules engine has been updated and issue's fixed
New topics are added
GPIO (relays) are now controlable using rules
Better wifi reconnect on large heishamon
Remove GPIO settings for s0 which caused issues if changed
Support for M-series added (XTOPs visible for M-series)
Wifi now connects to best same-SSID on all channels, not the first
Heatpump model no longer decoded in heishamon itself. Byte string is now given so end-user software can decode this.
What's Changed
- Remove unused dependencies by @mi-hol in #520
- Add missing heat pump types / optional pcb clarification by @HighlyCompressedAir in #529
- Add Bivalent Heating + one more heat pump model by @frankol in #543
- Add stale action to autoclose old issues and PR's by @geduxas in #551
- fix: removed deprecated payload_template from yaml by @Krilo89 in #567
- style(integrations): Fix indentation and remove trailing spaces in HASS by @pando85 in #571
- Incorrect initialization of the memory by @oxyde42 in #574
- add KIT-WC09L3E5 Update decode.h by @thecem in #615
- add KIT-WC09L3E5 Update HeatPumpType.md by @thecem in #614
- Update Kit Type KIT-ADC05L3E5AN KIT-WC05L3E5 HeatPumpType.md by @thecem in #624
- release v3.9 by @IgorYbema in #629
New Contributors
- @HighlyCompressedAir made their first contribution in #529
- @frankol made their first contribution in #543
- @Krilo89 made their first contribution in #567
- @oxyde42 made their first contribution in #574
- @thecem made their first contribution in #615
Full Changelog: v3.8...v3.9
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