Thomas Basler
624da5a88c
Merge branch 'issue131'
2022-09-12 18:54:16 +02:00
Thomas Basler
971519ead6
webapp: Upgrade dependencies
2022-09-12 18:51:27 +02:00
Thomas Basler
9674e32c0c
Return only the eventlog of one inverter
...
- Fix #131
- Prevent large responses in case of many inverters + many log entries
2022-09-12 18:48:18 +02:00
Martin Dummer
4b3d370a54
README.md: add hardware and troubleshooting section
...
- add hardware section
- add images of sample hardware
- fix ESP schematic image
- extend vscode instruction section
- add troubleshooting section
- mention https://github.com/helgeerbe/OpenDTU_VeDirect as related
Project
Signed-off-by: Martin Dummer <martin.dummer@gmx.net>
2022-09-12 09:52:36 +02:00
Thomas Basler
85d08e0aba
Added compiled app.js.gz
2022-09-10 10:31:59 +02:00
Thomas Basler
b0460c7f14
Add documentation of current class hierarchy
2022-09-09 20:53:15 +02:00
Thomas Basler
14f4414263
Adjusted readme to show possibility of reading the limit
2022-09-09 20:18:01 +02:00
Thomas Basler
72b77a22db
webapp: Show current inverter limit
2022-09-09 20:18:00 +02:00
Thomas Basler
2f43acbde7
Publish current inverter limit settings via mqtt
2022-09-09 20:18:00 +02:00
Thomas Basler
b7961024a1
Fetch limit every 10 minutes
2022-09-09 20:17:52 +02:00
Thomas Basler
46367c4fa9
Added webapi to fetch current inverter limit
2022-09-09 18:43:21 +02:00
Thomas Basler
3e5fb00248
Fetch inverter limit at least once
2022-09-09 18:41:54 +02:00
Thomas Basler
c28a532bf1
Added base classes for SystemConfigPara
2022-09-09 18:41:07 +02:00
Thomas Basler
6e251bf50a
Added related projects
2022-09-08 19:31:47 +02:00
Thomas Basler
99a34d0901
Publish WiFi RSSI via mqtt
2022-09-08 19:24:22 +02:00
Thomas Basler
2fa2a20bc4
webapp: add compiled app.js.gz
2022-09-06 19:06:30 +02:00
Thomas Basler
27bb924f4a
webapp: add hint regarding hostname
2022-09-06 19:05:24 +02:00
Thomas Basler
86f01e5cc4
webapp: Show complete generated hostname in network info view
2022-09-06 18:45:32 +02:00
Thomas Basler
f5328100b6
Fixed hostname generation and hostname assignment
2022-09-06 18:44:26 +02:00
Thomas Basler
185fea987d
Added some initializations to prevent missunderstandings and errors
2022-09-05 21:53:50 +02:00
Thomas Basler
31e56f6c2b
Code hardening: introduce const keyword
2022-09-05 21:41:45 +02:00
Thomas Basler
83ca402306
Merge branch 'pr114'
2022-09-05 20:10:08 +02:00
Thomas Basler
e2f1b4c180
Added NTP hint to README.md
2022-09-05 19:49:52 +02:00
Thomas Basler
a0bb4c0bd2
webapp: Upgrade dependencies
2022-09-05 18:47:27 +02:00
tbnobody
6cf514cd2b
Merge pull request #116 from madmartin/readme
...
README.md: update initial configuration instructions
2022-09-04 15:59:44 +02:00
Martin Dummer
c228aa5a11
README.md: update initial configuration instructions
...
Signed-off-by: Martin Dummer <martin.dummer@gmx.net>
2022-09-03 13:09:26 +02:00
battifreund
b4137d4da9
Option for expire_after
2022-08-31 23:35:28 +02:00
tbnobody
55d62dfa21
Merge pull request #112 from madmartin/readme2
...
README.md: add instructions for Over-the-Air update
2022-08-31 19:18:51 +02:00
Thomas Basler
ab8759557a
webapp: Bump eslint-plugin-vue from 9.3.0 to 9.4.0
2022-08-29 23:04:07 +02:00
Thomas Basler
505f25b044
webapp: upgrade dependencies
2022-08-29 22:49:13 +02:00
Thomas Basler
f23a83eb79
webapp: Remove unused variable
2022-08-29 22:47:08 +02:00
Martin Dummer
608788822b
README.md: add instructions for Over-the-Air update
...
Signed-off-by: Martin Dummer <martin.dummer@gmx.net>
2022-08-28 00:41:05 +02:00
Thomas Basler
dbf692d90b
Fix #92 : Expiration time depends on the amount of inverters
2022-08-27 13:07:00 +02:00
Martin Dummer
c7448d460a
src/Configuration.cpp: fix homeassistant discovery config
...
On a fresh installed openDTU esp32, the mqtt discovery prefix
topic does not match the default value of homeassistant, due to a wrong
assignment in src/Configuration.cpp.
This patch fixes it.
Signed-off-by: Martin Dummer <martin.dummer@gmx.net>
2022-08-27 12:11:31 +02:00
Thomas Basler
58edd5acbc
webapp: upgraded dependencies
2022-08-27 11:50:59 +02:00
Hacks
7f354fb7de
corrected buffer usage
2022-08-27 11:43:47 +02:00
Ingo Theiss
8b89acd039
Make MQTT input a password field
2022-08-27 11:42:22 +02:00
Thomas Basler
26268479fb
Fix #96 and #95 : Reworked handling of inverter editing
2022-08-24 02:53:34 +02:00
tbnobody
231c1903ff
Merge pull request #85 from madmartin/readme
...
README.md: add build instructions for PlatformIO Core
2022-08-16 23:25:22 +02:00
Thomas Basler
7015b04ee6
Update required version of RF24 library
2022-08-16 23:24:48 +02:00
Thomas Basler
e55f5afa62
Update platform dependencies
2022-08-16 23:22:46 +02:00
Martin Dummer
1d29930dc5
README.md: add build instructions for PlatformIO Core
...
Signed-off-by: Martin Dummer <martin.dummer@gmx.net>
2022-08-16 22:46:45 +02:00
Thomas Basler
1456974616
Fix #76 : Null Pointer exception when adding a inverter with unkonwn serial number
2022-08-16 19:47:51 +02:00
Thomas Basler
6d9d5a0747
webapp: upgraded dependencies
2022-08-15 17:07:38 +02:00
Thomas Basler
ecfe30a02c
Added exception handler if the repo was not cloned
2022-08-14 14:50:54 +02:00
Thomas Basler
037f2ee3c2
Describe new feature in README.md
2022-08-14 13:57:18 +02:00
Thomas Basler
304afb758a
Added additional debug output during the initialization of the hoymiles interface
2022-08-14 13:49:05 +02:00
Thomas Basler
217fddf405
Added small dialog to show inverter info (firmware version etc.)
2022-08-11 16:42:50 +02:00
Thomas Basler
991838ae2c
Added reactive power output and display
2022-08-10 20:40:26 +02:00
Thomas Basler
e040328d61
Added mqtt publish for hardware version and part number
2022-08-10 20:13:07 +02:00