Will Tatam
|
1dc7647bb9
|
Merge branch 'main' into usermod-libs
|
2025-02-16 10:40:30 +00:00 |
|
maxi4329
|
aa3fb7d165
|
update links to point to the new repo
|
2025-02-15 20:07:41 +01:00 |
|
Will Miles
|
0d44e7ec27
|
Usermods: Remove libArchive
This is now managed centrally.
|
2025-01-21 00:12:37 +00:00 |
|
Will Miles
|
193926c795
|
usermods: Remove #pragma once from cpps
|
2025-01-17 00:50:02 +00:00 |
|
Will Tatam
|
b380d5e2c7
|
reinstate libArchive:false
|
2025-01-14 00:10:55 +00:00 |
|
Will Tatam
|
24accf96a8
|
Remove now redundant build section from library.json
|
2025-01-13 10:53:24 +00:00 |
|
Will Tatam
|
90b18158fc
|
Convert usermods from header to library
|
2025-01-11 21:14:20 +00:00 |
|
Will Miles
|
4f48ddfaec
|
Replace SET_F with F in usermods
Since oappend() is now strongly typed, pass the correct type. This is a
step towards removing the extra shim logic on ESP8266.
|
2024-10-23 21:35:30 -04:00 |
|
Will Miles
|
2e01fe0b5b
|
Revert "Replace SET_F with F in usermods"
This reverts commit 7d067d8c305c3c6f397b6863f6849659a0aadd24.
|
2024-10-23 21:34:35 -04:00 |
|
Will Miles
|
7d067d8c30
|
Replace SET_F with F in usermods
Since oappend() is now strongly typed, pass the correct type. This is a
step towards removing the extra shim logic on ESP8266.
|
2024-10-23 21:28:21 -04:00 |
|
Blaz Kristan
|
b50e6e0d90
|
Static PinManager & UsermodManager
- saves a few bytes of flash
|
2024-09-19 21:44:11 +02:00 |
|
Blaz Kristan
|
0ff4016250
|
WLED 0.15.0-b4 release
- LED settings update (limit to available outputs)
- minor fixes
|
2024-06-29 20:22:47 +02:00 |
|
Blaz Kristan
|
e753f3849e
|
Revert "WLED 0.15.0-b4 release"
Messed FX_fcn.cpp CRLF conversion
|
2024-06-29 20:18:30 +02:00 |
|
Blaz Kristan
|
7b248c8fb2
|
WLED 0.15.0-b4 release
- LED settings update (limit to available outputs)
- minor fixes
|
2024-06-29 16:36:27 +02:00 |
|
Blaz Kristan
|
e165838e54
|
PIR readme update.
|
2024-02-07 18:03:58 +01:00 |
|
Christophe Gagnier
|
ed2950f73b
|
Allow product information to be specified at build time
|
2024-02-07 02:09:03 -05:00 |
|
Blaz Kristan
|
7eae8f68d8
|
Merge branch 'main' into 0_15
|
2024-02-06 14:47:20 +01:00 |
|
Blaz Kristan
|
f5e47b2b74
|
Fix compiler warning
|
2024-02-06 10:17:53 +01:00 |
|
Blaz Kristan
|
678a823e8b
|
PULLDOWN fix
|
2024-02-05 22:21:12 +01:00 |
|
Blaz Kristan
|
246746a82e
|
Multi PIR usermod
|
2024-02-05 22:13:32 +01:00 |
|
Blaz Kristan
|
45dc5e236d
|
Override identifier
|
2024-01-14 17:38:29 +01:00 |
|
Blaz Kristan
|
9e57ef074d
|
Simplify PIR usermod
- remove periodic updates
- immediately trigger MQTT
- call mode chang to CALL_MODE_BUTTON
|
2023-12-17 12:56:30 +01:00 |
|
Blaz Kristan
|
9e9b1c3c98
|
Fix for incorrect move of MQTT publish
|
2023-12-17 12:14:44 +01:00 |
|
Blaz Kristan
|
13d5deddec
|
Fix buffer overwrite in PIR MQTT
|
2023-12-17 11:34:44 +01:00 |
|
Blaz Kristan
|
b176225910
|
Add Domoticz MQTT API
- to PIR sensor
- to Dallas temperature
|
2023-12-14 18:30:24 +01:00 |
|
Blaz Kristan
|
31efbe915e
|
Minor string optimisation.
|
2023-06-14 20:45:00 +02:00 |
|
Blaz Kristan
|
82e448de7c
|
Beta-3 changes
- remove I2C init from usermods
- PCF8574 (&co) port expander support
- refactor PIR & Rotary encoder & 4LD
- reboot race condition
- optimisations
|
2023-05-30 19:36:14 +02:00 |
|
Blaz Kristan
|
821f320347
|
Add user selectable Gamma
Add panel visualisation (@ewoudwijma, #3090)
Bugfix:
- PIR onStateChange() ignored until inited
- remove matrix orientation
- ignore removing ledmap 0 if 2D
- _globalLeds size
|
2023-02-12 13:18:30 +01:00 |
|
Blaz Kristan
|
48c267c5c1
|
Bugfix.
|
2023-02-05 17:57:22 +01:00 |
|
Blaz Kristan
|
c041d39cab
|
Usermod enhancements
- added onStateChange() callback
- added examples & comments to usermod_v2_example.h
- PIR sensor cancels countdown on state change
|
2023-02-05 12:23:05 +01:00 |
|
Blaz Kristan
|
d78bef72ea
|
Disable MQTT more.
Disable Alexa more.
|
2023-01-12 20:35:34 +01:00 |
|
Blaz Kristan
|
98be19b29f
|
Fix switching off for PIR usermod.
|
2023-01-05 22:46:30 +01:00 |
|
Blaz Kristan
|
6bb158786b
|
Fix for switching WLED off when in nighttime only mode.
|
2022-12-11 20:10:24 +01:00 |
|
srg74
|
8caeddde15
|
Spelling check by @wthomson (#2940)
A lot of spelling corrections. Now repo will sound like educated person :)
Co-authored-by: Bill Thomson <bt@kattt.org>
|
2022-12-10 16:12:55 +01:00 |
|
Blaz Kristan
|
1e104bdd9e
|
Compile time option for PIR sensor off timer
|
2022-11-07 16:56:41 +01:00 |
|
Blaz Kristan
|
e88d34ea19
|
Correct HA discovery topic & minor adjutments.
Publish on MQTT connect.
|
2022-10-25 21:47:25 +02:00 |
|
Blaz Kristan
|
535f285287
|
Add HA discovery option to PIR sermod
|
2022-10-24 21:25:23 +02:00 |
|
Blaz Kristan
|
d3bb079be4
|
Muliple enhancements:
- Smarter on/off buttons in Info panel (usermods)
- On/Off bus in bus_manager
- 2D GEQ fix (2D CenterBars obsolete)
- hide unused palettes & modes
|
2022-06-20 22:17:01 +02:00 |
|
Blaz Kristan
|
3d6df07335
|
Bugfixes in 2D.
PIR stops countdown if preset changed.
|
2022-05-27 13:39:22 +02:00 |
|
Blaz Kristan
|
cc713e6c89
|
Merge branch 'sensor-info' into dev
|
2022-03-03 11:04:42 +01:00 |
|
Blaz Kristan
|
41b6f3ffa7
|
Merge branch 'master' into merge-master
|
2022-02-20 22:24:11 +01:00 |
|
Blaz Kristan
|
35779dad8b
|
Merge branch 'dev' into sensor-info
|
2022-01-09 22:00:09 +01:00 |
|
Blaz Kristan
|
7df4b8e8cc
|
Sync bugfix (preset, playlist)
PIR sensor bugfix.
|
2022-01-08 23:53:55 +01:00 |
|
Blaz Kristan
|
fe1e5aeebf
|
Merge branch 'dev' into sensor-info
Conflicts:
usermods/Temperature/usermod_temperature.h
|
2022-01-01 12:57:36 +01:00 |
|
Blaz Kristan
|
73f99b5e22
|
Bugfix for restoring previous LED state.
|
2021-12-27 16:13:59 +01:00 |
|
Blaz Kristan
|
7d6f8eb495
|
WS notifications on PIR state change.
|
2021-12-27 15:40:29 +01:00 |
|
Blaz Kristan
|
f57b606f72
|
Added info.sensor properties for motion and temperature
(HA integration)
|
2021-12-06 20:13:18 +01:00 |
|
Blaz Kristan
|
295663f6a6
|
Removed loadInfo().
Fixed UI when no WS available.
|
2021-11-21 14:14:39 +01:00 |
|
Blaž Kristan
|
9888510158
|
Updated readme.md for usermods.
|
2021-11-16 08:25:01 +01:00 |
|
Blaž Kristan
|
2a949cd8f1
|
added notification option for PIR usermod.
|
2021-11-15 14:49:41 +01:00 |
|