Thomas Basler
|
d37543fd95
|
Show current limit in header of live view
|
2022-10-14 19:16:37 +02:00 |
|
Thomas Basler
|
8d6cbc617b
|
webapp: Added interface to set AP password
|
2022-10-13 19:54:27 +02:00 |
|
Thomas Basler
|
cf727d4ff9
|
Added API to change the access point password
|
2022-10-13 19:44:16 +02:00 |
|
Thomas Basler
|
d7fe495062
|
webapp: add app.js.gz
|
2022-10-12 19:59:01 +02:00 |
|
Thomas Basler
|
d2feac7a00
|
Migrate config from binary blob to json
|
2022-10-12 19:46:21 +02:00 |
|
Thomas Basler
|
229f1dacf9
|
webapp: added app.js.gz
|
2022-10-12 18:35:27 +02:00 |
|
Thomas Basler
|
07eb6472b5
|
webapp: Show limit only with 1 digit
|
2022-10-12 18:29:16 +02:00 |
|
Thomas Basler
|
e762abd18f
|
Show RF chip type in SystemInfoView
|
2022-10-12 00:17:40 +02:00 |
|
Thomas Basler
|
0a577f8002
|
Allow a maximum limit of 100 if limit type is relative
|
2022-10-11 23:28:22 +02:00 |
|
Thomas Basler
|
c4729c240d
|
Optimize order of monitor_filters
The order is important. FIrst analyze for exceptions, then add the time, then add to logfile and at the end colorize the output
|
2022-10-11 23:14:04 +02:00 |
|
Thomas Basler
|
072a7c7a3d
|
Fix #213: Check if topic ends with slash
If this is not the case the subscription to the command topics will fail
|
2022-10-11 23:04:43 +02:00 |
|
Thomas Basler
|
7ec070f6f9
|
Fix #212: Only check ssid if in wifi mode
|
2022-10-11 23:04:43 +02:00 |
|
Thomas Basler
|
4c65be8c55
|
Add comma values to inverter limit
|
2022-10-11 23:04:43 +02:00 |
|
Thomas Basler
|
9d1678c406
|
Remove days from eventlog display
|
2022-10-11 23:04:43 +02:00 |
|
tbnobody
|
9c729d70b1
|
Merge pull request #210 from cepresso/patch-1
Adding another available case
|
2022-10-11 23:03:17 +02:00 |
|
Jonas Kohlbrenner
|
62918eebeb
|
Adding another available case
|
2022-10-11 13:19:48 +02:00 |
|
Thomas Basler
|
ce9c0e8283
|
webapp: added app.js.gz
|
2022-10-10 19:56:11 +02:00 |
|
Thomas Basler
|
536ef73100
|
Updated screenshots
|
2022-10-10 19:55:02 +02:00 |
|
Thomas Basler
|
5576e99a1d
|
webapp: updated dependencies
|
2022-10-10 19:25:42 +02:00 |
|
Thomas Basler
|
283eae295b
|
Show absolute limit in limit dialogue
|
2022-10-10 19:20:19 +02:00 |
|
Thomas Basler
|
94f05b3ee8
|
webapp: added compiled app.js.gz
|
2022-10-09 14:57:04 +02:00 |
|
Thomas Basler
|
88ad6495d1
|
Implemented inverter restart via web ui
|
2022-10-09 13:48:35 +02:00 |
|
Thomas Basler
|
da0998c809
|
Implement inverter restart by mqtt topic
|
2022-10-09 13:16:06 +02:00 |
|
Thomas Basler
|
753ab1312e
|
DevInfoParser: Dont create string object twice
|
2022-10-08 18:15:06 +02:00 |
|
Thomas Basler
|
05d9ce4590
|
Output channel for RX messages
|
2022-10-08 18:14:43 +02:00 |
|
Thomas Basler
|
223b7ff3ce
|
Adjusted serial parsing to detect model
There are some MI-1500 models which are compatible with the Gen3 protocol.
The adjustment takes this into account.
|
2022-10-08 18:03:56 +02:00 |
|
Thomas Basler
|
1cbff8afca
|
Added HM-350 to list of known devices
|
2022-10-08 10:58:59 +02:00 |
|
Thomas Basler
|
b5cb24a46d
|
Fix AlarmDataCommand timeout for 15 entries
|
2022-10-08 02:34:54 +02:00 |
|
Thomas Basler
|
f33ff48822
|
webapp: added compiled app.js.gz
|
2022-10-07 19:15:37 +02:00 |
|
Thomas Basler
|
8e54497c95
|
Take hours >23 into account
Count days in this case
|
2022-10-07 18:33:24 +02:00 |
|
Thomas Basler
|
fbd58554b9
|
Show HW Version as decimal instead of hex
|
2022-10-06 23:29:18 +02:00 |
|
Thomas Basler
|
20b799b630
|
webapp: Show NRF24 connection status
|
2022-10-06 23:29:17 +02:00 |
|
Thomas Basler
|
64ae87faf1
|
Define several methods as private
|
2022-10-06 23:29:15 +02:00 |
|
Thomas Basler
|
c33c73fe01
|
webapi: Rename limit to limit_relative
|
2022-10-06 23:29:14 +02:00 |
|
Thomas Basler
|
9e907b0ca7
|
Publish limit_absolute for known models
|
2022-10-06 23:29:13 +02:00 |
|
Thomas Basler
|
e1690e8f74
|
Apply limit instantaneously if inverter info is available
|
2022-10-06 23:29:05 +02:00 |
|
Thomas Basler
|
9b68eb6beb
|
webapp: Show model name
|
2022-10-06 18:35:04 +02:00 |
|
Thomas Basler
|
b02d36d042
|
Added IDs to identifiy inverters to DevInfoParser
|
2022-10-06 18:34:31 +02:00 |
|
Thomas Basler
|
54127f206d
|
Fixed typo
|
2022-10-06 18:14:22 +02:00 |
|
Thomas Basler
|
79bd379904
|
webapp: added compiled app.js.gz
|
2022-10-06 18:08:44 +02:00 |
|
Thomas Basler
|
b756912fd6
|
webapp: Added information about firmware updates
|
2022-10-05 22:01:32 +02:00 |
|
Thomas Basler
|
0a68b5af30
|
Harden compiling by using -Wall
|
2022-10-05 18:57:11 +02:00 |
|
Thomas Basler
|
a893701b6d
|
Fixed warning regarding switch statement
|
2022-10-05 18:53:35 +02:00 |
|
Thomas Basler
|
373e1e5e8f
|
Fixed function not used warning
|
2022-10-05 18:51:21 +02:00 |
|
Thomas Basler
|
7cede84785
|
Fixed uninitialized variable warning
|
2022-10-05 18:42:41 +02:00 |
|
Thomas Basler
|
112664f42f
|
Simplify inverterEdit method
Replaced for loop with unused variable by .size() method
|
2022-10-05 18:37:34 +02:00 |
|
Thomas Basler
|
9c4076d3d5
|
Fix handling of strncpy on inverter delete
|
2022-10-05 18:27:35 +02:00 |
|
Thomas Basler
|
7ff0f111af
|
Rename firmware_version to config_version
|
2022-10-05 18:23:04 +02:00 |
|
Thomas Basler
|
d021d7529f
|
Fix parentheses error in AlarmLogParser
|
2022-10-04 23:38:32 +02:00 |
|
Thomas Basler
|
2447d57301
|
Fixed printf format strings
|
2022-10-04 23:33:09 +02:00 |
|