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
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