Commit Graph

101 Commits

Author SHA1 Message Date
Abdul Alabri
d106672948 Added state of buttons and more styling 2022-07-09 13:13:30 +10:00
Abdul Alabri
009516e386 Added nicer CSS style 2022-07-06 22:41:48 +10:00
openshwprojects
f6ed792bdb adc stub 2022-06-27 22:14:57 +02:00
openshwprojects
6af79f1ee3 display long device name and short device name on the main http page 2022-06-21 10:40:57 +02:00
openshwprojects
c68c98d2c6 tasmota device grups p1 2022-06-09 04:30:17 +02:00
openshwprojects
b44147bee2 reorganize, allow setting start value from web panel part 1 2022-06-07 19:12:28 +02:00
openshwprojects
35470c431c as requested; allow users to change boot success mark time - part 1 2022-06-07 00:11:38 +02:00
openshwprojects
cff8c71b4f now you can choose bl0937 pins 2022-06-05 06:41:49 +02:00
Richard Harman
f156c5fecd fix EOL whitespace 2022-05-29 09:32:47 -04:00
Richard Harman
fdbf665cfc fix line endings 2022-05-29 09:32:14 -04:00
openshwprojects
6bc428accb add pin role - digital input with no pull up (i need it for door and water sensors) 2022-04-26 14:32:36 +02:00
openshwprojects
312e2375a1 integrating ping watchdog 2022-04-25 18:31:44 +02:00
openshwprojects
737ead3205 more commands, channel clamp option for commands 2022-04-23 18:07:00 +02:00
openshwprojects
20969aaf55 allow users to change device names, short id , etc 2022-04-21 12:15:31 +02:00
openshwprojects
069c15396b lspa9 template, access to short init command from flash (alternative to littlefs) 2022-04-19 11:15:36 +02:00
openshwprojects
388e5cf5a6 added IOR_ToggleChannelOnToggle to support ZN268131 2022-04-18 17:43:58 +02:00
openshwprojects
7ffa51c003 clear up reduntant headers 2022-04-15 20:49:49 +02:00
openshwprojects
04f48ac886 bl602 port p1 2022-04-15 20:31:43 +02:00
openshwprojects
e8e5e61d49 hal main 2022-04-15 15:07:07 +02:00
openshwprojects
66aa9277f8 xr809 fixing and organziation 2022-04-15 14:07:26 +02:00
openshwprojects
58e36cd335 stub for Tasmota http commands interface 2022-04-13 18:08:28 +02:00
openshwprojects
bb8bb26a6d IOR_DigitalInput (with internal pull up) and IOR_DigitalInput_n (same, but returns inversed value). Should work on N, T and XR809 2022-04-10 22:10:19 +02:00
openshwprojects
ba7aba3cb9 xr809 build logging.c 2022-03-07 09:55:00 +01:00
btsimonh
366649d6d9 Logging SHOULD work in Windows now - please test & use it....
New scheme - define LOG_FEATURE at the top of a file, then use ADDLOGF_XXX(fmt, ...)
modified new_http.c, user_main.c, to use this.
2022-03-06 17:16:46 +00:00
btsimonh
8b67c09839 initialise g_commands
debug in exec.
fix a logging bug.
add commands: logtype direct|all, logdelay <ms>
2022-03-05 15:02:48 +00:00
openshwprojects
2779967149 UNFINISHED tuyaMCU and commands thing 2022-03-04 18:44:58 +01:00
openshwprojects
f98e5e79a8 initial command line and tuyamcu demo to play around with - it's able to send a time (hardcoded) packet to TH06 and the time shows up on the LCD 2022-03-04 11:31:42 +01:00
openshwprojects
b60e6fc138 uart tool - http page stub 2022-03-03 01:14:52 +01:00
btsimonh
6b3294d7c9 re-order functions 2022-03-01 22:06:16 +00:00
btsimonh
71f7778b2f move http into functions. 2022-03-01 21:59:11 +00:00
openshwprojects
f6c3c8f689 fix xr809 bu7ild 2022-02-27 22:50:10 +01:00
btsimonh
9056b563de Add Channel_GetRoleForChannel. Add wal_strnicmp fn. add cmnd/<topic>/color MQTT feature - uses #RRGGBBCWww to set PWM channels - will work for any number of PWM 2022-02-27 18:15:16 +00:00
openshwprojects
de11afdd6a add a special "Toggle all channels" button (tested only with relays, not with PWMs) 2022-02-26 11:13:50 +01:00
openshwprojects
4bfec693ec quick config added for one of the devicse donated to me recently - raw bk7231t on board 2022-02-25 23:38:06 +01:00
ExploWare
564d62a37c Adding T version of Qiachip
Thanks @boozeman for reminding me! I need to get Git going for me, how to send a local change to my git repo to create it in one single PR, then this would have been included
2022-02-25 08:57:19 +01:00
btsimonh
303fe3a0c8 fix VSCode displayed warnings 2022-02-23 09:05:53 +00:00
openshwprojects
32ebba46a8 display USER_SW_VERSION with all checks for supported platforms (it's not defined on XR809 yet) 2022-02-23 03:51:41 +01:00
openshwprojects
abe71789eb delay ota call 2022-02-20 19:31:33 +01:00
openshwprojects
20089a946a xr809 ota 2022-02-20 16:30:02 +01:00
openshwprojects
5af030eefe prepare to remove tuya lib from BK7231N version (it was required for BK7231N version beause for N version the functions like tuya hal flash read or tuya hal wifi ap scan was in .lib instead of source c files of SDK) 2022-02-20 01:15:22 +01:00
openshwprojects
e625b168c2 debug information dump 2022-02-19 15:46:13 +01:00
openshwprojects
fa972be4eb Merge branch 'main' of https://github.com/openshwprojects/OpenBK7231T_App 2022-02-19 15:04:57 +01:00
openshwprojects
6876a5a7be display flash ascii 2022-02-19 15:04:36 +01:00
openshwprojects
e627ea7efa Merge branch 'main' of https://github.com/openshwprojects/OpenBK7231T_App 2022-02-17 20:56:57 +01:00
openshwprojects
1985f05940 qiachip bk7231N (N version) template for button and relay pin 2022-02-17 20:56:42 +01:00
boozeman
f308dd271e Update new_http.c
Fixed Typo for BK7231T naming
2022-02-17 21:36:37 +02:00
openshwprojects
0bb3ed19cf platforms misc stuff, naming so we know if its BK version N, T or maybe XR809 build? 2022-02-17 20:05:56 +01:00
openshwprojects
e0d9b38101 show device type, loglevel tool 2022-02-17 19:49:16 +01:00
openshwprojects
f309859cc8 config setting error checking 2022-02-17 02:05:28 +01:00
openshwprojects
e896a81e0a check result of mac change operation because it might fail if somebody has random data in flash config memory 2022-02-16 23:14:43 +01:00