Commit graph

106 commits

Author SHA1 Message Date
fb61fa85f3 2.10.0, full support for Digital Input/Output cards 2024-11-04 00:26:20 +07:00
a22c8ef55c card not installed handling 2024-11-03 22:32:36 +07:00
268218f546 input (not working) 2024-11-03 21:51:35 +07:00
09aee8d5f8 digital output card 2024-11-03 13:33:10 +07:00
85f789e216 enable default static IP if there are no ip in fram 2024-10-11 22:56:31 +07:00
5bce34bc5e fix networking stack crash 2024-10-10 19:07:23 +07:00
d276e6d255 initial network config 2024-10-08 23:32:37 +07:00
8ea85254a0 add uptime feature 2024-10-07 15:08:12 +07:00
520fd76b91 Update ESPMegaCommon.hpp 2024-06-28 22:17:13 +07:00
c2e45490b0 energy load error handling 2024-06-28 22:16:44 +07:00
8aeb6ab30a improve debounce 2024-06-21 23:11:08 +07:00
4ea2122f6e allow input preload and state toggling 2024-06-21 21:34:51 +07:00
b778fb6a02 Update DigitalInputCard.cpp 2024-06-21 21:02:11 +07:00
221d8e59f5 Update ESPMegaCommon.hpp 2024-06-21 20:57:53 +07:00
d0ce4bf391 change debouce logic 2024-06-21 16:35:26 +07:00
b62ef700ed working timezone config 2024-05-22 00:06:12 +07:00
b30cfde0b0 working ntp without offset 2024-05-21 23:50:21 +07:00
64d6c4fab3 Update ESPMegaCommon.hpp 2024-05-20 01:29:36 +07:00
2430b43f77 info request 2024-05-20 01:25:25 +07:00
3e7d3041f2 mqtt summary request 2024-05-20 00:53:09 +07:00
ea49576b20 global state request 2024-05-20 00:44:18 +07:00
6b67591cc1 Update ESPMegaCommon.hpp 2024-05-20 00:13:43 +07:00
5ce76bfef7 working recovery mode 2024-05-20 00:05:16 +07:00
c4d2db98d5 enter recovery mode 2024-05-19 17:40:11 +07:00
ee924b8b30 implemented entering recovery mode
recovery mode itself does not work yet
2024-05-19 17:15:49 +07:00
e31d33273a Merge branch 'main' into recovery-mode 2024-05-19 17:01:37 +07:00
501eb2ffae factory reset function 2024-05-19 13:07:16 +07:00
513db506b2 Merge branch 'main' into recovery-mode 2024-05-19 12:43:33 +07:00
83f67fe399 change html % bug 2024-05-19 12:24:57 +07:00
a056531ab0 Merge branch 'main' into recovery-mode 2024-05-19 03:03:56 +07:00
aff49fe67a fix onload not executing 2024-05-19 03:03:22 +07:00
093cd4506c remove processor reference 2024-05-18 16:24:01 +07:00
ea2eef0ad1 update html 2024-05-18 16:17:12 +07:00
2a497625de Add /get_device_info and /get_config 2024-05-18 13:14:43 +07:00
d75b028cd2 improve MQTT state request 2024-05-17 21:29:50 +07:00
6ff586b27b Update AnalogCard.cpp 2024-04-01 22:37:20 +07:00
a9871315f2 missing DACs no longer cause analog card to fails 2024-04-01 22:36:53 +07:00
667823d598 Fix analog bank B not being read 2024-04-01 22:34:40 +07:00
9344610582 Update ESPMegaDisplay.cpp 2024-03-31 00:07:55 +07:00
e2977c565c fix display update when using different baudrate 2024-03-30 23:59:44 +07:00
84d20173ac auto init display 2024-03-30 22:41:21 +07:00
9725a8d867 Merge branch 'main' of https://git.siwatsystem.com/siwat/ESPMegaPRO-v3-SDK 2024-03-30 01:30:03 +07:00
6e287255c6 add IR code learner 2024-03-29 01:17:54 +07:00
199a89a700 move ct conversion counter 2024-03-25 14:16:15 +07:00
3a9488d4f8 fix conversion loop bug 2024-03-25 11:11:50 +07:00
de8672b9cb add MQTT availability topic 2024-03-25 01:27:41 +07:00
b051ba8d90 fix SmartVariable Callback bug 2024-03-23 13:20:34 +07:00
dcc9092026 allow absolute callback inside base topic 2024-03-23 13:12:12 +07:00
919c28a9c7 change SmartVariable Callback to std::function 2024-03-23 12:38:13 +07:00
1d977c5bdf working smart variable 2024-03-23 11:54:53 +07:00