rejoe2
3ed749b2b6
MI control command review II
patched against (non-working!) dev version 0.7.61
1 year ago
lumapu
5a01cc86e6
0.7.61
* fix compiler warnings #1191
* fix ePaper logo during night time #1151
1 year ago
lumapu
b832aff11c
Merge branch 'LeSpocky-warnings' into development03
1 year ago
lumapu
c1cb62685d
0.7.61
1 year ago
lumapu
bd20eba709
0.7.61
* merged `hmPayload` and `hmsPayload` into single class
* merged generic radio functions into new parent class `radio.h`
* moved radio statistics into the inverter - each inverter has now seperate statistics which can be accessed by click on the footer in `/live`
1 year ago
lumapu
86822eb7b8
further improvements to generic functions
1 year ago
lumapu
01f113cd2b
moved some generic functions to parent radio class
1 year ago
lumapu
097dd3c39c
fix web
1 year ago
lumapu
c3162fd2ed
update web, moved radio statistics to live view (footer of inverter) as modal
1 year ago
lumapu
ac0a4976d8
moved radio-statistic to inverter (not global per radio module any more)
1 year ago
lumapu
28868a6ca6
fix HMS only installation
1 year ago
lumapu
124cbf6ba2
bug fix esp8266
1 year ago
lumapu
ded734fa8b
fix some errors
1 year ago
lumapu
a695356313
removed / replaced hmsPayload completely
1 year ago
lumapu
dcd5d5a72b
set radio pointer to inverter
1 year ago
lumapu
9b22b1017a
improved hmSystem
1 year ago
lumapu
1d28387d1d
add radio interface radio.h
1 year ago
lumapu
09c4397491
aligned radios
1 year ago
lumapu
d8feaf02ac
changed to generic packet_t
1 year ago
lumapu
09896fbe6b
first comparison, compiles fine
1 year ago
lumapu
963e618c5c
0.7.60
* fixed typos in changelog #1172
* fixed MqTT manual clientId storage #1174
* fixed inverter name length in setup #1181
* added inverter name to the header of alarm list #1181
* improved code to avoid warning during compilation #1182
* fix scheduler #1188 , #1179
1 year ago
lumapu
640bfc6d7a
Merge branch 'LeSpocky-changelog' into development03
1 year ago
lumapu
9e21fd470d
Merge branch 'changelog' of https://github.com/LeSpocky/ahoy into LeSpocky-changelog
1 year ago
lumapu
464ca62830
Merge branch 'martinriedel-development03' into development03
1 year ago
lumapu
18b09220b7
Merge branch 'development03' of https://github.com/martinriedel/ahoy into martinriedel-development03
1 year ago
lumapu
02c81003dc
fix max length of inverter #1180
1 year ago
lumapu
4d65fd3789
Merge branch 'hpd96-devel03-alarm-list' into development03
1 year ago
lumapu
64a82770b9
Merge branch 'devel03-alarm-list' of https://github.com/hpd96/ahoy into hpd96-devel03-alarm-list
1 year ago
lumapu
44399bd483
added more paranthesis
1 year ago
lumapu
6d71976a23
Merge branch 'hpd96-devel03-hm-mipayload-warning' into development03
1 year ago
lumapu
82440fba28
Merge branch 'devel03-hm-mipayload-warning' of https://github.com/hpd96/ahoy into hpd96-devel03-hm-mipayload-warning
1 year ago
lumapu
440732eaa9
Merge branch 'rejoe2-development03' into development03
1 year ago
rejoe2
6b5dfeec08
reset ticker
beegee3 proposal, https://github.com/lumapu/ahoy/issues/1179#issuecomment-1735071508
1 year ago
Peter H. Demus
7561044e23
correct parentheses now to understand the logic and avoid warning
add to alarm list :
if laststatus was not 3
if laststatus was 3 and currentstatus is 3
add?
currentStatusMi = mPayload[iv->id].sts[stschan];
WiP
In file included from app.h:21,
from app.cpp:8:
hm/miPayload.h: In instantiation of 'void MiPayload<HMSYSTEM, HMRADIO>::miStsConsolidate(Inverter<>*, uint8_t, record_t<>*, uint8_t, uint8_t, uint8_t, uint8_t) [with HMSYSTEM = HmSystem<4>; HMRADIO = HmRadio<>; uint8_t = unsigned char]':
hm/miPayload.h:451:13: required from 'void MiPayload<HMSYSTEM, HMRADIO>::miStsDecode(Inverter<>*, packet_t*, uint8_t) [with HMSYSTEM = HmSystem<4>; HMRADIO = HmRadio<>; uint8_t = unsigned char]'
hm/miPayload.h:175:17: required from 'void MiPayload<HMSYSTEM, HMRADIO>::add(Inverter<>*, packet_t*) [with HMSYSTEM = HmSystem<4>; HMRADIO = HmRadio<>]'
app.cpp:143:41: required from here
hm/miPayload.h:481:99: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
481 | || mPayload[iv->id].sts[stschan] && statusMi == 3 && mPayload[iv->id].sts[stschan] != 3)
Signed-off-by: Peter H. Demus <peter@demus.de>
1 year ago
Peter H. Demus
9e09dc5530
web: alarm list: show inverter name
rename alarm table header "String" to "Event"
Signed-off-by: Peter H. Demus <peter@demus.de>
1 year ago
vendetta
921506d543
fixed None access
1 year ago
vendetta
b475c34878
fixed NoneType access
2 years ago
vendetta
a269edc03c
fixed change in dependency
2 years ago
vendetta
a8343fdbb8
added venv to ignore
# Conflicts:
# .gitignore
2 years ago
vendetta
ba7d3e8b8b
fixed mqtt client usage with sun timings; fixed null pointer when sun times are disabled
2 years ago
vendetta
bf7b122cea
added warning to detect unreachable NRF chip; added basic interrupt handler;added missing exception on timeout
# Conflicts:
# tools/rpi/hoymiles/__init__.py
2 years ago
Martin Riedel
9751785dd4
Add clientId to jsonMqtt in settings.h
1 year ago
Alexander Dahl
2040682fa7
changes: Fix typos found by codespell
codespell -w -i 3 src/CHANGES.md
1 year ago
Alexander Dahl
0c3dbd2ab2
changes: Fix typo
The actual change here was done with 821ab96402
("hm: Re-add Hardware
Number 10104000 for HM-400") and again without mention in commit message
with afa96506a3
("MI - alarms and control and other"). The changelog
was updated with the merge commit cfd73906e4
("Merge branch
'development03' of https://github.com/rejoe2/ahoy into
rejoe2-development03") but attributing the wrong model.
1 year ago
lumapu
3a29d6c258
0.7.59
small fix by rejoe2 #1170
1 year ago
lumapu
eaa69c5f89
0.7.59
* add another HM-600 hardware serial number #1169
* merge PR #1170
* reduce last_success MQTT messages (#1124 )
* add re-request if inverter is known to be online and first try fails
* add alarm reporting to MI (might need review!)
* rebuild MI limiting code closer to DTUSimMI example
* round APC in `W` to an integer #1171
1 year ago
lumapu
0ff6c72a8e
Merge branch 'rejoe2-development03' into development03
1 year ago
lumapu
cfd73906e4
Merge branch 'development03' of https://github.com/rejoe2/ahoy into rejoe2-development03
1 year ago
lumapu
923620f8de
Merge branch 'LeSpocky-hm-400' into development03
1 year ago
lumapu
f79bcd838a
Merge branch 'hm-400' of https://github.com/LeSpocky/ahoy into LeSpocky-hm-400
1 year ago