-
Notifications
You must be signed in to change notification settings - Fork 20
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
No more Manual control with the new Philips update #17
Comments
I've the same problem with the new firmware update |
Okay, looks like I'll have to update my TV and see what the changes are asap! Thank you @chpego that looks really useful! :) |
I have found the solution, you just have to replace every "FOLLOW_COLOR" with "Lounge Light" in the code, easy fix 👍 |
I will try tonight :) Great news ! But it's only for new firmware |
Hi, |
Can you maybe already share your updated code? |
Yes, sure available in the PR #19 |
If it works, ill happily merge the request, but I'm just a bit concerned about backwards compatibility. Were these new effects added in the latest update? |
I don't know from which firmware version his effects appeared. Maybe I need to adjust the tests? |
Yeah I think it will need a version check function to enable/disable features, or perhaps an optional config setting to enable newer ones. Could you (and anyone reading this) please let me know the OS version you are on, and what video/audio effects are available to you |
I don't know if it's enough : |
For some reason My lights are still not following my TV after I replaced my light.py with your version while they lights configured properly (it worked before). Found something... changed the effect and got an error message with the new effects, e.g. "Deep Water": Logger: homeassistant.helpers.entity Update for light.woonkamer_ambilight fails |
Ok, had no luck with my Hue lights following my tv, so reached out to Philips. They confirm that there is a problem with Ambilight+Hue at their side with the latest TV SW release. They're working on a solution but no clear timeline... |
Hey there ! a new firmware is available since a few days (TPM191E_101.1.123.8) |
What is the status with this? Manual control is still broken, is there an update planned to fix for the new firmware? |
Which firmware do you have? Did you tested the version available in the PR of the file? |
Hello, |
Not sure, but I think there are more issues with the new Philips tv update.
Update: another error that is showing itself a lot when the state is incorrect or unavailable:
|
My philips same issue. Manual not working and state sometimes not sync. |
@shirou93 did you update your tv firmware ? |
Yes. I updated when first turn on tv. |
Something is coming : home-assistant/core#44867 |
Is it a brand new and native component for our beloved Ambilight?! Can we test it already? |
The new native component causes many Philips TVs to lag and crash. ADB works much better for me. I have rewritten light.py to fix the problems above by using the official way of calling lounge light modes, scraped from the app - please feel free to give it a go: https://github.com/aegjoyce/ambilights/ |
Hi! Thank you for sharing your code! It's working like a charm 🎉 Any chance to add a switch for the Ambilight+Hue with ADB? I didn't even know that ADB could be used to control the Ambilight, but I remember that I have searched for it with no luck. Thanks again! |
Hey, that's great! Glad it's working as I was worried the specific node values for some of the effects would vary from TV to TV. What model TV do you have?
This should be possible given there are Ambilight+Hue controls in the remote app, can't make promises but if I get some free time I'll dig out my old Hue Bridge and have a play.
I should clarify - this component is only using the Jointspace API to control Ambilight, not ADB. The built-in Philips JS component is meant to control all TV and Ambilight controls, but makes some TVs crash. So I've replaced the TV controls with the Android TV component (which uses ADB) and the Ambilight controls with this component (which uses Jointspace). |
It's a 65OLED854
Thank you! I have did one myself with the Jointspace API, it work well but it's stateless (I wonder if the state detection is not spaming the TV too much, maybe not).
Oh so it's a refresh of the code from jomwells with some fixes, that's the one I was using with some changes (before switching to your code), I have tried the beta of the new official component and I was not satisfied too. So you are using ADB only for anything that is not Ambilight related, right? If yes we probably have almost the same configuration 😛 |
Hello, first sorry for my english ^^ I had a fully working ambilight with color control but with the new Philips update (TPM191E_R.101.001.079.005) everything is working but not the Manual mode. They have added a new mode, the "Lounge Light" mode with color control but I'm not able to had it manualy... I'm thinking of downgrading but my previous version was TPM191E_R.001.004.100.000 and I read somewere that it's not a good idea if your version first numbers are not the same. What can I do for fixing that issue?
A huge thank you in advance for your help 😄
The text was updated successfully, but these errors were encountered: