Commit Graph

1842 Commits

Author SHA1 Message Date
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
dependabot[bot]
43a5840f21
Bump vue-router from 4.0.16 to 4.1.3 in /webapp
Bumps [vue-router](https://github.com/vuejs/router) from 4.0.16 to 4.1.3.
- [Release notes](https://github.com/vuejs/router/releases)
- [Commits](https://github.com/vuejs/router/compare/v4.0.16...v4.1.3)

---
updated-dependencies:
- dependency-name: vue-router
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-06 02:22:16 +00:00
tbnobody
556de38df8
Merge pull request #59 from tbnobody/dependabot/npm_and_yarn/webapp/types/node-18.6.4
Bump @types/node from 18.0.0 to 18.6.4 in /webapp
2022-08-06 04:12:34 +02:00
tbnobody
7e1cd53001
Merge pull request #56 from tbnobody/dependabot/npm_and_yarn/webapp/eslint-8.21.0
Bump eslint from 8.18.0 to 8.21.0 in /webapp
2022-08-06 04:11:11 +02:00
dependabot[bot]
f05eea2e96
Bump eslint from 8.18.0 to 8.21.0 in /webapp
Bumps [eslint](https://github.com/eslint/eslint) from 8.18.0 to 8.21.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.18.0...v8.21.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-06 02:07:29 +00:00
dependabot[bot]
a39abf81b4
Bump @types/node from 18.0.0 to 18.6.4 in /webapp
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.0.0 to 18.6.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-06 02:07:24 +00:00
tbnobody
0571e52109
Merge pull request #55 from tbnobody/dependabot/npm_and_yarn/webapp/vue/cli-plugin-typescript-5.0.8
Bump @vue/cli-plugin-typescript from 5.0.6 to 5.0.8 in /webapp
2022-08-06 04:03:56 +02:00
tbnobody
745d33f9be
Merge pull request #53 from tbnobody/dependabot/npm_and_yarn/webapp/vue/cli-plugin-babel-5.0.8
Bump @vue/cli-plugin-babel from 5.0.6 to 5.0.8 in /webapp
2022-08-06 04:03:34 +02:00
dependabot[bot]
18bb3fcb40
Bump @vue/cli-plugin-typescript from 5.0.6 to 5.0.8 in /webapp
Bumps [@vue/cli-plugin-typescript](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-typescript) from 5.0.6 to 5.0.8.
- [Release notes](https://github.com/vuejs/vue-cli/releases)
- [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-cli/commits/v5.0.8/packages/@vue/cli-plugin-typescript)

---
updated-dependencies:
- dependency-name: "@vue/cli-plugin-typescript"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-06 02:00:31 +00:00
dependabot[bot]
4a25b6909b
Bump @vue/cli-plugin-babel from 5.0.6 to 5.0.8 in /webapp
Bumps [@vue/cli-plugin-babel](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-babel) from 5.0.6 to 5.0.8.
- [Release notes](https://github.com/vuejs/vue-cli/releases)
- [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-cli/commits/v5.0.8/packages/@vue/cli-plugin-babel)

---
updated-dependencies:
- dependency-name: "@vue/cli-plugin-babel"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-06 01:59:48 +00:00
tbnobody
53550e41c4
Merge pull request #54 from tbnobody/dependabot/npm_and_yarn/webapp/eslint-plugin-vue-9.3.0
Bump eslint-plugin-vue from 9.1.1 to 9.3.0 in /webapp
2022-08-06 03:56:57 +02:00
dependabot[bot]
813a5836cd
Bump eslint-plugin-vue from 9.1.1 to 9.3.0 in /webapp
Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 9.1.1 to 9.3.0.
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases)
- [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v9.1.1...v9.3.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-vue
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-06 01:53:41 +00:00
tbnobody
cc7a10c916
Merge pull request #58 from tbnobody/dependabot/npm_and_yarn/webapp/babel/eslint-parser-7.18.9
Bump @babel/eslint-parser from 7.18.2 to 7.18.9 in /webapp
2022-08-06 03:52:07 +02:00
tbnobody
af3c4bd95f
Merge pull request #57 from tbnobody/dependabot/npm_and_yarn/webapp/vue/cli-plugin-eslint-5.0.8
Bump @vue/cli-plugin-eslint from 5.0.6 to 5.0.8 in /webapp
2022-08-06 03:51:33 +02:00