Follow along with the video below to see how to install our site as a web app on your home screen.
Nota: This feature may not be available in some browsers.
Door het voeren van een streng advertentiebeleid proberen we irritaties tot een minimum te beperken. Help ons door Home-Theater te whitelisten
remote:
- platform: harmony
name: Harmony_Hub
activity: Tv kijken
switch:
- platform: template
switches:
film_kijken:
value_template: "{{ is_state('sensor.film_kijken', 'on') }}"
turn_on:
service: remote.turn_on
data:
entity_id: remote.harmony_hub
activity: 'Film kijken'
turn_off:
service: remote.turn_on
data:
entity_id: remote.harmony_hub
activity: 'PowerOff'
title: Entertainment
icon: mdi:video-vintage
path: entertainment
theme: ios-dark-mode
cards:
- type: entities
entities:
- switch.film_kijken
remote:
- platform: harmony
name: Harmony Hub
activity: Tv kijken
switch:
- platform: template
switches:
film_kijken:
value_template: "{{ is_state_attr('remote.harmony_hub', 'current_activity', 'Film kijken') }}"
turn_on:
service: remote.turn_on
data:
entity_id: remote.harmony_hub
activity: 'Film kijken'
turn_off:
service: remote.turn_on
data:
entity_id: remote.harmony_hub
activity: 'PowerOff'
remote:
- platform: harmony
name: Living
activity: Tv kijken
Maar is het nu "Harmony Hub" of "Living"? Dat is belangrijk...
Die Discovery doet soms wel raar van de Harmony, ook al ondervonden. Mijn hub is bv paar keer van naam veranderd en in de Harmony app is die bv "Living", maar door Home Assistant wordt die meestal herkend door "Living Room". En heel soms "Living"... Mijn "Cinema" hub wordt ook herkend als "Home Theater". Dusja...
Die discovery gebeurt tijdens de startup van Home Assistant, dus:
- Delete je harmony_*.conf files
- Herstart home assistant
- Er zou nu maar 1 .conf file mogen zijn (tenzij meerdere hubs)
- Aan de naam van die config file kan je dus de naam afleiden die je moet gebruiken voor je remote bv "harmony_living.conf" dan is de naam "Living". Of "harmony_harmony_hub.conf", dan is de naam "Harmony Hub".
Dus bij harmony_living.conf:
Code:remote: - platform: harmony name: Living activity: Tv kijken
Eenmaal dat juist is kan je verder.
2020-02-15 14:27:36 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant.
2020-02-15 14:27:37 WARNING (Recorder) [homeassistant.components.recorder] Ended unfinished session (id=141 from 2020-02-15 12:30:46.834234)
2020-02-15 14:28:06 WARNING (MainThread) [homeassistant.setup] Setup of recorder is taking over 10 seconds.
2020-02-15 14:28:36 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for unifigateway which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant.
2020-02-15 14:28:36 WARNING (MainThread) [homeassistant.setup] Setup of group is taking over 10 seconds.
2020-02-15 14:28:36 WARNING (MainThread) [homeassistant.setup] Setup of pi_hole is taking over 10 seconds.
2020-02-15 14:28:37 ERROR (MainThread) [hole] Can not load data from *hole: localhost:4865
2020-02-15 14:28:37 ERROR (MainThread) [homeassistant.components.pi_hole] Unable to fetch data from Pi-hole
2020-02-15 14:28:37 ERROR (MainThread) [glances_api] Can not load data from Glances API
2020-02-15 14:28:37 WARNING (MainThread) [homeassistant.config_entries] Config entry for glances not ready yet. Retrying in 5 seconds.
2020-02-15 14:28:54 ERROR (MainThread) [homeassistant.components.sensor] Error while setting up unifigateway platform for sensor
helaasSkank , zet eens alles van die Unifi sensor in commentaar en probeer dan nog eens te herstarten. Hopelijk lukt het dan wel.