Commit Graph

366 Commits

Author SHA1 Message Date
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
061a4203c2 remove conditiinal from flag names so future parsing mechanism can work 2023-03-05 22:29:34 +01:00
68f6e7b08b fast wifi connect option - not very tested, enable in flags 2023-02-28 23:24:45 +01:00
ec2f85810b better color picker for browsers? 2023-02-27 08:56:59 +01:00
1b1f1a14cc anroid browser color picker fix 2023-02-26 23:32:01 +01:00
ebd7c309c9 Correct Float for SHT. (#696)
* Correct Float for SHT.

* adding flag to deactivate autostart for driver

* Correct Float issue on bl602

* Typo error on SHT3X Driver
2023-02-26 12:08:30 +01:00
993cd60c90 [HASS] Adding Battery driver discovery ang sensor avty flag (#685)
* Adding Battery driver discovery
Adding Flag for sensor avaibility publish

* correct hass.h

* correct call for other platform than beken

* Change Typo availability and Battery for driver

* Forget the pin description
2023-02-22 09:14:17 +01:00
f346c6169e flag for adding relays as lights in hA discovery 2023-02-19 17:10:07 +01:00
b7f7beb049 Accept empty startup command (#672)
* Accept empty startup command

* Fix to clear only on submit
2023-02-15 20:22:09 +01:00
d2b85c4166 use channel labels when possible 2023-02-12 20:31:00 +01:00
a587d47bd9 Consolidated some code, removed white spaces (#659) 2023-02-10 16:18:49 +01:00
e0589fcb4d remove debug log, merge common code 2023-02-09 21:52:15 +01:00
3ff76c1c09 Add a flagged option to apply channel type multiplier (if any) when publishing MQTT value (#653)
* Add a flagged option to apply channel type multiplier (if any) when publishing MQTT value

* Update new_mqtt.c

changed float to double for more accuracy

---------

Co-authored-by: Rémi Serriere <Remi.Serriere@getyooz.com>
2023-02-07 11:38:44 +01:00
82d56fc649 fix compilation for new platforms 2023-02-06 19:01:09 +01:00
00cefb7ee6 display event/hanlers counts on gui (if any present), bl note mac 2023-02-06 12:35:10 +01:00
a700b9a434 as per user request - option to ignore gamma ramper OBK_FLAG_LED_USE_OLD_LINEAR_MODE 2023-02-05 18:08:19 +01:00
7a01b755d4 Add OffDimBright channel type (#645) 2023-02-01 16:15:55 +01:00
d3b4d9c249 LED colour picker RGB now uses onblur instead of onchange so users can just come back to previous color easily 2023-01-31 22:30:26 +01:00
cd1853aa13 uart commandline - p1 2023-01-30 22:45:30 +01:00
e813d4379f HTML BUGFIX: what was double quotation mark doing in "Launch Web Application" button? 2023-01-26 11:44:29 +01:00
f8791a7c9a add ability to hide certain channels from HTTP panel by script 2023-01-26 11:43:51 +01:00
8b3278466d http page - set command will display channel alias and not an index 2023-01-26 09:49:24 +01:00
840339f675 sonoff iobroker support (FIRST MUST BE ENABLED IN FLAGS), tele sending 2023-01-24 19:26:16 +01:00
c1cbcb6cab better tasmota status support 2023-01-24 03:26:49 +01:00
bfd9a4dbbd some wemo progress based on the input from user - thx 2023-01-24 00:52:16 +01:00
b553b83c8b move get_Relay_PWM_Count to better file 2023-01-23 14:31:58 +01:00
e2efe3710d update sub modules, fix build, fix some warnings 2023-01-23 14:15:52 +01:00
294c99cd81 better json interface also for MQTT - intiial version with self-test 2023-01-23 13:31:05 +01:00
0970ecd527 use new channel labels 2023-01-19 14:58:15 +01:00