Skip to content

Commit

Permalink
release version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorYbema committed Dec 22, 2020
1 parent 97d2282 commit 47b6ea6
Show file tree
Hide file tree
Showing 15 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HeishaMon/HeishaMon.ino
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ void loop() {

if (heishamonSettings.use_s0) s0Loop(mqtt_client, log_message, heishamonSettings.mqtt_topic_base, heishamonSettings.s0Settings);

if ((!sending) && (!heishamonSettings.listenonly) && (heishamonSettings.optionalPCB)) send_optionalpcb_query();
if ((!sending) && (!heishamonSettings.listenonly) && (heishamonSettings.optionalPCB)) send_optionalpcb_query(); //send this as fast as possible or else we could get warnings on heatpump

// run the data query only each WAITTIME
if (millis() > nexttime) {
Expand Down
2 changes: 1 addition & 1 deletion HeishaMon/version.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
static const char* heishamon_version = "0.9b-iy-23-LittleFS";
static const char* heishamon_version = "1.0";
Binary file removed binaries/HeishaMon.ino.d1-v0.9b-iy-1.bin
Binary file not shown.
Binary file removed binaries/HeishaMon.ino.d1-v0.9b-iy-10-LittleFS.bin
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed binaries/HeishaMon.ino.d1-v0.9b-iy-8-LittleFS.bin
Binary file not shown.
Binary file not shown.
5 changes: 5 additions & 0 deletions binaries/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@
This directory contains released and test versions for the HeishaMon software.

The LittleFS versions will, after updating to this version, reset your HeishaMon to factory default due to change to a new filesystem for the configuration.

From version 1.0 some topics are changed so you need to update your automation for this.
The sensors are now in /main/ (before /sdc/) and the commands are expected in /commands/ (before in root topic). Check MQTT-Topics.md for the overview of all topics


0 comments on commit 47b6ea6

Please sign in to comment.