Skip to content

Commit

Permalink
0.7.41
Browse files Browse the repository at this point in the history
* alarms were not read after the first day
  • Loading branch information
lumapu committed Aug 26, 2023
1 parent f6a01c5 commit 2c60943
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Development Changes

## 0.7.41 - 2023-08-26
* merge PR #1117 code spelling
* merge PR #1117 code spelling fixes #1112
* alarms were not read after the first day

## 0.7.40 - 2023-08-21
* added default pins for opendtu-fusion-v1 board
Expand Down
1 change: 1 addition & 0 deletions src/hm/hmInverter.h
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,7 @@ class Inverter {
if((*timestamp - recordMeas.ts) > INVERTER_OFF_THRES_SEC) {
status = InverterStatus::OFF;
actPowerLimit = 0xffff; // power limit will be read once inverter becomes available
alarmMesIndex = 0;
}
else
status = InverterStatus::WAS_ON;
Expand Down

0 comments on commit 2c60943

Please sign in to comment.