lumapu
6bf6e357ca
Merge branch 'development03' of https://github.com/lumapu/ahoy into development03
2022-10-11 21:52:06 +02:00
lumapu
e3532f4464
implemented #336 set time manually or resync NTP
2022-10-11 21:52:01 +02:00
lumapu
c2b55557e8
Merge pull request #341 from DanielR92/no_eeprom_pl
...
remove Power Limit from EEPROM and send Command manualy over new Page
2022-10-11 21:22:52 +02:00
DanielR92
dd89ad0ae7
do some little changes to have it nicer
2022-10-11 20:50:22 +02:00
DanielR92
c3d81d36c6
Make change in serial.htm and webApi.cpp
2022-10-11 19:42:31 +02:00
DanielR92
7c7a7d25b8
Patch no_eeprom_pl
2022-10-11 17:18:13 +02:00
lumapu
f53933b473
fix max module name length and hidden module power (1. and 2. of #337 )
2022-10-11 16:13:28 +02:00
lumapu
7cd075fbad
added receive no answer counter #332
...
corrected resetPayload in app loop
2022-10-11 13:21:29 +02:00
lumapu
67f99abdfc
Merge pull request #330 from DanielR92/serial_dynamic-list
...
serial page list is now dynamic
2022-10-06 21:04:14 +02:00
DanielR92
63338ea2bb
list is now dynamic
2022-10-06 18:37:28 +02:00
lumapu
ab70dda9a1
Merge pull request #327 from DanielR92/daniel-dev03
...
patch and change to a switch case
2022-10-06 13:57:40 +02:00
lumapu
adcb369abe
Merge pull request #328 from DanielR92/DTU-ID
...
create a DTU-ID from the CPU-ID
2022-10-06 13:57:09 +02:00
DanielR92
1ba92414cc
create a DTU-ID from the CPU-ID
2022-10-05 19:01:39 +02:00
DanielR92
067e386e27
comment out react. & PF
2022-10-05 16:19:04 +02:00
DanielR92
e57708bd6e
fix 'Var' to 'var'
2022-10-05 16:16:26 +02:00
DanielR92
509549e5a4
Fix switch-case default error
2022-10-04 20:08:37 +02:00
DanielR92
868012931f
Patch from home...
2022-10-04 18:44:27 +02:00
stefan123t
7a941c8882
fix condition
2022-10-03 23:19:48 +02:00
stefan123t
f5c784f44c
no retransmit on Restart / CleanState_LockAndAlarm
2022-10-03 23:19:09 +02:00
stefan123t
a98afcdeb2
fix ++cnt warning -Wsequence-point
2022-10-03 23:10:05 +02:00
stefan123t
13aa06e5d9
add CleanState_LockAndAlarm in app.cpp, hmRadio.h, web.cpp
...
and add Inverter Pulldown to serial.html
2022-10-03 23:02:37 +02:00
stefan123t
6e1e758fd2
update PRA->Q & PFC->PF Fields
...
in hmDefines.h and webApi.cpp
2022-10-03 22:45:00 +02:00
lumapu
ebf8f73194
Merge pull request #300 from DanielR92/development03
...
Updated DTU_RADIO_ID with comment #292
2022-09-22 08:18:55 +02:00
DanielR92
a77f8382ef
Updated DTU_RADIO_ID with comment
2022-09-22 07:51:59 +02:00
DanielR92
338be37bec
Updated DTU_RADIO_ID with comment
2022-09-22 07:51:33 +02:00
lumapu
09b5557eb3
Merge pull request #297 from DanielR92/patch-1
...
replace "n/a" with const 'notAvail;'
2022-09-21 07:44:30 +02:00
lumapu
4c9107effc
Merge pull request #296 from DanielR92/development03
...
Add WiFI-RSSI to the home site
2022-09-21 07:44:06 +02:00
DanielR92
688e1016a8
replace "n/a" with const 'notAvail;'
...
notAvail is in "hmDefines.h", I think its a good idea to change the location of all words they are often use to another file.
const char* const notAvail = "n/a";
Please check befor PR it!
2022-09-20 14:35:55 +02:00
DanielR92
af18ef5c3a
Add wifi_rssi to the obj to get the value
2022-09-20 10:55:19 +02:00
DanielR92
2887c8f85f
Add WiFi-RSSI to the home site
2022-09-20 10:54:28 +02:00
lumapu
797cc0c22f
Merge pull request #293 from SandnerSoft/development03
...
ESP32 build corrected
2022-09-19 19:43:59 +02:00
Sandner, Denny
677acb9416
ESP32 build corrected
2022-09-19 19:29:46 +02:00
lumapu
aca1688ceb
potential fix #270 (number of inverter channels was a fixed value of 5)
2022-09-19 10:59:19 +02:00
lumapu
50bfbf8a38
added round to 3 decimals for API JSON (reduced transmitted length)
2022-09-18 20:16:20 +02:00
lumapu
6e39b779f4
fix compile error
2022-09-18 19:38:31 +02:00
lumapu
c5fc9a6101
Merge branch 'asyncWeb03' of https://github.com/grindylow/ahoy into asyncWeb03
2022-09-18 19:36:47 +02:00
lumapu
b9bc7e6b57
* fix #270
2022-09-18 19:36:23 +02:00
lumapu
79c2d8930a
Merge pull request #289 from SandnerSoft/asyncWeb03
...
#288 MQTT Topic Länge zu kurz
2022-09-18 19:19:40 +02:00
Sandner, Denny
96d397e8a9
#268 Statusausgabe über MQTT realisiert
2022-09-18 18:45:28 +02:00
Sandner, Denny
e2d193e591
#288 MQTT Topic Länge zu kurz
2022-09-18 13:37:28 +02:00
stefan123t
12d8ff5949
Merge branch 'main' into asyncWeb03
2022-09-15 23:11:52 +02:00
stefan123t
5870bcea1b
fixed markdown syntax, typos and http://ahoy-dtu/ link
2022-09-15 23:06:26 +02:00
stefan123t
3f9fe399d3
added BOM to README.md
2022-09-14 23:28:01 +02:00
lumapu
445423209d
minor changes (debug levels, api endpoints)
2022-09-14 22:08:08 +02:00
lumapu
4c5a9cb37f
fix #278
2022-09-14 21:58:34 +02:00
lumapu
99c2b9f7a9
Merge pull request #277 from chehrlic/rpi_alarmid
...
RPI: Request alarm when alarm id changes
2022-09-13 22:07:58 +02:00
lumapu
8b7a6ff317
Merge pull request #275 from fxkai/main
...
add homeassistant examples
2022-09-13 22:07:01 +02:00
lumapu
4617cc06e3
Merge branch 'asyncWeb03' of https://github.com/lumapu/ahoy into asyncWeb03
2022-09-13 21:58:51 +02:00
lumapu
66b70f24e5
* improved records in hmInverter
...
* added records to api
* removed unused endpoints from api
2022-09-13 21:58:32 +02:00
Christian Ehrlicher
fb6250a109
RPI: Request alarm when alarm id changes
2022-09-13 17:18:24 +02:00