HomeAssistant PREdistribuce
1.0.0
이 센서는 https://www.predistribuce.cz/cs/potrebuji-zaridit/zakaznici/stav-hdo/의 데이터를 긁습니다. configuration.yaml에 수신자 명령 (Pre CZ 또는 Energy Meter와의 계약 참조)을 넣으십시오.
이 센서는 항상 표시됩니다
선택적으로도
참고 : CEZ의 고객입니까? https://github.com/zigul/homeassistant-cezdistribuce를 살펴보십시오
이 폴더를 <config_dir>/custom_components/predistribuce/ 로 복사하십시오.
configuration.yaml 파일에 다음을 추가하십시오.
# Example configuration.yaml entry for showing current HDO state and HTML for rendering a time schedule
binary_sensor :
platform : predistribuce
name : nocni proud
receiver_command_id : 605 # entry as above + extra binary sensors that show if a an applience (e.g. washing machine) can be run now to finish under low tariff
binary_sensor :
- platform : predistribuce
receiver_command_id : 605
periods :
- name : HDO Pračka
minutes : 30
- name : HDO Myčka
minutes : 150하루 종일 시각적으로 낮은/높은 타리프 개요를 표시 할 수 있습니다.

전제 조건은 이상적으로 HACS에서 Lovelace HTML 카드를 설치하는 것입니다. 설치되면 새 Lovelace 카드를 수동으로 만듭니다. 내부에 다음 내용을 붙여 넣으십시오.
type: 'custom:html-card'
title: PRE tarif
content: |
[[binary_sensor.hdo_aktualne.attributes.html_values]]
Entity 이름으로 hdo_aktualne 대체하는 것을 잊지 마십시오.