{{ _('Serieller Port') }} | -{{ p._serialport }} | -- | {{ _('Anzahl Items') }} | -{{ p._params|length }} | -- |
{{ _('Heizungstyp') }} | -{{ p._heating_type }} | -- | {{ _('Verbunden') }} | -{{ p._connected }} | -- |
{{ _('Protokoll') }} | -{{ p._protocol }} | -- | {{ _('Verbindung aktiv') }} | -{{ p._initialized }} | -- |
{{ _('Letzter manuell gelesener Wert') }} | -{{ last_read_cmd + ": " if last_read_cmd else '---' }} | -{{ last_read_value }} | -- |
{{ _('Item') }} | -{{ _('Datenpunkt') }} | -{{ _('Befehlsname') }} | -{{ _('Typ') }} | -{{ _('Wert') }} | -{{ _('Letzte Aktualisierung') }} | -
---|---|---|---|---|---|
{{ p._params[commandcode]['item'].path() }} | -{{ commandcode }} | -{{ p._params[commandcode]['commandname'] }} | -{{ p._params[commandcode]['item'].type() }} | -{{ p._params[commandcode]['item']() }} | -{{ p._params[commandcode]['item'].last_update() }} | -
{{ _('Aktiv') }} | -{{ p.alive }} | +{{ _('Serieller Port') }} | +{{ p._serialport }} | - | {{ _('Anzahl Geräte') }} | -{{ p._devices|length }} | +{{ _('Anzahl Items') }} | +{{ p._params|length }} | ++ |
{{ _('Heizungstyp') }} | +{{ p._heating_type }} | ++ | {{ _('Verbunden') }} | +{{ p._connected }} | |||||
{{ _('') }} | -+ | {{ _('Protokoll') }} | +{{ p._protocol }} | ++ | {{ _('Verbindung aktiv') }} | +{{ p._initialized }} | ++ | ||
{{ _('Letzter manuell gelesener Wert') }} | +{{ last_read_cmd + ": " if last_read_cmd else '---' }} | +{{ last_read_value }} | - | {{ _('Anzahl Items') }} | -{{ plgitems|length }} | -
{{ _('Item') }} | -{{ _('Gerät') }} | +{{ _('Datenpunkt') }} | {{ _('Befehlsname') }} | -{{ _('Lesen') }} | -{{ _('Schreiben') }} | -{{ _('Init') }} | -{{ _('Cycle') }} | {{ _('Typ') }} | {{ _('Wert') }} | {{ _('Letzte Aktualisierung') }} | |||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ item }} | -{% if 'md_device' in item.conf %}{{ item.conf['md_device'] }}{% endif %} | -{% if 'md_command' in item.conf %} - {{ item.conf['md_command'] }} - {% elif 'md_read_all' in item.conf %} - {{ _('update_all') }} - {% endif %} | -{% if 'md_read' in item.conf %}{{ item.conf['md_read'] }}{% endif %} | -{% if 'md_write' in item.conf %}{{ item.conf['md_write'] }}{% endif %} | -{% if 'md_read_initial' in item.conf %}{{ item.conf['md_read_initial'] }}{% endif %} | -{% if 'md_cycle' in item.conf %}{{ item.conf['md_cycle'] }}{% endif %} | -{{ item.type() }} | -{{ item() }} | -{{ item.last_update().strftime('%Y-%m-%d %H:%M:%S') }} | +{{ p._params[commandcode]['item'].path() }} | +{{ commandcode }} | +{{ p._params[commandcode]['commandname'] }} | +{{ p._params[commandcode]['item'].type() }} | +{{ p._params[commandcode]['item']() }} | +{{ p._params[commandcode]['item'].last_update() }} |