Commit Graph
100 Commits
Author SHA1 Message Date
mlobsteinandGitHub dc1559b591 Correct rules examples (#21075)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2026-06-30 20:19:34 +02:00
mlobsteinandGitHub 907f56e5f1 Fix encoding of accented characters (#21049)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2026-06-26 10:52:26 +02:00
mlobsteinandGitHub c17601636b [gpio] Add notes about RPi5 incompatibility and Trixie installation (#20997)
* Add notes about RPi5 incompatibility and Trixie installation

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2026-06-18 15:10:40 +02:00
mlobsteinandGitHub 3f0272c7b2 [epsonprojector] Add password authentication (#20852)
* Add password authentication

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2026-06-06 11:48:48 +02:00
mlobsteinandGitHub c8f0a8e500 [roku] README improvements and switch statement refactor (#20806)
* Update README

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2026-06-04 10:39:09 +02:00
mlobsteinandGitHub 595f5e2f29 [kaleidescape] Fix EOTF mapping (#20809)
* Fix EOTF mapping

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2026-06-01 21:58:10 +02:00
mlobsteinandGitHub 5497ae7bba [kaleidescape] Implement search channel (#20789)
* Implement search channel

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2026-05-28 22:54:10 +02:00
mlobsteinandGitHub a8f5d8ff5c [tivo] Implement search channel (#20787)
* Implement search channel

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2026-05-25 20:47:36 +02:00
mlobsteinandGitHub d3b17417cd [roku] Improve polling for TV status (#20561)
* Improve polling for TV status

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2026-04-15 18:54:09 +02:00
mlobsteinandGitHub bfe85ceae3 Prevent duplicate event listeners (#20554)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2026-04-11 22:01:24 +02:00
mlobsteinandGitHub b4686a2f0e [roku] Update powerState when TV is offline (#20490)
* Update powerState when Thing is offline

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2026-04-11 16:39:59 +02:00
mlobsteinandGitHub b5d753bac3 [oppo] Set playback status channels to UNDEF when Thing is off or offline (#20488)
* Update play_mode when Thing is off or offline

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2026-04-03 19:32:35 +02:00
mlobsteinandGitHub 28c136d3e4 [kaleidescape] Update readiness_state when Thing is offline (#20485)
* Update readiness_state when Thing is offline

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2026-04-03 17:04:26 +02:00
mlobsteinandGitHub d7083c219c [panasonicbdp] Update player-status when Thing is offline (#20489)
* Update player-status when Thing is offline

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2026-04-03 14:07:28 +02:00
mlobsteinandGitHub cc07d55d51 [epsonprojector] Update powerstate when Thing is offline (#20474)
* Update powerstate when Thing is offline

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2026-03-30 14:13:28 +02:00
mlobsteinandGitHub 1f848d8273 [roku] Fix jobs not starting if initial connection fails (#20214)
* Fix jobs not starting if initial connection fails

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2026-03-17 23:33:44 +01:00
mlobsteinandGitHub 95725562fe [radiothermostat] Implement remote temperature deadband (#20207)
* Implement Remote Temperature Deadband

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2026-02-10 15:59:02 +01:00
mlobsteinandGitHub 9000bbf21b [radiothermostat] Fix thermostat schedule error handling (#20134)
* Fix thermostat schedule error handling
* Add more granular logging

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2026-01-25 21:11:52 +01:00
mlobsteinandGitHub fb26bcde8e [roku] Refactor discovery to use UPnP (#20090)
* Refactor discovery to use UPnP

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2026-01-24 11:12:57 +01:00
mlobsteinandGitHub 4a7cb779bd [roku] Improve refresh job timing (#20110)
* Improve refresh job timing

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2026-01-21 20:46:27 +01:00
mlobsteinandGitHub f825a93191 Refactor to remove un-necessary fields (#19962)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2026-01-04 12:51:39 +01:00
mlobsteinandGitHub 7a06e149b7 Update README (#19821)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2025-12-17 00:10:51 +01:00
mlobsteinandGitHub c1fd365ddf [monopriceaudio] Add support for 8 zone model (#19775)
* Add support for 8 zone model

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2025-12-12 10:39:21 +01:00
mlobsteinandGitHub c05b189c14 [dscalarm] Add low battery indication for wireless zones (#19647)
* Add low battery indication for wireless zones

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2025-11-22 09:54:10 +01:00
mlobsteinandGitHub 165428004c [panasonicbdp] Consolidate thing files to remove duplication (#19569)
* Consolidate thing files to remove duplication

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2025-11-02 10:19:51 +01:00
mlobsteinandGitHub 4440af9d1a Use getOrDefault() to reduce null checks (#19416)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2025-10-02 08:06:53 +02:00
mlobsteinandGitHub 6758592249 Add request timeout (#19271)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2025-08-31 22:03:03 +02:00
mlobsteinandGitHub befdc91969 [tasmotaplug] Add PulseTime channels (#19161)
* Add PulseTime channels

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2025-08-17 22:39:57 +02:00
mlobsteinandGitHub 41dd287597 Prevent progress bar calculation greater than 100% (#18809)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2025-06-19 23:24:53 +02:00
mlobsteinandGitHub 3607758dea Fix inverted Volume Mute switch (#18643)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2025-05-16 14:00:13 +02:00
mlobsteinandGitHub b3a53b1345 Format Track time channels (#18575)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2025-04-18 10:50:10 +02:00
mlobsteinandGitHub 4a2e401fdd [oppo] Add semantic tags and format time display channel (#18554)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2025-04-17 10:10:26 +02:00
mlobsteinandGitHub 723461343f [roku] Add semantic tags and format time channels (#18552)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2025-04-16 23:19:56 +02:00
mlobsteinandGitHub 66df788c55 [kaleidescape] Add semantic tags and format time channels (#18550)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2025-04-16 23:18:22 +02:00
mlobsteinandGitHub 4f5ddec2bb [panasonicbdp] Add semantic tags and format time display channels (#18551)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2025-04-16 23:16:04 +02:00
mlobsteinandGitHub 1d78a5ce7a Add equipment tags (#18556)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2025-04-16 23:13:40 +02:00
mlobsteinandGitHub 43a5724cf6 Add semantic tags (#18553)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2025-04-16 18:51:12 +02:00
mlobsteinandGitHub cedf7d3fbd Add semantic tags (#18531)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2025-04-13 10:42:15 +02:00
mlobsteinandGitHub 5835b0f80e Add semantic tags (#18532)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2025-04-13 10:41:27 +02:00
mlobsteinandGitHub 69a27da341 [radiothermostat] Add semantic tags to channels (#18386)
* Add semantic tags

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2025-04-01 07:15:06 +02:00
mlobsteinandGitHub 44200a8415 [venstarthermostat] Add semantic tags to channels (#18408)
* Add Semantic tags

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2025-04-01 07:13:59 +02:00
mlobsteinandGitHub eb2ed08da1 [roku] Add semantic tag to Active App and Active Channel channels (#18387)
* Add semantic tags

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2025-03-23 09:50:35 +01:00
mlobsteinandGitHub 530cfb893d Add semantic tags (#18388)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2025-03-23 09:50:04 +01:00
mlobsteinandGitHub 9093a4dcec [vizio] Add semantic tag to Active App channel (#18389)
* Add semantic tags

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2025-03-23 09:32:48 +01:00
mlobsteinandGitHub 9ff0eba7e7 Update README (#18336)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2025-02-28 09:42:14 +01:00
mlobsteinandGitHub e95fb3cda7 [lgtvserial] Update documentation and fix labels/descriptions (#18253)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2025-02-12 21:13:39 +01:00
mlobsteinandGitHub dfea7a13cf Add chapter headings for examples (#18195)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2025-01-27 15:30:58 +01:00
mlobsteinandGitHub 19d51b55d5 [roku] Add rule examples for starting apps (#18154)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2025-01-23 14:41:10 +01:00
mlobsteinandGitHub 22d907ffb2 Refactor usages of deprecated methods (#18092)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2025-01-12 22:37:41 +01:00
mlobsteinandGitHub fad9107a20 Refactor usages of deprecated methods (#18097)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2025-01-12 22:37:21 +01:00
mlobsteinandGitHub 1a053881d4 Refactor usages of deprecated methods (#18084)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2025-01-11 00:23:25 +01:00
mlobsteinandGitHub f6efa87fb2 [roku] Add End Time and Media Progress channels (#18059)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2025-01-09 08:12:57 +01:00
mlobsteinandGitHub b4bcf802f4 [benqprojector] Fix response processing for newer projectors (#18009)
* Fix message processing for newer projectors

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2025-01-05 22:14:30 +01:00
mlobsteinandGitHub 05382279a9 [epsonprojector] Add retrieval of source list (#18006)
* Add retrieval of source list

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2024-12-31 20:28:29 +01:00
mlobsteinandGitHub 5d40a719f4 [roku] Check for ECP Limited Mode (#17925)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2024-12-19 20:38:08 +01:00
mlobsteinandGitHub 29915c434c Catch null host exception in discovery service (#17924)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2024-12-18 20:13:08 +01:00
mlobsteinandGitHub 511fab73c0 [oppo] Add missing input option and enable translations (#17783)
* Add missing input option and enable translations

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2024-11-22 17:05:32 +01:00
mlobsteinandGitHub c4bce9a768 [radiothermostat] Add next scheduled set point channels (#17743)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2024-11-16 11:59:00 +01:00
mlobsteinandGitHub af67423c64 Multiple bindings - Fix README formatting regression (#17619)
* Fix README formatting

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2024-10-25 09:40:14 +02:00
mlobsteinandGitHub 8fcf18fc28 switch to SDDP discovery (#17508)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2024-10-05 10:54:41 +02:00
mlobsteinandGitHub f9c63bc346 Set autoUpdatePolicy for WriteOnly channels (#17470)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2024-09-24 08:59:46 +02:00
mlobsteinandGitHub efeee462a0 Set autoUpdatePolicy for WriteOnly channels (#17469)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2024-09-24 08:59:28 +02:00
mlobsteinandGitHub 02b29becba Set autoUpdatePolicy for WriteOnly channels (#17468)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2024-09-24 08:59:10 +02:00
mlobsteinandGitHub fce0caf099 Set autoUpdatePolicy for WriteOnly channels (#17466)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2024-09-24 08:58:10 +02:00
mlobsteinandGitHub 81cb3c5e8b Set autoUpdatePolicy for WriteOnly channels (#17467)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2024-09-24 08:57:46 +02:00
mlobsteinandGitHub 17b8f0d456 Set autoUpdatePolicy for WriteOnly channels (#17465)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2024-09-24 08:57:25 +02:00
mlobsteinandGitHub d97cfcd77d Set autoUpdatePolicy for WriteOnly channels (#17462)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2024-09-24 08:53:04 +02:00
mlobsteinandGitHub 153a691976 Set autoUpdatePolicy for WriteOnly channels (#17464)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2024-09-24 00:11:29 +02:00
mlobsteinandGitHub 13f14976ac Set autoUpdatePolicy for WriteOnly channels (#17463)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2024-09-24 00:10:28 +02:00
mlobsteinandGitHub 6c77b16193 [kaleidescape] Add movie end time and music title channels (#17423)
* Add movie end time and music end title channels

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2024-09-17 19:25:04 +02:00
mlobsteinandGitHub 2fb5740b58 Improve volume event handling (#17387)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2024-09-08 15:00:46 +02:00
mlobsteinandGitHub 98ee2417af [kaleidescape] Support discovery of Strato V (#17371)
* Support discovery of Strato V

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2024-09-06 16:43:41 +02:00
mlobsteinandGitHub d18a6c1cda [roku] Add device communcation logging (#17312)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2024-08-23 22:33:29 +02:00
mlobsteinandGitHub fca7cecec6 Add image size configurations (#17222)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2024-08-13 21:24:03 +02:00
mlobsteinandGitHub 3a5bee0412 fix compiler warning (#17085)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2024-07-17 08:38:13 +02:00
mlobsteinandGitHub 4946aa9163 [monopriceaudio] Fix compiler warnings and code improvements (#16991)
* Fix compiler warnings and code improvements

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2024-07-16 06:42:28 +02:00
mlobsteinandGitHub 0e78bd75ea Supress unecessary logging (#17050)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2024-07-14 10:23:32 +02:00
mlobsteinandGitHub 81d2fb276b Fix display of album art for streaming media (#17044)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2024-07-13 09:46:13 +02:00
mlobsteinandGitHub c0d60285fd [epsonprojector] Incorporate review suggestions from other PRs (#16860)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2024-06-08 15:31:25 +02:00
mlobsteinandGitHub f6a9ced336 [atlona] Replace discovery service with core SDDP discovery (#16832)
* Replace discovery service with core SDDP discovery

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2024-06-07 18:54:14 +02:00
mlobsteinandGitHub 614b42d2a4 [benqprojector] Add SDDP discovery and missing menu options (#16848)
* Add SDDP discovery

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2024-06-07 18:45:16 +02:00
mlobsteinandGitHub 43fa2c7768 [epsonprojector] Add SDDP discovery (#16802)
* Replace AMX discovery with SDDP

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2024-06-05 08:04:35 +02:00
mlobsteinandGitHub 86a8a07c14 Add SSDP addon finder methods (#16794)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2024-05-31 07:54:23 +02:00
mlobsteinandGitHub 6e7d64fd92 [radiothermostat] Add discovery-methods (#16768)
* Add discovery-methods

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2024-05-24 08:16:30 +02:00
mlobsteinandGitHub ebdac8ece7 [kaleidescape] Add Buttongrid example and command channel (#16720)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2024-05-07 21:58:39 +02:00
mlobsteinandGitHub 283ae59bff fix README (#16721)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2024-05-07 07:05:49 +02:00
mlobsteinandGitHub 1ef13c6686 Add Buttongrid README examples (#16701)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2024-05-04 22:35:16 +02:00
mlobsteinandGitHub 5567d96c6b Add options (#16706)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2024-04-30 09:31:03 +02:00
mlobsteinandGitHub 7eb5916804 [radiothermostat] Skip shutdown actions if thing offline (#16677)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2024-04-25 08:08:58 +02:00
mlobsteinandGitHub 9ad3c66e17 [tasmotaplug] Add energy monitor channels (#16494)
* Add energy monitor channels

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2024-03-10 21:44:26 +01:00
mlobsteinandGitHub a891956683 [nuvo] Add source menu channel (#16443)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2024-02-26 23:26:12 +01:00
mlobsteinandGitHub a332adbe80 Add A/V standby power status (#16438)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2024-02-22 09:28:50 +01:00
mlobsteinandGitHub 2d1e03126e add discoveryMethods (#16424)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2024-02-19 17:04:51 +01:00
mlobsteinandGitHub 7c54f1f957 Fix discoveryMethods (#16425)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2024-02-19 14:11:56 +01:00
mlobsteinandGitHub 4cb2df5674 [radiothermostat] Add units to README (#16411)
* Add units and minor edits

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2024-02-16 08:24:29 +01:00
mlobsteinandGitHub 945dd13760 [nuvo] Display album art from MPS4 (#16068)
* Display album art from MPS4
* Display album art from MPS4

---------

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2024-02-15 13:09:47 +01:00
mlobsteinandGitHub 4548f69000 [vizio] Prevent thing status from bouncing offline (#16291)
* Prevent thing status from bouncing offline

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2024-01-17 08:53:52 +01:00
mlobsteinandGitHub c858e05c74 [roku] Improve TV discovery model name and add timeout (#16210)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2024-01-08 20:18:05 +01:00
mlobsteinandGitHub db64df1687 [panasonicbdp] Initial contribution (#16122)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2024-01-01 20:54:35 +01:00
mlobsteinandGitHub ffe56eee0b Update README with sitemap Input example (#16156)
* Update README with Input example

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
2024-01-01 16:13:14 +01:00