|
|
18fae1fe0e
|
HASS set pointer to NULL after free, also add cosnt correct
|
2023-01-16 13:56:46 +01:00 |
|
|
|
ddbf8e3ec0
|
broken mqtt discovery edge case fix?
|
2023-01-16 10:08:57 +01:00 |
|
|
|
bd84eb4878
|
SM2235 driver - not tested, but based on the datasheet and SM2135 code
|
2023-01-15 23:09:31 +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 |
|
|
|
0a2e6a87c5
|
silence warnings by making W600-specific variables really W600-specific
|
2023-01-12 15:20:51 +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 |
|
|
|
ab653c595d
|
Same shortcut icon 3 times smaller (#591)
Replaces the web server shortcut icon with the same one 3 times smaller (264 bytes) in gif format instead of png (748 bytes).
|
2023-01-07 15:21:12 +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 |
|
|
|
97ab8d471d
|
flag to select UART
|
2023-01-04 01:09:05 +01:00 |
|
|
|
57e8ee8d41
|
Trying to resolve BL602 build failure
|
2023-01-02 07:19:41 -06:00 |
|
|
|
d8043e5b42
|
Return supportsSSDP
|
2023-01-02 06:43:39 -06:00 |
|
|
|
86c733e78f
|
Merge pull request #565 from iprak/w600-new-ota
W600: Added OTA support
|
2023-01-02 10:18:40 +01:00 |
|
|
|
975d621ef4
|
support mqtt group topic - secondary topic for casting commands to devices, many devices can listen on it
|
2023-01-02 03:38:41 +01:00 |
|
|
|
4db0b2d174
|
silence compilation warnings on Beken platform - part 1
|
2022-12-30 22:16:10 +01:00 |
|
|
|
cd6229887d
|
warning fix
|
2022-12-30 15:49:27 +01:00 |
|
|
|
212671b8b8
|
use http password fields (closes https://github.com/openshwprojects/OpenBK7231T_App/issues/571 ) , split json generation
|
2022-12-30 15:13:55 +01:00 |
|
|
|
a199327167
|
Using brightness scale of 100
|
2022-12-29 20:28:31 -06:00 |
|
|
|
b2ac33f890
|
fix that strange bug where reefreshing on config page was moving back to index... very annoying, it should be fixed sooner. Also fix statusOK test for Windows
|
2022-12-29 14:11:25 +01:00 |
|
|
|
96a7549d74
|
CW and single color better yaml generation - use LED driver - also just use string constants for readability (compiler will optimize then anyway)
|
2022-12-29 13:50:24 +01:00 |
|
|
|
354a74ff9f
|
add missing brightness_state_topic
|
2022-12-29 11:31:33 +01:00 |
|
|
|
9c02c1e9b1
|
Logging on LOG_FEATURE_OTA
|
2022-12-28 06:53:38 -06:00 |
|
|
|
7b1e1ca30d
|
add ability to configure periodical MQTT broadcast with console commands
|
2022-12-27 20:21:57 +01:00 |
|
|
|
8908141012
|
add sprintf rounding to 2 decimal places for hannel types
|
2022-12-26 18:45:35 +01:00 |
|
|
|
fea6e9ff68
|
Merge branch 'main' of https://github.com/openshwprojects/OpenBK7231T_App
|
2022-12-26 18:34:25 +01:00 |
|
|
|
f1fb1fde60
|
DHT sensors interface
|
2022-12-26 18:34:14 +01:00 |
|
|
|
682b7a281e
|
Merge pull request #558 from iprak/w600-drivers-attempt2
W600: Basic driver support
|
2022-12-26 16:29:48 +01:00 |
|
|
|
c1b4c70818
|
Fixed BL602 build failure
|
2022-12-26 07:10:23 -06:00 |
|
|
|
643311d9b9
|
Increased stack size, added printf
|
2022-12-26 06:21:02 -06:00 |
|
|
|
2bcb79989b
|
OTA support
|
2022-12-25 13:20:39 -06:00 |
|
|
|
0e6bf234a7
|
by default, clamp negative measurements to 0
|
2022-12-24 15:06:44 +01:00 |
|
|
|
1e6178b67a
|
Build error fix for XR809
|
2022-12-23 15:19:50 -06:00 |
|
|
|
a0653bf422
|
Rename
|
2022-12-23 12:33:11 -06:00 |
|
|
|
69ffc8d2de
|
add console command to schedule HA discovery so people can configure everything via commands
|
2022-12-23 14:56:46 +01:00 |
|
|
|
6ac38d3bf7
|
Basic driver support
|
2022-12-23 06:49:48 -06:00 |
|
|
|
689ca0f3e9
|
copy/paste compilation fix for OTA
|
2022-12-22 12:29:15 +01:00 |
|
|
|
4d9f876031
|
ota_http command added (it's the same as doing old HTTP server OTA from our WWW panel)
|
2022-12-22 12:17:19 +01:00 |
|
|
|
2e04d02e4f
|
repeating events example and label fix (cosmetic only changes)
|
2022-12-19 15:29:12 +01:00 |
|
|
|
3a610c969c
|
res fx 2
|
2022-12-17 22:04:13 +01:00 |
|