seydx / homebridge-bravia-tvos

Homebridge plugin for Sony Bravia Android TVs
MIT License
346 stars 32 forks source link

Settings not recognized by the plugin #179

Open ursusHU opened 2 years ago

ursusHU commented 2 years ago

Maybe this is not influencing anything, but there are error messages appearing which refering to wol, and old model settings, however those are set. And as you can see the TV can be turned on. [14/12/2021, 15:51:12] [BraviaTVOS] [DEBUG] Living Room Television: Polling API... [14/12/2021, 15:51:15] [BraviaTVOS] [DEBUG] API not reachable - It seems the TV can not handle API calls if its not turned on. [14/12/2021, 15:51:15] [BraviaTVOS] [DEBUG] To continue using the plugin without errors, please enable "wol" in your config and enter the MAC address of the TV. [14/12/2021, 15:51:15] [BraviaTVOS] [DEBUG] This warning is displayed only once. To mute the warnings, please enable also "oldModel" in your config.json [14/12/2021, 15:51:25] [BraviaTVOS] [DEBUG] Living Room Television: Polling API... [14/12/2021, 15:51:27] [BraviaTVOS] Living Room Television: ON [14/12/2021, 15:51:28] [BraviaTVOS] [DEBUG] API not reachable - It seems the TV can not handle API calls if its not turned on. [14/12/2021, 15:51:28] [BraviaTVOS] [DEBUG] To continue using the plugin without errors, please enable "wol" in your config and enter the MAC address of the TV. [14/12/2021, 15:51:28] [BraviaTVOS] [DEBUG] This warning is displayed only once. To mute the warnings, please enable also "oldModel" in your config.json [14/12/2021, 15:51:29] [BraviaTVOS] Living Room Television: ON [14/12/2021, 15:51:29] [BraviaTVOS] Living Room Television: ON [14/12/2021, 15:51:32] [BraviaTVOS] [DEBUG] API not reachable - It seems the TV can not handle API calls if its not turned on. [14/12/2021, 15:51:32] [BraviaTVOS] [DEBUG] To continue using the plugin without errors, please enable "wol" in your config and enter the MAC address of the TV. [14/12/2021, 15:51:32] [BraviaTVOS] [DEBUG] This warning is displayed only once. To mute the warnings, please enable also "oldModel" in your config.json .... [14/12/2021, 15:51:58] [BraviaTVOS] [DEBUG] Living Room Television: Polling API... [14/12/2021, 15:51:59] [BraviaTVOS] [DEBUG] API not reachable - It seems the TV can not handle API calls if its not turned on. [14/12/2021, 15:51:59] [BraviaTVOS] [DEBUG] To continue using the plugin without errors, please enable "wol" in your config and enter the MAC address of the TV. [14/12/2021, 15:51:59] [BraviaTVOS] [DEBUG] This warning is displayed only once. To mute the warnings, please enable also "oldModel" in your config.json [14/12/2021, 15:52:09] [BraviaTVOS] [DEBUG] Living Room Television: Polling API... [14/12/2021, 15:52:09] [BraviaTVOS] [DEBUG] Living Room Television: {"id":1,"result":[{"source":"extInput:hdmi","title":"HDMI 1/MHL","uri":"extInput:hdmi?port=1"}],"turnedOff":null}

Here is my current configuration: { "platform": "BraviaOSPlatform", "name": "BraviaTVOS", "tvs": [ { "active": true, "name": "Living Room Television", "ip": "XXX.XXX....", "mac": "XX:XX....", "port": 80, "psk": "XXXX", "manufacturer": "Sony", "model": "Bravia", "refreshInputs": false, "wol": true, "oldModel": true, "polling": 10, "sheduledRefresh": 12, "speaker": { "output": "speaker", "increaseBy": 1, "reduceBy": 1, "accType": "lightbulb" }, "channels": [], "commands": [], "macros": [], "remote": [] } ], "warn": true, "error": true, "extendedError": true, "debug": true }