[samsungtv] artMode 'nav' status detected as 'off' #11285
Labels
bug
An unexpected problem or unintended behavior of an add-on
PR pending
There is a pull request for resolving the issue
The Frame TV can have three status for artMode reported by the websocket interface. These are
on
,off
, andnav
. Thenav
status is when you are in artMode, but are navigating the menus (so it's essentially the same ason
). The binding doesn't recognizenav
mode, and treats it as artModeoff
- which is incorrect.Expected Behavior
Navigating menus in artMode should not cause the TV power channel to switch to ON and the artMode channel to OFF.
Current Behavior
When navigating Menus in artMode, the power channel reports ON, and the artMode channel repots OFF, this is incorrect.
Possible Solution
recognize that there are three states for artMode, and treat status
nav
as ON.Steps to Reproduce (for Bugs)
Turn the Frame TV OFF (ie into artMode), then press the
numbers
button on the remote control (this allows you to set the brightness of the artMode display). The power channel will turn ON and artMode channel will turn OFF.Context
I have rules tied to TV power that activate when I am navigating artMode, specifically turning on
WatchTV
on my harmony hub. When I try to adjust artMode settings, the TV will turn on a few seconds later as the Harmony powers everything up.Your Environment
OH 3.1, Ubuntu 20.04. 2021 55" The Frame TV, hardwired ethernet.
Here is a TRACE mode log of the nav event:
The text was updated successfully, but these errors were encountered: