Martin Dummer
971ae6d1be
Feature: MQTT add TLS authentication
...
User asked for TLS client certificate based login from DTU to MQTT
server. This PR implements storage and use of x509 client certificate
and private key.
Signed-off-by: Martin Dummer <martin.dummer@gmx.net>
2023-04-12 08:33:10 +02:00
Thomas Basler
12d7349699
webapp: add app.js.gz
2023-04-06 22:48:06 +02:00
Thomas Basler
8673336151
Upgrade U8g2 from 2.34.16 to 2.34.17
2023-04-06 22:40:01 +02:00
Thomas Basler
ee5fe9441e
Upgrade ArduinoJson from 6.21.0 to 6.21.1
2023-04-06 22:38:42 +02:00
Thomas Basler
477eb6cfd6
Feature: Link to release page instead to commits page in Firmware Info
...
The Firmware Version link now referes to the release page if the given hash is a tag. It referes to the commits page if it's really a hash. (Implements #778 )
2023-04-06 22:36:33 +02:00
Thomas Basler
a7b2d727f8
Fix: Show version number in web interface instead of git hash (if available)
...
see https://github.com/actions/checkout/issues/701 for further info
2023-04-05 21:20:28 +02:00
Thomas Basler
778dc93dee
Merge remote-tracking branch 'github/master'
2023-04-05 20:40:23 +02:00
Thomas Basler
6102516ce1
webapp: add app.js.gz
2023-04-05 20:34:18 +02:00
Thomas Basler
f1b0558913
Run automatic linting for the webapp
2023-04-05 20:19:31 +02:00
Thomas Basler
69838ba0cc
Add MqttSubscribeParser, TimeoutHelper and ResetReason to cpplint
2023-04-05 20:02:39 +02:00
Thomas Basler
c2cacb8d7b
Fix: Replace spaces by underscores in platformio environment d1_mini_esp32 ( #765 )
2023-04-05 19:41:35 +02:00
Thomas Basler
77e593777d
Feature: Added possibility to create github releases with changelog
2023-04-05 19:38:31 +02:00
Thomas Basler
e961872f14
Fix: Handle format "v0.1-5-gabcdefh" of git hash
2023-04-05 19:34:47 +02:00
tbnobody
44ca697c0e
Undo latest change
2023-04-05 11:53:53 +02:00
tbnobody
395a822f60
Test multpile commits
2023-04-05 11:53:08 +02:00
Thomas Basler
fd31cc80b5
Fix build workflow
2023-04-04 21:22:33 +02:00
Thomas Basler
3e4747e4b0
webapp: Only cut first char of git_hash if it equals "g"
2023-04-04 20:50:47 +02:00
Thomas Basler
93c69dbbeb
webapp: add app.js.gz
2023-04-04 19:50:48 +02:00
Thomas Basler
783caa6b1f
Added config for blinkyparts kit
2023-04-04 18:53:58 +02:00
Thomas Basler
ae323cd26f
Status LED's: Implemented
...
They can be activated using device profiles.
2023-04-04 18:53:23 +02:00
Thomas Basler
df468086e4
TimeoutHelper: Allow resetting the last value
2023-04-04 18:52:00 +02:00
Thomas Basler
d6028cbd50
Remove not required F() macro. Frees ~20kb flash.
2023-04-04 18:51:18 +02:00
Thomas Basler
acf413b616
webapp: Show inverter status in grey if polling is disabled (e.g. at night)
2023-04-03 22:25:32 +02:00
Thomas Basler
3977bbafaa
webapp: Update dependencies
2023-04-03 21:58:17 +02:00
Thomas Basler
4244233dd3
Increase platform package version from 6.0.1 to 6.1.0
2023-04-01 12:49:16 +02:00
Thomas Basler
7e283369e9
webapp: add app.js.gz
2023-03-31 21:58:21 +02:00
Thomas Basler
a6c3418c7c
webapp: Update dependencies
2023-03-31 21:54:07 +02:00
Thomas Basler
d03b8f6e5b
webapp: Implemented reload button for info views
2023-03-31 20:05:06 +02:00
Thomas Basler
9b74badda8
Uses VSPI instead of HSPI and compatibility for C3, S2 and S3 MCUs
2023-03-30 23:24:11 +02:00
Thomas Basler
fe5d3e29e3
Allow use GPIO0 as NRF pins
2023-03-30 23:19:29 +02:00
Thomas Basler
710b08b44f
Added additional compatible inverter
2023-03-30 22:26:54 +02:00
Thomas Basler
d099bc4ff8
Fix #753 : Only apply offset if data is in the buffer to prevent negative numbers
2023-03-30 22:11:20 +02:00
Thomas Basler
041249523e
Fixed typo in comment
2023-03-28 22:41:27 +02:00
Thomas Basler
8959795304
webapp: Fix typos
2023-03-27 19:03:18 +02:00
Thomas Basler
c47b7dd335
webapp: add app.js.gz
2023-03-27 17:10:19 +02:00
Thomas Basler
143aad0715
webapp: Update dependencies
2023-03-27 17:05:45 +02:00
Thomas Basler
f2321c464f
Readme: Added some improvements suggested by @Kraego
2023-03-27 17:01:11 +02:00
Thomas Basler
9523b99b22
Upgrade espMqttClient from 1.4.1 to 1.4.2
2023-03-27 16:58:35 +02:00
Thomas Basler
6faabb4408
webapp: update dependencies
2023-03-23 23:37:58 +01:00
Thomas Basler
8d8c7f8a71
Fixed typo: Successfull --> Successful
2023-03-23 23:30:55 +01:00
Thomas Basler
cb4fd20a73
webapp: Fixed typo in PinInfo dialogue
2023-03-23 21:30:39 +01:00
Thomas Basler
e4837d5c16
Added another supported inverter to readme
2023-03-23 21:24:16 +01:00
Thomas Basler
21718a9e8f
Fix #736 : Check for payloads < 0 and ignore them
2023-03-23 21:18:00 +01:00
Thomas Basler
d508b4183e
webapp: add app.js.gz
2023-03-20 18:20:48 +01:00
Thomas Basler
a17362a9c5
Upgrade olikraus/U8g2 from 2.34.13 to 2.34.16
2023-03-20 18:14:38 +01:00
Thomas Basler
4a9f067b5b
webapp: Update dependencies
2023-03-20 18:10:52 +01:00
Thomas Basler
e95af04da4
Compile with newer c++ standard
2023-03-20 18:06:49 +01:00
Thomas Basler
70130f47ae
Remove not required register keyword
2023-03-20 18:05:57 +01:00
Thomas Basler
ac73747a29
Fix #723 : For some reason, a space was added before 1 digit numbers
2023-03-20 18:05:43 +01:00
Thomas Basler
494ae22f45
Remove set serial port in platformio_override.ini
2023-03-18 12:25:08 +01:00