Commit Graph

347 Commits

Author SHA1 Message Date
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
a5dd5abf10 Merge branch 'main' of https://github.com/openshwprojects/OpenBK7231T_App 2023-01-16 13:57:23 +01:00
18fae1fe0e HASS set pointer to NULL after free, also add cosnt correct 2023-01-16 13:56:46 +01:00
c24aaae4af Auto discovery activation for SHT and CHT Sensor (#612)
* Adding SHT3X Driver

* Adding HASS auto discovery for CHT and SHT sensor

* correct typo error

Co-authored-by: openshwprojects <85486843+openshwprojects@users.noreply.github.com>
2023-01-16 10:26:11 +01:00
ddbf8e3ec0 broken mqtt discovery edge case fix? 2023-01-16 10:08:57 +01:00
d42c1652d6 Adding SHT3X Driver (#607)
Co-authored-by: openshwprojects <85486843+openshwprojects@users.noreply.github.com>
2023-01-15 20:06:06 +01:00
5428f29393 Consolidate styles (#608)
* Moved repeated styles to css

* Updated startup section

* Fixed pin configuration message

* Fixed indentation
2023-01-15 15:55:34 +01:00
5b4bf0a630 Updating OTA status (#596)
* Updating OTA status

* Fixed build error
2023-01-15 15:39:17 +01:00
3628066a2b empty dgr fix 2023-01-13 16:24:18 +01:00
ec1a054508 CHT8305 driver - please test 2023-01-10 02:12:27 +01:00
ad7cebefff displa float values on ui 2023-01-09 20:34:52 +01:00
174ab8dd1d DHT discovery (#590)
* Renamed enums,hass_init_sensor_device_info

* Added discovery for DHT sensors

* Fixed/simplified publish in discovery

* Handle 2nd channel for DHT

* Renamed feature DHT to SENSOR to be reusable

* Added missing :

* Minor optimization

* Fixed missing }
2023-01-09 10:06:58 +01:00
edf16afd9b per user request - a flag - [NETIF] Use short device name as a hostname instead of a long name 2023-01-08 22:22:21 +01:00
2e142d0463 adding flag per user request: [LED] Setting RGB white (FFFFFF) enables temperature mode 2023-01-08 20:29:53 +01:00
5f509064f0 Add support for binary sensor (digital input) in Home Assistant discovery (#586)
* Add support for binary sensor in Home Assistant discovery

* Fix broken builds
2023-01-07 00:28:37 +01:00
f6b37fbeee Merge pull request #578 from iprak/hass-discovery-ip-change
Invoke discovery on ip change
2023-01-05 18:50:24 +01:00
a4968ab567 also check CFG_GetPingDisconnectedSecondsToRestart 2023-01-05 14:01:16 +01:00
67a86b1678 update ping Watchdog and add "NoPingTime" change event to trigger script on no ping time value change 2023-01-05 12:18:55 +01:00
255ac9cee8 Adjusted comment 2023-01-03 19:25:21 -06:00
65b9f7f4be Added a controlling flag 2023-01-03 18:23:26 -06:00