Commit Graph

67 Commits

Author SHA1 Message Date
Ralf Bauer
d8646b8c19 Merge branch 'Database' of https://github.com/RaBa64/OpenDTU into Database 2023-05-22 18:50:08 +02:00
Ralf Bauer
a45b3d2626 removed serial number from screenshot 2023-05-22 18:45:04 +02:00
Ralf Bauer
7d96c526b7
Delete database.png 2023-05-22 14:27:37 +02:00
Ralf Bauer
7133a4ba91 fixed delayed load of google libraries after page refresh 2023-05-21 19:34:17 +02:00
Markus Krause
357d9edbd8 add device profile for opendtufusion 2023-04-28 21:26:22 +02:00
Markus Krause
6a74663af4 fix typo in disply type for 1106 2023-04-28 21:25:36 +02:00
Markus Krause
a7911dab64 add openDTU v1 pinout device file 2023-04-28 21:25:36 +02:00
Thomas Basler
35f307d745 Merge branch 'pr846' into dev 2023-04-28 21:16:20 +02:00
Moritz
e88517df07
Update MQTT_Topics.md
typo
2023-04-25 20:20:03 +02:00
Timo Schindler
5b2e3ca05a added oepndtu breakout board to builds readme 2023-04-25 20:05:30 +02:00
Timo Schindler
92a4e25230 added some opendtu breakout board pictures 2023-04-25 20:05:09 +02:00
Thomas Basler
bf648a586f Doc: Added new total MQTT topics 2023-04-24 22:55:20 +02:00
Thomas Basler
188d865671 Fix: Device profile "Olimex ESP32-POE with SH1106" used wrong display type. Fix #825 2023-04-19 23:37:06 +02:00
Thomas Basler
71e88e6f73 Doc: Added some device profiles containing the CMT2300A pin assignment 2023-04-15 10:55:48 +02:00
Thomas Basler
70b85fad6f Doc: Added sample device profile for CMT and NRF module 2023-04-15 10:55:48 +02:00
Thomas Basler
996404ceed Introduce gpio2 for the CMT2300A module
This implements the sending interrupt instead of polling. On the other hand, gpio3 is made optional.
2023-04-15 10:55:48 +02:00
Thomas Basler
45882543b6 Allow dynamic pin mapping for CMT module 2023-04-15 10:55:47 +02:00
Thomas Basler
299ba8f27a Doc: Resolve Markdown Lint errors 2023-04-06 23:34:35 +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
318136dd58 BREAKING CHANGE: Updated partition table: Make sure you have a configuration backup and completly reflash the device!
Over The Air Update is not possible!
2023-03-15 20:39:32 +01:00
Thomas Basler
b91da0f681 Added documentation regarding missing web api endpoints 2023-03-03 01:08:20 +01:00
Thomas Basler
c0148fcfa9 Change clock mode for wt32-eth01 from 3 to 0 (based on pins_arduino.h 2023-02-26 19:48:42 +01:00
Thomas Basler
29a875e88c Merge branch 'pr568' into dev 2023-02-13 18:41:45 +01:00
Thomas Basler
3b7aef63f8 BREAKING CHANGE: Web API!
In order to support multiple AC channels in future the WebAPI had to be changed. AC and DC channels are now grouped in a sub object containing the channels beginning with 0.
2023-02-13 18:37:55 +01:00
Dennis Rathjen
24ad73fc16
Added missing topic in 'DC input channel topics'. 2023-02-06 20:26:21 +01:00
Thomas Basler
73b08fda56 Doc: Fixed typo 2023-01-28 23:29:13 +01:00
Thomas Basler
c05db4cb2d Doc: Move Eventlog screenshot upwards 2023-01-23 21:02:39 +01:00
Thomas Basler
36f92c552e DeviceProfile: Rename Generic NodeMCU and remove non required pin count 2023-01-23 21:01:06 +01:00
Thomas Basler
528511e85d Doc: Describe display activation 2023-01-23 19:12:50 +01:00
Thomas Basler
18e2b963b3 Doc: Separate pin_mappping.json into smaller files 2023-01-23 18:55:09 +01:00
Thomas Basler
b3a02a7386 Documentation: Update screenshots 2023-01-21 11:49:40 +01:00
Thomas Basler
8f1390d643 Doc: Added hints regarding not assigned pins 2023-01-21 01:36:22 +01:00
Thomas Basler
33aecf91d4 Negative type and clk_mode settings are not allowed 2023-01-21 00:00:38 +01:00
Thomas Basler
248ffdd9cc Added additional Display/Device Profile documentation 2023-01-20 18:28:35 +01:00
Thomas Basler
dc3bbd4dba Added some example device profiles 2023-01-17 21:18:32 +01:00
Thomas Basler
fa3e31a48e Docs: Added first rough documentation regarding device profiles 2023-01-17 19:17:53 +01:00
Thomas Basler
a4316c89b4 Added hint regarding retained flag for nonpersistent values to documentation 2022-12-14 19:42:40 +01:00
Thomas Basler
8e7f40f56c Better description when limit values show up in web UI 2022-11-28 18:24:01 +01:00
Thomas Basler
8e4967941c Documentation: Added some sample builds 2022-11-19 12:21:22 +01:00
Thomas Basler
83acba323f Updated Web-API documentation
added information regarding required authentication as shown in #233
2022-11-14 20:10:46 +01:00
Thomas Basler
bad903106a Doc: Added hint regarding Basic Authenticaation credentials 2022-11-10 20:38:11 +01:00
Thomas Basler
043e01b476 Merge branch 'pr233' into dev 2022-11-10 20:32:02 +01:00
Martin Dummer
244c94e456 add Web-API documentation
Signed-off-by: Martin Dummer <martin.dummer@gmx.net>
2022-11-04 22:03:15 +01:00
Thomas Basler
b96f0c4dbe Introduce last_update MQTT topic
Shows the timestamp of the last successfull statistics data from the specific inverter
2022-10-31 14:38:10 +01:00
Thomas Basler
e64dabd0fd Merge branch 'pr267' 2022-10-25 22:56:05 +02:00
Martin Dummer
88531f32ad docs/screenshots: add README.md for convenient viewing on GH
Signed-off-by: Martin Dummer <martin.dummer@gmx.net>
2022-10-25 09:49:09 +02:00
Martin Dummer
bbe98079cf add README.md to the docs subdirectory
Signed-off-by: Martin Dummer <martin.dummer@gmx.net>
2022-10-22 22:53:28 +02:00
Martin Dummer
2407e2ba76 README.md: add more details to flash instructions
Signed-off-by: Martin Dummer <martin.dummer@gmx.net>
2022-10-22 22:37:22 +02:00
Thomas Basler
a63659ffbb Doc: Fixed unit of yieldtotal 2022-10-18 21:43:08 +02:00