ee1ffb38d3
Toggle_Inv per user request
2023-08-23 10:51:10 +02:00
5cb73aa17e
Remove duplicate prefix ( #899 )
2023-08-16 11:05:29 +02:00
e130cfddbe
Respond to POSTs as well as GETs in /cm handler ( #900 )
...
* add method to parse args from body instead of just url
* Allow /cm to POST and PUT as well as GET
* forgot to ensure didn't misparse non GET/PUT/POST in /cm requests
---------
Co-authored-by: Tim Connors <tconnors@rather.puzzling.org >
2023-08-16 08:15:48 +02:00
9e2716a898
add flag option to invert door sensor state
2023-08-12 14:46:23 +02:00
0ea403a17f
add flag to enable/disable child lock (ignores all physical button presses)
2023-07-19 00:58:59 +02:00
23cbd2c7f1
HA discovery energy_sensor from tuyaMCU ( #864 )
...
Handle EnergyTotal_kWh_div1000
2023-06-25 09:28:52 +02:00
1e8bb1f688
illuminance channel type for Homa Assistant Discovery
2023-06-19 00:11:04 +02:00
5ab820c819
disable advanced hass discovery on BL602
2023-05-23 15:08:52 +02:00
c196ff8b57
add missing entries to comment about reboot reasons, just for rerefernec
2023-05-21 09:23:17 +02:00
6bdcba93d5
debug restart
2023-05-21 00:20:39 +02:00
808f65c8ad
add smoke percent channel type and add bat_relay_n
2023-05-20 20:26:36 +02:00
c783f39380
add flag to use kWh instead of Wh for energy
2023-05-05 09:49:45 +02:00
21c6a0dd7e
header fx, comment
2023-05-04 11:41:43 +02:00
f1d22cef28
finish tuyamcu dimmer+toggle combo discovery?
2023-05-04 11:29:19 +02:00
5d78434941
tuyamcu discovery for dimmers - p1, unfinished
2023-05-04 10:13:58 +02:00
d4f99293b6
read only low mid high channel with Hass discovery
2023-05-02 13:03:45 +02:00
f9e17be5fb
ReadOnly HA discovery
2023-05-02 12:22:47 +02:00
c5cb537b02
ENABLE new discovery
2023-05-01 23:00:50 +02:00
83871bf889
TuyaMCU Hass Discovery/custom channel types should cover now Toggles, Voltage/Current/Power, and humidity/temperature
2023-05-01 20:07:30 +02:00
fa592bc5a0
custom channels HASS discovery, not enabled, p1
2023-05-01 15:49:49 +02:00
22aa45fd66
add function for generating val_tpl for hass, with a self-test
2023-05-01 14:05:12 +02:00
0ef3dd954d
correct too low precision display
2023-04-29 19:18:55 +02:00
098a6ab7f6
correct too low precision display
2023-04-29 19:18:29 +02:00
557591b438
power - div 10
2023-04-29 19:14:36 +02:00
a437da53b8
alternate ssid dp1, led save for flag
2023-04-29 12:37:36 +02:00
133ad88ff1
footer update, remove old flash tool
2023-04-27 14:16:17 +02:00
2fdb3b56f8
remove old uart tool
2023-04-27 13:52:47 +02:00
3ddabbed40
$failedBoots variable
2023-04-18 14:19:39 +02:00
02021eb4dc
static IP message
2023-04-18 13:45:57 +02:00
a9daec0590
formatting
2023-04-18 00:33:36 +02:00
c96b696089
ip test1
2023-04-18 00:08:10 +02:00
f87f9d3492
support "waitFor <eventName> <eventArg>" syntax
2023-04-17 18:58:06 +02:00
090fbbd43a
merge "should channel be published" checks
2023-04-17 13:07:17 +02:00
a6d89b0730
DSEdge and DSTime commands for Door Sensor
2023-04-17 09:02:35 +02:00
132fd16e1d
[DoorSensor] Alternate wake up mode (always on falling edge)
2023-04-16 20:19:09 +02:00
7c02873007
OBK_FLAG_POWER_FORCE_ZERO_IF_RELAYS_OPEN
2023-04-14 09:28:55 +02:00
28556c06c7
Adding SGP Air Sensor I2C Driver ( #769 )
...
* Adding new driver for SGP30
* correct tasmota detection for SGP
* Correct mqtt publish
* Adding dependency in drv_tuyaMCU for bl0602
2023-04-14 08:37:12 +02:00
fc863eb38a
better html main page for case where we have both multiple relays and sensors
2023-04-10 10:13:54 +02:00
28fb27b97f
missing two pwms on single channel fx
2023-04-07 18:07:17 +02:00
568c7fdbf1
fix pwm count to count multiple pwms on single channel as one, so we can allow users to turn, for example, rgb led controller strip into high power triple output single color controller
2023-04-06 12:44:30 +02:00
141af2f514
remove old quickconfig
2023-03-26 15:40:55 +02:00
6ab48bc40c
no real code changes, remove commented out legacy templates
2023-03-23 09:08:32 +01:00
a858cd3b62
misc fixes for dht field, dht warning, compilation, formatting
2023-03-20 17:34:58 +01:00
d71188c5e7
warning fix
2023-03-17 16:38:35 +01:00
5995ed160c
ability to hide the 'toggle' prefix from button names, also selft test fix
2023-03-15 11:03:32 +01:00
7e68cc0747
Clarification text for the pin mapping configuration. ( #694 )
...
As a first time user I found the help text somewhat confusing. This is
a suggestion to clarify things a bit.
* Dropped the reference to "textfield" as this is implementation specific.
One day it could be one of those numeric up/down spinner controls.
And I am not sure one can enter text value when index is expected to be
numeric. Unless there's support to enter variables...
* Added a reference to the dropdown field, as this is what I see as
"the first" field one needs to set. And it is a text value. The previous
reference "first textfield" was actually referring to the second numeric
field.
It would also be nice to link "role" to a documentation about what all
these values mean. I could not find one. I don't know most of them and
how are they used. I just took a guess.
tjk :)
2023-03-13 10:37:52 +01:00
78965377a2
Correct issue with discovery ( #721 )
...
* Correct issue with discovery
* Forget declaration for bl0602
2023-03-11 18:03:54 +01:00
d47aae3f99
add ability to change mired range
2023-03-09 03:27:30 +01:00
8741e40799
add missing condition for HA discovery for 4 PWM with white emulation
2023-03-08 02:17:00 +01:00
61bfbfe2ec
two more channel types for fans
2023-03-06 15:39:16 +01:00