9d02384e11
feat: add template for Arlec RGB+CCT downlight
2022-07-23 13:32:22 +00:00
31f6be98bd
fix warnings, cmd test
2022-07-16 22:35:50 +02:00
bd1ca16d63
add force RGBCW controller flag for I2C RGBCW control
2022-07-16 01:09:18 +02:00
70538ea2a6
cosmetic fix
2022-07-15 13:26:24 +02:00
c45881b060
fx
2022-07-15 12:24:34 +02:00
17d563dc5e
dont update if you're not sure, new led guis and better mqtt, fixes
2022-07-15 12:10:17 +02:00
a3d921eeae
unfinished new led driver UI
2022-07-15 09:37:17 +02:00
f8e365e17f
w800 port ip and ota calls
2022-07-11 15:56:19 +02:00
b6e28c00f8
w800 port p1
2022-07-11 10:49:39 +02:00
d106672948
Added state of buttons and more styling
2022-07-09 13:13:30 +10:00
c8ab0c11ca
made toggle buttons align in one row
2022-07-08 23:05:27 +10:00
009516e386
Added nicer CSS style
2022-07-06 22:41:48 +10:00
3c77a9445f
Add Quick config for AU Deta Smart Double Power Wall outlet 6922HA-series 2
2022-07-04 21:19:18 +10:00
67d2855d00
flag to publish self state every minute
2022-07-01 11:24:43 +02:00
6af79f1ee3
display long device name and short device name on the main http page
2022-06-21 10:40:57 +02:00
f948685948
add missing CFG_Save_IfThereArePendingChanges anjd stop spam
2022-06-13 16:49:13 +02:00
b3d1b25f2a
flags
2022-06-13 15:03:34 +02:00
50cb258b78
OBK_DISABLE_ALL_DRIVERS
2022-06-12 08:46:28 +02:00
c68c98d2c6
tasmota device grups p1
2022-06-09 04:30:17 +02:00
69e2ac21c4
bl602 flash vars save pins, save pins on configure change
2022-06-08 14:09:10 +02:00
511af61218
option to remember last value for relay, led, simple PWM channels
2022-06-08 07:30:50 +02:00
b44147bee2
reorganize, allow setting start value from web panel part 1
2022-06-07 19:12:28 +02:00
19292e7b26
fix startup pin values conflict
2022-06-07 17:37:15 +02:00
54346890b0
typo
2022-06-07 00:20:31 +02:00
35470c431c
as requested; allow users to change boot success mark time - part 1
2022-06-07 00:11:38 +02:00
f156c5fecd
fix EOL whitespace
2022-05-29 09:32:47 -04:00
c02db06cb3
OffLowMidHigh
2022-05-28 08:26:22 +02:00
9038a850ba
two new channel types
2022-05-21 09:14:50 +02:00
16c3d0a2c4
typo fix
2022-05-11 20:17:58 +02:00
4c0da359b4
13A generic socket template (see photos links)
2022-05-10 22:40:33 +02:00
ef1b6fce88
low/mid/hi channel type for fan
2022-05-07 15:01:29 +02:00
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
e95d4695e0
introduce command flags system, mark command sources, warning fixes
2022-05-05 23:04:18 +02:00
b597db0167
Adding support for DS-102 switch (WB3S)
2022-05-04 00:27:21 +02:00
f35c072d8b
Added LSC Smart Connect Plug
2022-05-01 15:11:48 +02:00
9d3f3bd4d5
Merge branch 'main' of https://github.com/openshwprojects/OpenBK7231T_App
2022-04-27 20:05:35 +02:00
bcba65621e
short dev name display
2022-04-27 20:05:27 +02:00
894df9bb67
support "TOGGLE", allow http cmnd
2022-04-27 11:26:57 +02:00
ad912ea6e1
add OTA warning
2022-04-27 08:26:34 +02:00
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
312e2375a1
integrating ping watchdog
2022-04-25 18:31:44 +02:00
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
700d82e23f
bl602 rem warnings p1, wifi callbacks
2022-04-23 19:27:57 +02:00
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
edaa12c538
larger cmd field
2022-04-21 21:45:21 +02:00
20969aaf55
allow users to change device names, short id , etc
2022-04-21 12:15:31 +02:00
069c15396b
lspa9 template, access to short init command from flash (alternative to littlefs)
2022-04-19 11:15:36 +02:00
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
7a75776bd0
template for zn268131, fixes IOR_ToggleChannelOnToggle
2022-04-18 18:01:06 +02:00
b7466188c6
xr809 ota request link (but not working because of flash issue)
2022-04-17 22:52:40 +02:00