Commit graph

123 commits

Author SHA1 Message Date
rejoe2
0e7874935d
Add files via upload 2023-10-18 12:51:29 +02:00
lumapu
bf772756ed improved set limit and radio statistics
communication with HMS / HMT is fine - for HM it tries to receive on the same channel which does not work for 4-ch inverter
2023-10-12 17:22:56 +02:00
lumapu
5b39d38d86 included dev-control again 2023-10-12 07:56:49 +02:00
lumapu
41ade24538 0.7.62
* add timeout before payload is tried to process (necessary for HMS/HMT)
2023-10-01 12:36:18 +02:00
lumapu
c1cb62685d 0.7.61 2023-10-01 00:48:51 +02:00
lumapu
ac0a4976d8 moved radio-statistic to inverter (not global per radio module any more) 2023-09-30 23:23:11 +02:00
lumapu
124cbf6ba2 bug fix esp8266 2023-09-30 02:14:35 +02:00
lumapu
9b22b1017a improved hmSystem 2023-09-30 01:05:34 +02:00
lumapu
cfd73906e4 Merge branch 'development03' of https://github.com/rejoe2/ahoy into rejoe2-development03 2023-09-20 22:40:55 +02:00
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
2023-09-20 19:16:53 +02:00
lumapu
ff63f5236d 0.7.57
* fix Alarms are always in queue (since 0.7.56)
* fix display active power control to long for small devices #1165
2023-09-18 22:52:02 +02:00
lumapu
cefcc9c8c3 0.7.56
* only request alarms which were not received before #1113
* added flag if alarm was requested but not received and re-request it #1105
2023-09-17 22:11:12 +02:00
lumapu
e3b95a90ad Merge branch 'development03' of https://github.com/DanielR92/ahoy into DanielR92-development03 2023-09-04 20:43:29 +02:00
lumapu
67d3e824af 0.7.46
* HW Versions for MI series PR #1133
2023-09-04 20:27:06 +02:00
rejoe2
abf084fa6e
Merge pull request #1 from rejoe2/MI-HW-detection
MI model detection
2023-08-30 14:50:37 +02:00
DanielR92
e41f7a1c4b some lines removed. (the removed one was for HMS/HMT) 2023-08-26 19:39:02 +02:00
DanielR92
a18b86d375
Merge branch 'lumapu:development03' into development03 2023-08-26 18:08:24 +02:00
lumapu
2c6094358f 0.7.41
* alarms were not read after the first day
2023-08-26 02:20:18 +02:00
rejoe2
3105cd4380
HW info triggers next request
immediate request prod. data if HW info was received
2023-08-25 08:45:43 +02:00
rejoe2
f9857b52ab
MI - assure HW part no is there 2023-08-24 10:10:47 +02:00
rejoe2
5fc80f660a
Add files via upload 2023-08-23 18:28:44 +02:00
DanielR92
f917d588f5 Add new codes to the list 2023-08-23 17:31:17 +02:00
Alexander Dahl
ae3e98e77d Fix typos throughout code
Found with `codespell -w -i3 src/**` and reviewed manually.

Fixes: #1112
2023-08-23 06:37:55 +02:00
lumapu
d1d106c7b3 Merge branch 'development03' into feature/hwinfo 2023-08-21 01:47:25 +02:00
lumapu
b01fbe205e 0.7.38
* reset alarms at midnight (if inverter is not available) #1105, #1096
* add option to reset 'max' values on midnight #1102
* added default pins for CMT2300A (matching OpenDTU)
2023-08-21 01:46:13 +02:00
lumapu
a91885b505 added hardware info 2023-08-21 00:47:27 +02:00
lumapu
4d19e2dde4 0.7.37
* fix alarm time on WebGui #1099
* added RSSI info for HMS and HMT inverters (MqTT + REST API)
2023-08-18 17:31:57 +02:00
lumapu
5a13e2a658 0.7.34
optimized code reading
2023-08-17 00:52:29 +02:00
rejoe2
792735421f
Fix MI temperature and AC/total calc 2023-08-16 09:10:28 +02:00
rejoe2
670da7cf82
Typos 2023-08-15 11:57:45 +02:00
rejoe2
53f25629a6
fix MI chashes
+ fix some lost debug messages
2023-08-15 11:53:09 +02:00
lumapu
55764102ce 0.7.31
* fixed docu #1085
* changed active power limit MqTT messages to QOS2 #1072
* improved alarm messages, added alarm-id to log #1089
* trigger power limit read on next day (if inverter was offline meanwhile)
* disabled improv implementation to check if it is related to 'Schwuppdizitaet'
* changed live view to gray once inverter isn't available
* added inverter status to API
* changed sum of totals on WebGui depending on inverter status #1084
* merge maximum power (AC and DC) from PR #1080
2023-08-14 01:10:17 +02:00
lumapu
e5b5972cae 0.7.29
* MqTT alarm data was never sent, fixed
* REST API: added alarm data
* REST API: made get record obsolete
* REST API: added power limit acknowledge `/api/inverter/id/[0-x]` #1072
2023-08-10 01:10:59 +02:00
lumapu
58f19f88d0 0.7.18 - 2023-07-26
* next attempt to fix yield day for multiple inverters #1016
2023-07-26 22:39:50 +02:00
lumapu
ffe7d47b31 0.7.16
* next attempt to fix yield day for multiple inverters #1016
* fix export settings date #1040
* fix time on WebUI (timezone was not observed) #913 #1016
2023-07-24 23:33:54 +02:00
lumapu
c9d705baa4 0.7.14
* fix Contrast for Nokia Display #1041
* attempt to fix #1016 by improving inverter status
* added option to adjust effiency for yield (day/total) #1028
2023-07-23 18:37:35 +02:00
lumapu
be9c505407 0.6.12
added inverter status - state-machine #1016
2023-07-19 22:26:01 +02:00
lumapu
f649d26f66 0.7.4
* fix MqTT `P_AC` send if inverters are available #987
* fix assignments for HMS 1CH and 2CH devices
* fixed uptime overflow #990
2023-06-15 23:18:12 +02:00
lumapu
b8533cc17d several HMS / HMT related changes 2023-04-21 00:17:17 +02:00
lumapu
f2ce528a56 Merge branch 'development03' into hms 2023-03-27 10:15:37 +02:00
rejoe2
a5f93f186c
more fixes to serial output 2023-03-26 10:05:53 +02:00
lumapu
081adeb140 0.5.107
* fix: show save message
* fix: removed serial newline for `enqueueCmd`
2023-03-26 01:03:59 +01:00
lumapu
23e848d224 improved multi inverter
fixed setup
improved serial output
2023-03-26 00:47:49 +01:00
lumapu
8ad9a919f4 Merge branch 'development03' into hms 2023-03-25 22:51:56 +01:00
lumapu
3f2e40848e review #804 2023-03-24 23:26:35 +01:00
rejoe2
32092ede0d
debug review
- DPRINT_IVID
- MI: some small changes
2023-03-24 15:26:14 +01:00
lumapu
997bfe41e7 Merge branch 'development03' into hms 2023-03-24 08:12:46 +01:00
lumapu
3ed76324d5 clean up pull request 2023-03-23 22:08:26 +01:00
rejoe2
0535117a47
MI - some small fixes (#5) 2023-03-22 13:38:20 +01:00
Argafal
adb056fd4f Parse power factor, Qvar as signed values 2023-03-20 12:10:01 +01:00