Commit graph

687 commits

Author SHA1 Message Date
fx2
3711bc6b4b
Update readme.md 2022-10-31 11:12:38 +01:00
fx2
9e570a2bf2 a pcb for this setup 2022-10-31 11:00:16 +01:00
fx2
81fda86ef7 adapt main-changes fro nokia5110 functions 2022-10-31 09:32:17 +01:00
fx2
1859e853a0 add nokia 5110 display 2022-10-31 08:29:29 +01:00
lumapu
2e08ee04bd fix python error (dulwich)
synchronized workflow yml files
2022-10-30 22:05:10 +01:00
lumapu
cd694f9482 run workflow 2022-10-30 11:06:27 +01:00
lumapu
19f03356ba release 0.5.28 2022-10-30 10:59:21 +01:00
lumapu
0721910fe3 fix receive payload 2022-10-29 12:59:43 +02:00
lumapu
26b06184cd added link to documentation in the footer 2022-10-29 02:33:02 +02:00
lumapu
57b8a0abab fix mqtt send all received records
renamed inverter address to serial number in setup
2022-10-29 00:12:53 +02:00
lumapu
0ab382986b another MQTT optimization (reduced lines and duplicates) 2022-10-26 22:48:45 +02:00
lumapu
71da175fc0 refactored mqtt send out 2022-10-26 22:11:15 +02:00
Sven Naumann
e6a5be2005
create versionout for 1M flash size firmware 2022-10-26 07:03:31 +02:00
Sven Naumann
62dc51b460
support build for 1M flash size with platformio 2022-10-26 06:36:23 +02:00
lumapu
7be1d1701b fix error from merge 2022-10-25 23:02:50 +02:00
Lukas Pusch
637459ab9e
Merge branch 'development03' into dev03 2022-10-25 22:50:24 +02:00
DanielR92
ec83406628 force Brace and Z550 make one line 2022-10-25 22:29:17 +02:00
DanielR92
add8dd9c0d
Merge branch 'lumapu:main' into dev03 2022-10-25 17:49:57 +02:00
lumapu
1a57b23f5b minor design corrections
fix onkeyup / onchange event while typing / copying serial number to setup
2022-10-24 20:50:49 +02:00
lumapu
bafe47e424 improved UI (responsive) 2022-10-24 16:26:51 +02:00
Sven Naumann
365cedccf0
Wifi getAvailNetworks sort by RSSI signal strength 2022-10-24 08:49:35 +02:00
noName
94a096b7b6 fix rare crash related to time shift which might cause negative sleep time 2022-10-23 22:20:33 +02:00
lumapu
f721116987 improved menu (seperators)
added second level for reboot if reboot from menu was selected by mistake
2022-10-23 21:57:03 +02:00
lumapu
3764aa4ce1 improved wifi scan (must be fired now, not automatically any more) 2022-10-23 20:47:32 +02:00
lumapu
4ad6219be7 fix: no TX messages in serial print
moved menu icon to the right
2022-10-23 20:06:00 +02:00
lumapu
c2f4418bc0 fix serial.html 2022-10-23 01:50:33 +02:00
lumapu
bb1f345e29 added central menu 2022-10-23 01:47:58 +02:00
lumapu
0f0bbd4b7f cleanup index.html
add mqtt tx counter
2022-10-23 00:02:07 +02:00
lumapu
2a3c267906 added link to git commit from git sha in footer (feature request from @stefan123t) 2022-10-22 23:35:56 +02:00
lumapu
1d385b1d60 fix MQTT avail status update: it was sent as often as processPayload was called (many times a second) 2022-10-22 23:10:21 +02:00
DanielR92
97d23e7ae0
Merge branch 'development03' into dev03 2022-10-22 13:20:45 +02:00
lumapu
201af3a315 fix build error 2022-10-22 12:52:54 +02:00
lumapu
dbbfe25a44 added wifi scan to setup
fixed issues on index.html
2022-10-22 02:59:01 +02:00
lumapu
8b8deded9a improvements by @homeautomation22 2022-10-22 01:29:29 +02:00
lumapu
a77bea55d0 fix webserial is now in local timezone 2022-10-22 01:28:14 +02:00
lumapu
72219cdf17 changed timestamp to UTC in ESP only, local timezone is calculated by browser thx @homeautomation22 2022-10-22 00:09:26 +02:00
DanielR92
66617f81f4 update styleguide 2022-10-21 18:58:47 +02:00
DanielR92
633b7e99b3
First Styleguide draft
please try it out. :)
2022-10-21 18:30:02 +02:00
lumapu
6ed2dfde9c * fix EPS32 GPIO names #286
* fix negative temperature  (OpenDTU issue 246)
* added plausibility check based on payload length
* prepared project for splitting into library and end-user-esp
* added donation link to index.html
* deactivated disclaimer temporarily
2022-10-21 16:44:04 +02:00
DanielR92
59b53237f8
incement version
for add sunset/sunrise function
2022-10-20 10:09:40 +02:00
lumapu
202d883f38 added different pinout for ESP32 #286 2022-10-20 08:41:47 +02:00
DanielR92
93778924f7
Disclaimer remove lic and add hint to save afterwards 2022-10-20 06:45:52 +02:00
DanielR92
a3d12eac43 fix for correct sentence 2022-10-19 20:56:07 +02:00
DanielR92
7dd13cf530 loop readable and shorten if 2022-10-19 20:46:06 +02:00
DanielR92
5762002a53 buildPayload readable and return one liner 2022-10-19 20:23:47 +02:00
DanielR92
44ba08659d processPayload make readable 2022-10-19 20:16:10 +02:00
DanielR92
d6dfe6dc1a isProducing readable with todo 2022-10-19 20:05:47 +02:00
DanielR92
661b559768 cbMqtt better reading 2022-10-19 19:31:17 +02:00
DanielR92
6f86557446 setupMqtt better reading 2022-10-19 19:27:17 +02:00
DanielR92
fd1963efff change 0x80 to ALL_FRAMES for better reading and understanding 2022-10-19 19:26:19 +02:00