rejoe2
4749b5ef3d
non blocking version
...
- shorten hms waiting times after last frame es well (might be too short to immedately stop timer!)
- timings still need review...
2024-01-18 14:15:44 +01:00
lumapu
455d29a6fa
0.8.52
...
* possible fix of 'division by zero' #1345
* fix lang #1348 #1346
* fix timestamp `max AC power` #1324
* fix stylesheet overlay `max AC power` #1324
* fix download link #1340
* fix history graph
* try to fix #1331
2024-01-12 00:00:52 +01:00
lumapu
ed3e93274e
0.8.51
...
* added history protection mask
* merge PR: display graph improvements #1347
2024-01-11 00:20:55 +01:00
lumapu
76fa30503d
0.8.51
...
* fix translation #1346
* further improve sending active power control command faster #1332
* added history protection mask
2024-01-10 23:53:24 +01:00
rejoe2
e23daad910
MI - add "get loss logic"
...
* as we don't have info from inverter side, this is just dull tx/rx statistics from the recent cycle...
2024-01-09 10:10:39 +01:00
lumapu
dd225bdf79
0.8.46
...
* improved communication
2024-01-06 14:05:49 +01:00
lumapu
b4ba35e6ab
0.8.44
...
* fix MqTT transmission of data #1326
* live data is read much earlier / faster and more often
2024-01-05 14:08:38 +01:00
lumapu
31ecb9620f
0.8.43
...
* fix display of sunrise in `/system` #1308
* fix overflow of `getLossRate` calculation #1318
* improved MqTT by marking sent data and improved `last_success` resends #1319
* added timestamp for `max ac power` as tooltip #1324 #1123 #1199
* repaired Power-limit acknowledge #1322
2024-01-05 01:24:38 +01:00
lumapu
0d10d19b30
0.8.42
...
* add loss rate to `/visualization` in the statistics window
* corrected `getLossRate` infos for MqTT and prometheus
* added information about working IRQ for NRF24 and CMT2300A to `/system`
2024-01-03 01:29:46 +01:00
lumapu
3dd4997094
0.8.40
...
* fix display of sunrise and sunset in `/system` #1308
* fix MqTT set power limit #1313
2024-01-02 14:43:33 +01:00
lumapu
40097aba18
0.8.39
...
* add `getLossRate` to radio statistics and to MqTT #1199
2024-01-02 01:03:40 +01:00
lumapu
0b3f82def0
Merge branch 'development03' of https://github.com/rejoe2/ahoy into rejoe2-development03
2024-01-02 00:25:43 +01:00
lumapu
ea29e49c93
0.8.39
...
* fix MqTT dis_night_comm in the morning #1309 #1286
* seperated offset for sunrise and sunset #1308
* **BREAKING CHANGE**: powerlimit (active power control) now has one decimal place (MqTT / API) #1199
2024-01-02 00:21:06 +01:00
rejoe2
2571e3c9f9
MI - add grid profile request
...
Note: this doesn't deliver entire grid profile infos...
2023-12-31 14:24:23 +01:00
lumapu
8b379f768e
0.8.29
...
* fix MqTT generic topic `comm_disabled` #1265 #1286
* potential fix of #1285 (reset yield day)
* fix fraction of yield correction #1280
2023-12-23 16:47:07 +01:00
lumapu
5a52677cbd
0.8.28
...
* add get loss rate @rejoe2
* improve communication @rejoe2
2023-12-23 15:57:40 +01:00
lumapu
16d0eb2048
0.8.26
...
* read grid profile as HEX (`live` -> click inverter name -> `show grid profile`)
2023-12-17 15:04:09 +01:00
lumapu
df2e840751
0.8.18
...
* copied even more from the original heuristic code #1259
2023-12-10 22:40:46 +01:00
lumapu
71e9fbdc0f
0.8.15
...
* added class to combine inverter heuristics fields #1258
2023-12-09 02:30:57 +01:00
lumapu
90ac13dbcd
0.8.14
...
* fixed decimal points for temperature (WebUI) PR #1254
* fixed inverter statemachine available state PR #1252
2023-12-07 21:50:43 +01:00
lumapu
49ef94cb7a
0.8.9
...
* merged PR #1234
* added new alarm codes
* removed serial interval, was not in use anymore
2023-11-19 01:38:54 +01:00
rejoe2
08fcbb4e73
Partly fix retransmit errors
...
* move gotFragment flag
2023-11-17 10:49:03 +01:00
rejoe2
eb15ce5dba
0.8.0707
2023-11-16 11:33:53 +01:00
lumapu
1bc3a0f06f
0.8.7
...
* fix ESP8266 inverter settings #1226
* send radio statistics via MqTT #1227
* made night communication inverter depended
* added option to prevent adding values of inverter to total values (MqTT only) #1199
2023-11-13 23:54:55 +01:00
lumapu
8ac895f50a
0.8.5
...
* fixed endless loop while switching CMT frequency
* removed obsolete "retries" field from settings #1224
* fixed crash while defining new invertes #1224
* fixed default frequency settings
* added default input power to `400` while adding new inverters
* fixed color of wifi RSSI icon #1224
2023-11-12 12:02:11 +01:00
lumapu
efdac9634f
0.8.4
...
* introduced tabs in WebGUI (inverter settings)
* added inverter-wise power level and frequency
2023-11-11 03:12:14 +01:00
lumapu
56a1f3beaf
0.8.3
...
* fix yield day reset during day #848
* add total AC Max Power to WebUI
* fix opendtufusion build (GxEPD patch)
2023-11-09 22:58:48 +01:00
lumapu
975f6923d3
0.8.2
...
* beautified inverter settings in `setup` (preperation for future, settings become more inverter dependent)
2023-11-09 00:08:42 +01:00
lumapu
f1dfd328cc
0.8.1
...
* added tx channel heuristics (per inverter)
* fix statistics counter
2023-11-01 00:11:38 +01:00
lumapu
7a97124bf7
small corrections after merging #1219
2023-10-23 22:23:21 +02:00
rejoe2
06a1159d4f
various changes
...
might not all be correct...
2023-10-22 17:45:05 +02:00
rejoe2
810afaac8b
various fixes
...
- increase buffer
- fix incomplete miHwDecode
- shorten timeout for MI
2023-10-22 09:11:25 +02:00
rejoe2
0fca99f833
MI might be functional again
2023-10-19 17:50:04 +02:00
rejoe2
5b3d0593fe
some more MI specific things
...
- might decode data and enqueue correct next command
- small fixes wrt. to serial readibility
2023-10-18 18:56:59 +02:00
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