Commit graph

225 commits

Author SHA1 Message Date
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
cd9cc976e7 0.8.42
* add LED to display whether it's night time or not. Can be reused as output to control battery system #1308
2024-01-03 00:14:10 +01:00
lumapu
2cda39c9f9 0.8.39
* fix MqTT dis_night_comm in the morning #1309
* seperated offset for sunrise and sunset #1308
2024-01-01 23:02:14 +01:00
lumapu
b611be8042 compile ok, function not ok 2023-12-31 01:30:46 +01:00
lumapu
86ff9f054a 0.8.35
* changed reload time for opendtufusion after update to 5s
* fix default interval and gap for communication
* fix serial number in exported json (was decimal, now correct as hexdecimal number)
* beautified factory reset
* added second stage for erase settings
* increased maximal number of inverters to 32 for opendtufusion board (ESP32-S3)
* fixed crash if CMT inverter is enabled, but CMT isn't configured
2023-12-30 02:33:57 +01:00
lumapu
b5cdd775a7 0.8.35
* added dim option for LEDS
* changed reload time for opendtufusion after update to 5s
2023-12-30 00:20:36 +01:00
lumapu
cf19423d91 0.8.32
* fix `start` / `stop` / `restart` commands #1287
* added message, if profile was not read until now #1300
2023-12-29 15:09:14 +01:00
lumapu
4f75ce7dd1 0.8.29
* fix crash if `getLossRate` was read from inverter #1288 #1290
* reduce reload time for opendtufusion ethernet variant to 5 seconds
* added basic grid parser
2023-12-28 02:21:37 +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
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
222bf0e54a 0.8.23
* heuristics fix #1269 #1270
* moved `sendInterval` in settings, **important:** *will be reseted to 15s after update to this version*
* try to prevent access to radio classes if they are not activated
* fixed millis in serial log
* changed 'print whole trace' = `false` as default
* added communication loop duration in [ms] to serial console
* don't print Hex-Payload if 'print whole trace' == `false`
2023-12-14 23:34:10 +01:00
lumapu
8c0ff5a3bd 0.8.21
* fix ethernet save inverter parameters #886
* fix ethernet OTA update #886
* improved radio statistics, fixed heuristic output for HMS and HMT inverters
2023-12-12 23:29:06 +01:00
lumapu
1c12f4c141 0.8.19
* added ms to serial log
* added (debug) option to configure gap between inverter requests
2023-12-11 22:38:48 +01:00
lumapu
6f62b12c9a Merge branch 'development03' into fusion_eth 2023-12-07 23:35:02 +01:00
lumapu
25c9667633 converted CMT to use same SPI as NRF (for fusion board) 2023-12-06 23:15:18 +01:00
Wusaweki
99add5c8b2 combine CMD module status to antenna-symbol
... and for this harmonize hmRadio and hmsRadio is_Chip_Connected()
2023-12-01 15:58:04 +01:00
Wusaweki
9647044e49 add motion sensor function for screensaver and remove redundant display code 2023-11-22 20:54:20 +01:00
lumapu
ba8d1f3fc3 fix compile error and warnings 2023-11-20 23:33:26 +01:00
lumapu
f417717fc3 * optimized heuristic
* added option to reduce log size (strip frame payload to relevant field)
thx @Oberfritze, @rejoe2
2023-11-20 22:58:57 +01:00
lumapu
34dff0b395 small changes
added Radio DTU to /system
2023-11-19 17:24:58 +01:00
lumapu
b7f0e683ec 0.8.10
* fix Mi and HM inverter communication #1235
* added privacy mode option #1211
* changed serial debug option to work without reboot
2023-11-19 14:25:57 +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
lumapu
972b03376b 0.8.8
* fix ESP8266 save inverter #1232
2023-11-16 23:59:05 +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
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
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
3e9d6b8900 0.7.66 - 2023-10-04
* prepared PA-Level for CMT
* removed settings for number of retransmits, its fixed to `5` now
* added parentheses to have a excactly defined behaviour
2023-10-04 22:16:32 +02:00
lumapu
1bbe979bcd 0.7.64
* moved active power control to modal in `live` view (per inverter) by click on current APC state
2023-10-02 00:34:57 +02:00
lumapu
169eea73e6 0.7.62
fix compile (prometheus)
2023-10-01 12:55:59 +02:00
lumapu
097dd3c39c fix web 2023-09-30 23:58:38 +02:00
lumapu
c3162fd2ed update web, moved radio statistics to live view (footer of inverter) as modal 2023-09-30 23:40:31 +02:00
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>
2023-09-25 21:13:37 +02:00
lumapu
a18a738a0a 0.7.55
* fix prometheus builds
* fix ESP32 default pinout #1159
* added `opendtufusion-dev` because of anoying `-DARDUINO_USB_CDC_ON_BOOT=1` flag
* fix display of current power on `index`
* fix OTA, was damaged by version `0.7.51`, need to use webinstaller (from `0.7.51` to `0.7.54`)
2023-09-17 12:20:58 +02:00
lumapu
9a09b5f4f8 0.7.54
* added active power control in `W` to live view #201, #673
* updated docu, active power control related #706
* added current AC-Power to `index` page and removed version #763
* improved statistic data, moved to entire struct
* removed `/api/statistics` endpoint from REST-API
2023-09-17 01:55:45 +02:00
lumapu
b06f8e98a4 0.7.50
* moved MqTT info to `system`
* added CMT info for ESP32 devices
* improved CMT settings, now `SCLK` and `SDIO` are configurable #1046, #1150
* changed `Power-Limit` in live-view to `Active Power Control`
* increase length of update file selector #1132
2023-09-12 23:37:57 +02:00
lumapu
9dd689b395 0.7.49
* add option to strip webUI for ESP8266 (reduce code size, add ESP32 special features; `IF_ESP32` directives)
* started to get CMT info into `system` - not finished
2023-09-11 23:15:33 +02:00
lumapu
7207d3c9d4 0.7.47
* fix regex in `setup` page
* fix MI serial number display `max-module-power` in `setup` #1142
* renamed `opendtufusionv1` to `opendtufusion`
2023-09-07 23:19:43 +02:00
lumapu
f3192b49ab 0.7.46
* removed `delay` from ePaper
* started improvements of `/system`
* fix LEDs to check all configured inverters
2023-09-01 07:58:33 +02:00
lumapu
3600a2e28c 0.7.43
* improved RSSI for NRF24, now it's read per package (and inverter) #1129
* arranged `heap` related info together in `/system`
* fix display navi during save
* clean up binary output, separated to folders
2023-08-28 16:07:12 +02:00
lumapu
eee64e7746 Merge branch 'small-changes' of https://github.com/DanielR92/ahoy into DanielR92-small-changes 2023-08-27 22:33:26 +02:00
DanielR92
df2b012093 NRF signal quality aprox 2023-08-24 14:02:13 +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
3312fe7108 0.7.39
* fix background color of invalid inputs
* add hardware info (click in `live` on inverter name)
2023-08-21 13:52:06 +02:00
lumapu
fe2a80b71d fix hardware production date 2023-08-21 01:59:58 +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