-
-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
“channelupdaterate”: false not working #84
Comments
Hm, can you try setting it to |
Still doing the same thing. In regard to the tile on the Home app going to the bottom, force closing it and reopening puts it back where is was before, but to update the control centre tiles, restarting the phone is needed. |
What exactly is "the thing". If you mean it scans the inputs on each boot then that is expected. What would be unexpected is the inputs being coniunously updated every 30 seconds. Also, what node version are you running this on? The HomeKit isse itself is a copy of #74 and #76 - this is specifically about the behavior of |
Apologies for the lack of clarity. The “thing” is that it is still updating even though channelupdaterate is set to false/0. Node version 12.16.1 |
Okay, setting false or 0 should work now. |
When my Apple TV turns on, it renames the HDMI input to “Living Room Apple TV”. This input gets picked up by the plugin and adds it as a new input. When the Apple TV turns off, it removes the input. This would be fine, but it moves the TV tile in the Home app to the bottom every time this update/remove process happens. I imagine this happens whenever an input/channel is added/removed. As I do not see my inputs/channels changing often, I set channelupdaterate to false, but it seems not to be stopping the input being added or removed. Any suggestions would be appreciated.
The text was updated successfully, but these errors were encountered: