DanielR92
3d3897a2c7
change whole plugin
2 years 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
2 years ago
lumapu
640bfc6d7a
Merge branch 'LeSpocky-changelog' into development03
2 years ago
lumapu
9e21fd470d
Merge branch 'changelog' of https://github.com/LeSpocky/ahoy into LeSpocky-changelog
2 years ago
lumapu
464ca62830
Merge branch 'martinriedel-development03' into development03
2 years ago
lumapu
18b09220b7
Merge branch 'development03' of https://github.com/martinriedel/ahoy into martinriedel-development03
2 years ago
lumapu
02c81003dc
fix max length of inverter #1180
2 years ago
lumapu
4d65fd3789
Merge branch 'hpd96-devel03-alarm-list' into development03
2 years ago
lumapu
64a82770b9
Merge branch 'devel03-alarm-list' of https://github.com/hpd96/ahoy into hpd96-devel03-alarm-list
2 years ago
lumapu
44399bd483
added more paranthesis
2 years ago
lumapu
6d71976a23
Merge branch 'hpd96-devel03-hm-mipayload-warning' into development03
2 years ago
lumapu
82440fba28
Merge branch 'devel03-hm-mipayload-warning' of https://github.com/hpd96/ahoy into hpd96-devel03-hm-mipayload-warning
2 years ago
lumapu
440732eaa9
Merge branch 'rejoe2-development03' into development03
2 years ago
rejoe2
6b5dfeec08
reset ticker
beegee3 proposal, https://github.com/lumapu/ahoy/issues/1179#issuecomment-1735071508
2 years ago
DanielR92
128b9912a1
enable Shelly
2 years ago
DanielR92
1aef8963cb
Hichi Update
2 years ago
DanielR92
b8994248fd
change from counting to millis()
2 years ago
DanielR92
557903c54e
fix for the fix setup.html
2 years ago
DanielR92
ba662aa3bd
fix setup.html
2 years ago
DanielR92
c6d7101340
Add 2 percent rule
2 years 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>
2 years 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>
2 years ago
DanielR92
1aafe910d2
First dry run
2 years ago
DanielR92
7a7fab2c66
add new properties to make more settings
2 years ago
DanielR92
830314a247
remove heavy unnecessary weight
2 years ago
DanielR92
5c638c200c
Add parameters for the webUI
2 years ago
DanielR92
5ddf0e4ee3
fix html bug
2 years ago
DanielR92
c3909950a7
edit func sum() and add new properties
2 years ago
vendetta
921506d543
fixed None access
2 years 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
DanielR92
51df630e92
Merge branch 'development03' into Zero-Export
2 years ago
Martin Riedel
9751785dd4
Add clientId to jsonMqtt in settings.h
2 years ago
Alexander Dahl
2040682fa7
changes: Fix typos found by codespell
codespell -w -i 3 src/CHANGES.md
2 years 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.
2 years ago
lumapu
3a29d6c258
0.7.59
small fix by rejoe2 #1170
2 years 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
2 years ago
lumapu
0ff6c72a8e
Merge branch 'rejoe2-development03' into development03
2 years ago
lumapu
cfd73906e4
Merge branch 'development03' of https://github.com/rejoe2/ahoy into rejoe2-development03
2 years ago
lumapu
923620f8de
Merge branch 'LeSpocky-hm-400' into development03
2 years ago
lumapu
f79bcd838a
Merge branch 'hm-400' of https://github.com/LeSpocky/ahoy into LeSpocky-hm-400
2 years ago
lumapu
5a0ed9ef02
fix wrong version in CHANGES.md
2 years ago
rejoe2
a9dc7a1be5
fix typos
2 years ago
rejoe2
06553d10ba
fix typos
2 years ago
rejoe2
afa96506a3
MI - alarms and control and other
* 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
2 years ago
DanielR92
85d4709ecd
Merge branch 'development03' into Zero-Export
2 years ago
Alexander Dahl
821ab96402
hm: Re-add Hardware Number 10104000 for HM-400
This was probably removed by accident? Resulted in no Max. Power shown
for this device in live view.
References: #1111
Fixes: 201098ae0b
("0.7.45 * change ePaper text to symbols PR #1131 * added some invertes to dev info list #1111")
Signed-off-by: Alexander Dahl <post@lespocky.de>
2 years ago