Commit Graph

1455 Commits

Author SHA1 Message Date
Thomas Basler
dfdf8d9054 Added event log count to 1 channel invterers 2022-07-08 18:08:56 +02:00
Thomas Basler
363dfc167e Different color for phase in live view 2022-07-08 18:03:37 +02:00
tbnobody
b47466c2d9
Merge pull request #22 from ahinrichs/pr-homeview-layout
[webapp] Layout HomeView
2022-07-08 17:34:52 +02:00
Axel Hinrichs
f2c8b1bb45 [webapp] Layout HomeView 2022-07-08 15:43:05 +02:00
Thomas Basler
4d28ef2176 Add compiled app.js.gz 2022-07-07 19:06:03 +02:00
Thomas Basler
c28087ec86 Fix #21: Display DC power in Live Data overview 2022-07-07 19:05:50 +02:00
tbnobody
c89e729dea
Merge pull request #19 from ahinrichs/pr-fix-hwinfo-prop-types
[webapp] HardwareInfo.vue fix prop types
2022-07-07 18:57:49 +02:00
Axel Hinrichs
11456ad621 [webapp] HardwareInfo.vue fix prop types 2022-07-06 22:03:31 +02:00
Thomas Basler
eac647d2d0 Added compiled appz.js.gz 2022-07-06 19:27:33 +02:00
Thomas Basler
1b5e723e85 Fix #18: Allow max 64 characters for password
64 characters are already supported by the backend
2022-07-06 19:26:39 +02:00
Thomas Basler
8b939f9418 Rename variables to match code style 2022-07-06 19:25:30 +02:00
tbnobody
39e6a46665
Merge pull request #17 from ahinrichs/pr-rate-limit-ws-cleanup
[WebApi] rate limit ws cleanup (1/s)
2022-07-06 19:23:19 +02:00
tbnobody
7d9b54f686
Merge pull request #15 from ahinrichs/pr-improve-responsivity
[webapp] HomeView improve responsivity
2022-07-06 19:21:29 +02:00
Axel Hinrichs
401e6739cd [WebApi] rate limit ws cleanup (1/s) 2022-07-05 23:42:07 +02:00
Axel Hinrichs
43202e1e81 [webapp] align live view table header with data 2022-07-05 10:12:28 +02:00
Axel Hinrichs
88d29a9b43 [webapp] HomeView more responsive
* change <div v-for> into <template v-for> to avoid empty divs for
  nonexisting channels

* cleanup bootstrap grid / flex classes
2022-07-05 00:41:23 +02:00
Axel Hinrichs
c155bf3d01 [webapp] main as container-xxl 2022-07-05 00:38:50 +02:00
Thomas Basler
44ac770c53 Added updated app.js.gz 2022-07-04 22:11:02 +02:00
tbnobody
fc124596c0
Merge pull request #14 from ahinrichs/pr-fix-homeview-component-nexting
[webapp] fix HomeView component nesting
2022-07-04 22:08:08 +02:00
Axel Hinrichs
6a8af8fdc0 [webapp] fix HomeView component nesting
* move content template after page-header
2022-07-04 20:57:06 +02:00
Thomas Basler
56f764d10f Fixed queue handling and added event log count 2022-07-04 19:36:58 +02:00
Thomas Basler
a9879c2f14 Added latest version of app.js.gz 2022-07-04 19:01:48 +02:00
tbnobody
3e66804cf4
Merge pull request #13 from ahinrichs/pr-webapp-etag-caching
[WebApi_webapp] app.js caching via ETag
2022-07-04 18:50:20 +02:00
tbnobody
7a64d7b622
Merge pull request #12 from ahinrichs/pr-info-params-as-props
[webapp] reduce api requests on info pages
2022-07-04 18:44:27 +02:00
Axel Hinrichs
48f540dad1 [WebApi_webapp] app.js caching via ETag 2022-07-04 16:50:34 +02:00
Axel Hinrichs
9c56b97405 [webapp] reduce api requests on info pages 2022-07-04 16:29:48 +02:00
tbnobody
c54846f211
Merge pull request #9 from pangamut/patch-1
Update MqttInfoView.vue: Typo
2022-07-03 13:02:02 +02:00
pangamut
139e116a3a
Update MqttInfoView.vue
Typo: Tnterval -> Interval
2022-07-03 09:27:03 +02:00
Thomas Basler
0f75c4a6a4 Introduced some pin defines 2022-07-02 11:58:31 +02:00
Thomas Basler
712be3fc15 Code cleanup 2022-07-01 23:38:51 +02:00
Thomas Basler
cf273c93e7 Fixed 404 error when pressing refresh in webapp 2022-07-01 23:32:11 +02:00
Thomas Basler
1691274247 Added list of currently supported inverters 2022-07-01 23:12:35 +02:00
Thomas Basler
b454f0c01f Renamed topic again 2022-07-01 18:38:34 +02:00
Thomas Basler
d5f32d8325 Fixes (#8). Power values on CH0 are published twice
The larger value was DC the smaller one AC. Now the values are published to different topics
2022-07-01 18:36:43 +02:00
Thomas Basler
839720ee8a Fix compilation warning
warning: backslash-newline at end of file
2022-07-01 17:46:51 +02:00
tbnobody
b1b3f9cbd6
Merge pull request #6 from ahinrichs/pr-platform-version
[firmware] add minimum platform requirement
2022-07-01 17:38:04 +02:00
Axel Hinrichs
81d2861006 [firmware] add minimum platform requirement 2022-07-01 09:31:05 +02:00
Thomas Basler
c4e911cecf Add very simple method differ between requests
The last request is required to use the right parser for the received payload as the package type is not encoded in the received data
2022-06-30 21:14:58 +02:00
Thomas Basler
b2271373a4 Print inverter serial as hex 2022-06-30 21:06:23 +02:00
Thomas Basler
850b8685a1 Add hint to clone firmware instead of downloading ZIP file 2022-06-30 19:34:22 +02:00
Thomas Basler
54b7673f1a Replace magic numbers by some constants 2022-06-30 18:58:55 +02:00
Thomas Basler
4859259248 Added update app.js.gz 2022-06-30 18:38:40 +02:00
tbnobody
642b6d68b1
Merge pull request #4 from ahinrichs/pr-fix-wsproto
Fix websocket proto
2022-06-30 18:34:47 +02:00
Axel Hinrichs
04cb1b2654 Fix websocket proto 2022-06-30 11:54:20 +02:00
Thomas Basler
e9e5c715f5 Remove duplicated variable
The content of _activeSerial is also available in currentTransaction.target
2022-06-27 21:56:55 +02:00
Thomas Basler
65fb13fa41 Better detection of invalid dates (no NTP sync) 2022-06-27 21:06:54 +02:00
Thomas Basler
10de26bcb8 Better handling of rerequest of complete packets 2022-06-27 19:37:03 +02:00
Thomas Basler
ab6261da92 Move the whole stats request into the inverter class
This enables in future releases so send multiple requests for e.g. MI inverters
2022-06-27 19:26:16 +02:00
Thomas Basler
7a0394151a First implementation of TX queue
This is required to implement some features of e.g. MI Inverters or to read the event log of HM inverters
2022-06-27 19:09:52 +02:00
Thomas Basler
8420848fac Updated README.md
describe correct webapp output directory
2022-06-25 11:21:02 +02:00