Commit Graph

889 Commits

Author SHA1 Message Date
openshwprojects
19292e7b26 fix startup pin values conflict 2022-06-07 17:37:15 +02:00
openshwprojects
54346890b0 typo 2022-06-07 00:20:31 +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
openshwprojects
d5c0525df3 fix missing truncate for LFS for web app..... 2022-06-04 14:10:03 +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
c02db06cb3 OffLowMidHigh 2022-05-28 08:26:22 +02:00
openshwprojects
9038a850ba two new channel types 2022-05-21 09:14:50 +02:00
openshwprojects
62a7d676c7 not needed header 2022-05-13 22:42:09 +02:00
openshwprojects
16c3d0a2c4 typo fix 2022-05-11 20:17:58 +02:00
openshwprojects
4c0da359b4 13A generic socket template (see photos links) 2022-05-10 22:40:33 +02:00
openshwprojects
ef1b6fce88 low/mid/hi channel type for fan 2022-05-07 15:01:29 +02:00
openshwprojects
2f74dcb344 template for BK7231T in Gosund Smart Switch SW5-A-V2.1 see https://www.elektroda.com/rtvforum/viewtopic.php?p=20008969#20008969 2022-05-06 15:28:14 +02:00
openshwprojects
e95d4695e0 introduce command flags system, mark command sources, warning fixes 2022-05-05 23:04:18 +02:00
leecher1337
b597db0167 Adding support for DS-102 switch (WB3S) 2022-05-04 00:27:21 +02:00
Luis Cigler
f35c072d8b Added LSC Smart Connect Plug 2022-05-01 15:11:48 +02:00
openshwprojects
9d3f3bd4d5 Merge branch 'main' of https://github.com/openshwprojects/OpenBK7231T_App 2022-04-27 20:05:35 +02:00
openshwprojects
bcba65621e short dev name display 2022-04-27 20:05:27 +02:00
openshwprojects
894df9bb67 support "TOGGLE", allow http cmnd 2022-04-27 11:26:57 +02:00
openshwprojects
ad912ea6e1 add OTA warning 2022-04-27 08:26:34 +02: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
3f830137a9 Added a ping watchdog, a secondary failsafe mechanism reconnecting device when a certain host is not reachable. This is needed because in some very rare cases users reports that devices are not able to reconnect to wifi after connection in lost (despite of handling disconnect even in code.... for me it's working, but still) 2022-04-25 21:31:05 +02:00
openshwprojects
312e2375a1 integrating ping watchdog 2022-04-25 18:31:44 +02:00
openshwprojects
0bf23afb9b Merge pull request #75 from heikobihr/main
add support for moes WIFI Smart Dimmer Module 105 (TuyaMCU dimmer, WB2S based)
2022-04-24 11:29:33 +02:00
openshwprojects
700d82e23f bl602 rem warnings p1, wifi callbacks 2022-04-23 19:27:57 +02:00
openshwprojects
737ead3205 more commands, channel clamp option for commands 2022-04-23 18:07:00 +02:00
heiko
7f3723ee3a add support for TuyaMCU dimmers
* add Tuya_SendState (and typed variants) to set value of a data point
* add tuy sendQueryState command to query state of TuyaMCU's data points
* add a new channel type "dimmer" (normalized value from 0..100)
* run TuyaMCU_OnChannelChanged, whenever a Channel is set to a new value:
  This updates TuyaMCU's data point linked to the channel
* map normalized dimmer value (0..100) to TuyaMCU's dimmer range
  (tuyaMcu_setDimmerRange)
2022-04-23 16:14:07 +02:00
openshwprojects
edaa12c538 larger cmd field 2022-04-21 21:45:21 +02:00
openshwprojects
20969aaf55 allow users to change device names, short id , etc 2022-04-21 12:15:31 +02:00
openshwprojects
d2f3f6fda5 theosoft bugfix as pointed on Elektroda forum (pin counts for App) 2022-04-20 17:42:11 +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
c7f4a618f5 IMPORTANT fix for RGBCW light (0-255 color range when expected 0-100 by PWM caused flickering on T platform but not on N because N platform clamps pwm values and T does not) 2022-04-18 23:08:29 +02:00
openshwprojects
7a75776bd0 template for zn268131, fixes IOR_ToggleChannelOnToggle 2022-04-18 18:01:06 +02:00
openshwprojects
388e5cf5a6 added IOR_ToggleChannelOnToggle to support ZN268131 2022-04-18 17:43:58 +02:00
openshwprojects
b7466188c6 xr809 ota request link (but not working because of flash issue) 2022-04-17 22:52:40 +02:00
openshwprojects
a579e0d27f template for https://www.elektroda.pl/rtvforum/viewtopic.php?p=19944184#19944184 device 2022-04-17 20:28:59 +02:00
openshwprojects
9a7d59ec3d bk7231n flash vars hals fixes 2022-04-17 18:13:33 +02:00
openshwprojects
997c1eeaee bl602 boot counter - this breaks other paltforms 2022-04-17 17:40:00 +02:00
openshwprojects
ec1458aea1 prevent stack overflow by saving always in main loop; fix PWM for BL602; fix GPIO indices 2022-04-17 11:41:02 +02:00
openshwprojects
0ec2c400ef fix pins and log 2022-04-17 03:47:06 +02:00
openshwprojects
8786b4eb41 remaining change detectors 2022-04-17 03:26:57 +02:00
openshwprojects
eeba31415f 2KB main config structure (NET_PARAM is 4096 so 2048 bytes left free) 2022-04-17 00:30:45 +02:00
openshwprojects
01d9ec54e5 HAL pins 2022-04-16 17:21:42 +02:00
openshwprojects
94aae1fadb on bl602, any pi ncan be pwm 2022-04-16 15:55:44 +02:00
openshwprojects
9b88617fa0 corrrect names for threads 2022-04-16 02:09:58 +02:00
openshwprojects
429d3f6218 bl602 testing 2022-04-15 22:58:11 +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