HomeAssistant PREdistribuce
1.0.0
このセンサーは、https://www.predistribuce.cz/cs/potrebuji-zaridit/zakaznici/stav-hdo/からデータを削減しています。 configuration.yamlにconfiguration.yamlにレシーバーコマンドのIDを入れます(前czまたはエネルギーメーターとの契約を参照)
このセンサーは常に表示されます
オプションでも
注:あなたは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視覚的に低い/高タリフの概要を1日を通して表示できます。

前提条件は、理想的にはHACSからのLovelace HTMLカードをインストールすることです。インストールしたら、新しいLovelaceカードを手動で作成します。以下のコンテンツを貼り付けます:
type: 'custom:html-card'
title: PRE tarif
content: |
[[binary_sensor.hdo_aktualne.attributes.html_values]]
hdo_aktualneエンティティ名で置き換えることを忘れないでください。