#phillips tv

1 messages · Page 1 of 1 (latest)

mint lodge
#

Heya, quick question: on the internet i read two different stories on whether I can use home assistants phillips.js on my newly purchased oled ambilight tv from 2024 (809 series to be specific)

Somewhere i read that all tvs newer than 2017 models will work but then somewhere else it says only 2017 models work.

So i tried using the link method of IPOFTV:1926/system and both methods wont show any pages because it will load for minutes untill the browser times the tab out because it gets unresponsive for too long. That doesnt mean the page doesnt exist, so how will i know for certain my tv works for it?

novel pilot
#

At least the 807 series is working (with Google TV - bought in 2023).

mint lodge
#

Idm my ip being visible btw

novel pilot
mint lodge
#

On pc it works

#

I can use the ip on my pc just fine

#

Not on the tv

#

Is that an issue? @novel pilot

novel pilot
#

Don't think so.

#

If it works on PC, it is fine.

mint lodge
#

@novel pilot i created it. Now next question: i dont see the option in actions to turn the pc on and set it to a channel from cable tv but i believe i read on the phillipsjs page that there is enough functionality to make that happen. Can you tell me how to set it up that my tv turns on every monday, wednesday, friday and saturday on cable tv at channel 1?

novel pilot
mint lodge
#

i do see it listed in features

#

can and how to use these features?

#

@novel pilot i got it working except turning it on to channel 1 wont work using Digit1 command

#

or can anyone else help me maybe?

mint lodge
novel pilot
#
action: remote.send_command
target:
  entity_id: remote.philips_tv
data:
  command:
    - WatchTV
    - Digit1

The entity would have to be changed.

mint lodge
#

@novel pilot where do i go to change it?

novel pilot
#

In YAML mode you replace the remote entity by the one you have or you select it in the UI.

mint lodge
#

this is my entire yaml

#
alias: New automation
description: ""
triggers:
  - trigger: time
    at: "10:25:00"
conditions:
  - condition: time
    weekday:
      - sat
      - fri
      - wed
      - mon
  - condition: device
    device_id: 375cd5b5310f500c00dfe2fb9e2c54cd
    domain: media_player
    entity_id: 6c2ce5cbf141b5dc9bd3839e2efd4b20
    type: is_off
actions:
  - type: turn_on
    device_id: 0c34e3a6a06c97f6ed6e7ca737e5ca44
    entity_id: 595e2315b1c3399b21425794d8d95465
    domain: remote
  - action: remote.send_command
    metadata: {}
    data:
      num_repeats: 1
      delay_secs: 7.1
      hold_secs: 0
      device: melitv
      command: WatchTV
    target:
      area_id: bedroom
    enabled: true
  - action: remote.send_command
    target:
      entity_id: remote.philips_tv
    data:
      command:
        - WatchTV
        - Digit1
mode: single```
#

it will turn on just wont switch to channel 1

novel pilot
#

A) you might want to add some dalay between turn on and changing channel.