Commit Graph

1291 Commits

Author SHA1 Message Date
Ralf Bauer
5f1664ad6b added more debugging messages 2023-06-05 18:31:40 +02:00
Ralf Bauer
3cdab45e1e added debug messages 2023-06-04 22:19:47 +02:00
Ralf Bauer
1f89adadf5 fixed name of days in calendar chart 2023-06-03 23:38:52 +02:00
Ralf Bauer
64c6bd683a create database when it does not exist 2023-06-03 23:01:13 +02:00
Ralf Bauer
b176a7ac1b new screenshot 2023-06-03 17:12:49 +02:00
Ralf Bauer
40cf09758d updated Webapp and screenshot 2023-06-03 16:22:06 +02:00
Ralf Bauer
a6d64a8f15 updated webapp 2023-06-03 15:49:51 +02:00
Ralf Bauer
df2c353201 changed chart options 2023-06-03 15:48:11 +02:00
Ralf Bauer
4281c67aa5 updated webapp 2023-06-03 15:25:29 +02:00
Ralf Bauer
d5b354a760 fixed height 2023-06-03 15:24:17 +02:00
Ralf Bauer
d7bb8207bb Merge branch 'origin/HEAD' into Database 2023-06-03 15:20:51 +02:00
Ralf Bauer
10397d1188 changed chart options 2023-06-03 15:07:12 +02:00
Ralf Bauer
7824a0604e made Vue compile 2023-06-03 13:43:53 +02:00
Ralf Bauer
6d52b7f701 Fixed problem that charts are not shown after page refresh. 2023-06-03 12:35:24 +02:00
Thomas Basler
82b0272ceb Removed duplicate code by moving it into the radio base class 2023-06-03 12:07:46 +02:00
Thomas Basler
c5a31de5a8 First try to output some dBm info for the NRF module 2023-06-03 11:54:23 +02:00
Ralf Bauer
78a82e0dc3
Merge branch 'tbnobody:master' into master 2023-06-02 20:09:10 +02:00
Ralf Bauer
ccc9d55e38 used new interface 2023-06-02 00:12:03 +02:00
Ralf Bauer
5447e558f6 Merge branch 'master' into Database 2023-06-01 23:45:50 +02:00
Thomas Basler
7f267ff2fb Fix: Lint Error: Almost always, snprintf is better than strcpy 2023-06-01 23:30:13 +02:00
Thomas Basler
5558dffa70 webapp: add app.js.gz 2023-06-01 23:25:28 +02:00
Thomas Basler
114ebb247a webapp: Update dependencies 2023-06-01 23:24:31 +02:00
Ralf Bauer
e9552261b4
Merge branch 'tbnobody:master' into master 2023-06-01 23:11:59 +02:00
Ralf Bauer
695f021688 updated screenshot 2023-06-01 22:37:03 +02:00
Ralf Bauer
23454a558d Merge branch 'master' into Database 2023-06-01 22:29:16 +02:00
Ralf Bauer
7ae87bc70c added calendar chart 2023-06-01 22:16:44 +02:00
Ralf Bauer
d0beca3539 added calendar chart 2023-06-01 22:14:56 +02:00
Thomas Basler
5a37948ca9 Fix: If no sunset/sunrise calculation is possible a wrong value is shown
This is catched now and a proper message is shown in the web UI. Also the mode is set to day.
2023-06-01 18:39:50 +02:00
Thomas Basler
aa4868cd9c webapp: add app.js.gz 2023-05-31 19:49:59 +02:00
Thomas Basler
ac201ba689 webapp: Update dependencies 2023-05-31 19:43:22 +02:00
Thomas Basler
249436a303 Added possible description for alarm code 73
https://github.com/tbnobody/OpenDTU/discussions/590#discussioncomment-6049750
2023-05-31 19:23:35 +02:00
Thomas Basler
24f063dd7b Fix: Prevent partly calculated total data in web ui and display
Leads to zeros where no zeros should be.
2023-05-30 22:10:27 +02:00
Thomas Basler
bd891f9a6d Upgrade espMqttClient from 1.4.2 to 1.4.3 2023-05-29 21:08:09 +02:00
Thomas Basler
a4cf16bb0b webapp: Update dependencies 2023-05-29 21:02:19 +02:00
Thomas Basler
853ac3560b Feature: DeviceProfile: Added display sample to WT32-ETH01
Thanks to #844
2023-05-29 20:46:41 +02:00
Thomas Basler
1c8bd8091b Feature: Allow reordering of the inverters in the live view
Reordering can be done in the inverter settings via drag&drop.
2023-05-29 20:17:07 +02:00
Thomas Basler
e0027d951b Feature: Added new found HMS-900 to DevInfoParser
Fixes #967
2023-05-27 11:14:15 +02:00
Thomas Basler
08b44fb2ba Added post build script to generate a .factory.bin file
This file can just be flashed to address 0x0 and contains all other required data. No need to flash multiple files anymore.
2023-05-25 20:47:45 +02:00
Thomas Basler
5fea7ee066 Fix: Doublecheck if the MutiDataCommand begins with the correct ID
ID is 0x15 | 0x80
2023-05-24 22:06:58 +02:00
Thomas Basler
8f2a2b40b1 Fix: Filter incoming packages from CMT module for the right destination address
The CMT module receives every package on it's target frequency. Compared to the NRF module to filtering takes place. Therefor it's required to check if the package destination id is really the id of our dtu
2023-05-24 21:55:15 +02:00
Ralf Bauer
4f663c9a03 updated webapp 2023-05-24 20:48:09 +02:00
Thomas Basler
e7198073af Feature: Allow configuration of sunset type 2023-05-24 19:21:44 +02:00
Thomas Basler
889e191589 webapp: add app.js.gz 2023-05-23 20:14:35 +02:00
Ralf Bauer
6e8c157824 updated screenshot 2023-05-23 20:08:40 +02:00
Ralf Bauer
8070121ad8 fixed wromg position of chart 2023-05-23 20:01:40 +02:00
Thomas Basler
a66a3fc44e webapp: Update dependencies 2023-05-23 19:39:03 +02:00
Thomas Basler
fe90c863bf Fix: Better handling of invalid fragment ids 2023-05-23 19:32:51 +02:00
Thomas Basler
752362d2df Feature: Added localization setting to display
Its possible to change the language of the display
2023-05-23 18:25:12 +02:00
Ralf Bauer
268d492b4f use vue-google-charts wrapper 2023-05-22 21:53:18 +02:00
Ralf Bauer
d8646b8c19 Merge branch 'Database' of https://github.com/RaBa64/OpenDTU into Database 2023-05-22 18:50:08 +02:00