Commit Graph

555 Commits

Author SHA1 Message Date
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
Thomas Basler
528c56eaa6 Added parser and commands for hardware version and part nr 2022-08-10 20:12:52 +02:00
Thomas Basler
c3a043b1ce Improve handling of firmware data fetch 2022-08-10 19:03:02 +02:00
Thomas Basler
f566a8c522 Implemented parser methods and publish to mqtt 2022-08-10 19:03:02 +02:00
Thomas Basler
ee339fa9bd Use Parser class in Statistics and Alarm parser 2022-08-10 19:03:02 +02:00
Thomas Basler
8715320282 Implemented DevInfo command 2022-08-10 19:03:02 +02:00
Thomas Basler
35a72acf34 Fix #71: Extend mqtt hostname from 31 characters to 128 characters 2022-08-10 18:59:30 +02:00
Thomas Basler
80f7ba86d7 Fix #70: MQTT Messages where published even if no broker connection was established 2022-08-10 18:42:12 +02:00
Thomas Basler
b40b0a14c1 Added compiled app.js.gz 2022-08-09 21:48:32 +02:00
Thomas Basler
ef5d549f8a Fix exception when deleting a inverter 2022-08-09 21:46:40 +02:00
Thomas Basler
c5b29567e1 webapp: show dialogue before deleting inverter 2022-08-09 21:32:25 +02:00
Thomas Basler
7e9a06d89e webapp: Mark delete inverter icon in red 2022-08-09 21:04:54 +02:00
Thomas Basler
285ead1186 Upgraded Bootstrap from 5.1 to 5.2 2022-08-09 20:57:51 +02:00
Thomas Basler
7e4fa709cd Update README.md with new features and better description of pinout 2022-08-09 20:14:02 +02:00
tbnobody
778cce2245
Merge pull request #62 from tbnobody/dependabot/npm_and_yarn/webapp/core-js-3.24.1
Bump core-js from 3.23.2 to 3.24.1 in /webapp
2022-08-06 04:28:50 +02:00
tbnobody
6c4c2d80b8
Merge pull request #60 from tbnobody/dependabot/npm_and_yarn/webapp/vue-router-4.1.3
Bump vue-router from 4.0.16 to 4.1.3 in /webapp
2022-08-06 04:26:05 +02:00
dependabot[bot]
b165409ca1
Bump core-js from 3.23.2 to 3.24.1 in /webapp
Bumps [core-js](https://github.com/zloirock/core-js) from 3.23.2 to 3.24.1.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/compare/v3.23.2...v3.24.1)

---
updated-dependencies:
- dependency-name: core-js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-06 02:22:52 +00:00