Commit Graph

1468 Commits

Author SHA1 Message Date
Indu Prakash
a985266394 Fixed message 2023-01-03 18:18:03 -06:00
Indu Prakash
555df7e371 Invoke discovery on ip change 2023-01-03 18:18:02 -06:00
openshwprojects
97ab8d471d flag to select UART 2023-01-04 01:09:05 +01:00
openshwprojects
915772817a Merge branch 'main' of https://github.com/openshwprojects/OpenBK7231T_App 2023-01-03 18:26:35 +01:00
openshwprojects
2517cd3327 add c ommands for writing and appending and removing lfs files from console 2023-01-03 18:26:00 +01:00
openshwprojects
b480c34f6e Merge pull request #577 from iprak/ssdp_support_flag
Return supportsSSDP
2023-01-02 16:30:25 +01:00
Indu Prakash
57e8ee8d41 Trying to resolve BL602 build failure 2023-01-02 07:19:41 -06:00
openshwprojects
40d332f151 Merge branch 'main' of https://github.com/openshwprojects/OpenBK7231T_App 2023-01-02 14:06:16 +01:00
openshwprojects
110a1d72ee fix array out of bound crash - who forgot to add log role name? 2023-01-02 14:06:08 +01:00
Indu Prakash
d8043e5b42 Return supportsSSDP 2023-01-02 06:43:39 -06:00
openshwprojects
86c733e78f Merge pull request #565 from iprak/w600-new-ota
W600: Added OTA support
2023-01-02 10:18:40 +01:00
openshwprojects
975d621ef4 support mqtt group topic - secondary topic for casting commands to devices, many devices can listen on it 2023-01-02 03:38:41 +01:00
openshwprojects
fac0eeff96 warning fix 2023-01-02 01:07:22 +01:00
openshwprojects
054719b1fe dht reboot fix 2023-01-02 00:54:16 +01:00
openshwprojects
92453ff549 DHT - test on change, not every frame 2023-01-02 00:41:26 +01:00
openshwprojects
72caabfb50 Merge branch 'main' of https://github.com/openshwprojects/OpenBK7231T_App 2023-01-01 16:53:38 +01:00
openshwprojects
3892de18b5 support toggle on our set mqtt topic, also add unit test 2023-01-01 16:53:20 +01:00
openshwprojects
baf25dd601 Merge pull request #572 from iprak/w600-dht
Added DHT support in W600
2023-01-01 13:24:41 +01:00
Indu Prakash
9926bd7a9c Added DHT support for W600, LOG_FEATURE_DHT 2022-12-31 14:12:23 -06:00
Indu Prakash
f4403a8263 Added missing HAL_GetGPIOPin 2022-12-31 14:11:22 -06:00
openshwprojects
b5b5cfecc5 fix compilation warning and add mqtt aliased channel publish emo 2022-12-31 01:47:25 +01:00
openshwprojects
4db0b2d174 silence compilation warnings on Beken platform - part 1 2022-12-30 22:16:10 +01:00
openshwprojects
99b69334ab disable unsupported pragma on beken - silence warning 2022-12-30 22:14:26 +01:00
openshwprojects
3ffa764853 tuyamcu simulator can parse whitespaces 2022-12-30 22:13:40 +01:00
openshwprojects
cd6229887d warning fix 2022-12-30 15:49:27 +01:00
openshwprojects
212671b8b8 use http password fields (closes https://github.com/openshwprojects/OpenBK7231T_App/issues/571 ) , split json generation 2022-12-30 15:13:55 +01:00
openshwprojects
18b00bbfeb Merge pull request #570 from iprak/fix-discovery-brightness-scale
Fix discovery brightness scale
2022-12-30 11:03:45 +01:00
Indu Prakash
a199327167 Using brightness scale of 100 2022-12-29 20:28:31 -06:00
openshwprojects
7d6dc11cf8 energy meter json self test 2022-12-30 02:49:49 +01:00
openshwprojects
3119dd19af TestPower driver now has a command to set faked results 2022-12-29 23:26:50 +01:00
openshwprojects
cc625f72ee bl_shared fix - it was using integers in wrong place and abs is also for integers only on windows 2022-12-29 23:15:17 +01:00
openshwprojects
01ca27d7f2 UART logtype_none fx 2022-12-29 19:56:44 +01:00
openshwprojects
5489be7248 allow "logtype none" to disable logging - when a logging UART Port is used for BL0942 etc etc etc 2022-12-29 19:14:05 +01:00
openshwprojects
87de20a56d uart can read and send on bl602 2022-12-29 18:39:30 +01:00
openshwprojects
f93ff51990 remove old logger 2022-12-29 18:17:02 +01:00
openshwprojects
59bd9282f9 dht: skip bad results 2022-12-29 17:02:04 +01:00
openshwprojects
613738afc1 DHT works now on BL602 (only had to adjust the NOP delay) 2022-12-29 16:39:26 +01:00
openshwprojects
b2ac33f890 fix that strange bug where reefreshing on config page was moving back to index... very annoying, it should be fixed sooner. Also fix statusOK test for Windows 2022-12-29 14:11:25 +01:00
openshwprojects
96a7549d74 CW and single color better yaml generation - use LED driver - also just use string constants for readability (compiler will optimize then anyway) 2022-12-29 13:50:24 +01:00
openshwprojects
6ab9f9b5bf some stubs for Tasmota mqtt testing 2022-12-29 12:08:41 +01:00
openshwprojects
354a74ff9f add missing brightness_state_topic 2022-12-29 11:31:33 +01:00
openshwprojects
478f0acbf6 more automatic MQTT testing on windows, publishInt/publishFloat commands, example event name fix in comment, wifi states to console log display its numeric vlaues as well 2022-12-28 17:31:01 +01:00
openshwprojects
22abe1f10e slightly better mqtt deduper (avoid false positive at first allocation - so device does not respond with 2 seconds lag), check for malloc fail 2022-12-28 16:22:28 +01:00
Indu Prakash
9c02c1e9b1 Logging on LOG_FEATURE_OTA 2022-12-28 06:53:38 -06:00
openshwprojects
572d449c1e automatic self tests: add MQTT publish tracking for automatic testing of MQTT featuures 2022-12-27 22:11:47 +01:00
openshwprojects
1bab9ab7e8 sim: don't create bl0942 on demo scene 2022-12-27 22:10:59 +01:00
openshwprojects
2c234f92d5 flag OBK_FLAG_MQTT_BROADCASTSELFSTATEONCONNECT will be set by default on all devices 2022-12-27 21:04:29 +01:00
openshwprojects
9e735dc174 move string functions to common and print errors as errors 2022-12-27 20:36:52 +01:00
openshwprojects
7b1e1ca30d add ability to configure periodical MQTT broadcast with console commands 2022-12-27 20:21:57 +01:00
openshwprojects
0f555f5d4e WiFi state event (docs to be added soon, but argument is a HALWifiStatus_t) 2022-12-27 18:14:16 +01:00