You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2020 TV 50PUS8535/12 (TPM191E platform as in 2019)
When i set eg. Hot Lava from Philips Remote control app in current configuration I get:
{"styleName":"Lounge light","isExpert":false,"menuSetting":"HOT_LAVA","stringValue":"Hot Lava"}
In JSON there is:
But it still doesn't respond. I can get Lounge Lights when I send 'ambilight_onoff' command because it can toggle between them as on physical remote control but can't set it to Hot Lava nor other 'Lounge' colours.
/currentconfiguration as set every 'color mode' from Android phone app
Hi all - I have fixed this issue and included it in my reworked version of jomwells' ambilight component. Have a look at light.py in my repository: https://github.com/aegjoyce/ambilights/
Scraped these commands from the official Philips Remote app. You'll see that the endpoint it targets for changing mode is now menuitems/settings/update rather than what you have been targeting
2020 TV 50PUS8535/12 (TPM191E platform as in 2019)
When i set eg. Hot Lava from Philips Remote control app in current configuration I get:
{"styleName":"Lounge light","isExpert":false,"menuSetting":"HOT_LAVA","stringValue":"Hot Lava"}
In JSON there is:
I changed the body to match style name:
But it still doesn't respond. I can get Lounge Lights when I send 'ambilight_onoff' command because it can toggle between them as on physical remote control but can't set it to Hot Lava nor other 'Lounge' colours.
/currentconfiguration as set every 'color mode' from Android phone app
/supportedstyles
{"supportedStyles":[{},{},{"styleName":"FOLLOW_AUDIO","algorithms":["ENERGY_ADAPTIVE_BRIGHTNESS","ENERGY_ADAPTIVE_COLORS","VU_METER","SPECTRUM_ANALYZER","KNIGHT_RIDER_CLOCKWISE","KNIGHT_RIDER_ALTERNATING","RANDOM_PIXEL_FLASH","STROBO","PARTY"],"maxTuning":2},{"styleName":"Lounge light","algorithms":["MANUAL_HUE","AUTOMATIC_HUE"],"maxSpeed":255},{},{},{},{},{},{}]}
I tried sniffing what the app is sending with httpcanary but it doesn't seem to work fine with my phone. Any ideas?
The text was updated successfully, but these errors were encountered: