EVcharge WIP

This commit is contained in:
2024-11-13 19:16:05 +01:00
parent 9e1d10e26a
commit 7ece3485a2
4 changed files with 49 additions and 18 deletions

View File

@@ -72,6 +72,15 @@ mqtt:
state_topic: monitoring/et/values
value_template: >-
{{ (value.split(',')[7] | int) / 10 }}
- name: Zigbee2mqtt Networkmap
unique_id: zigbee2mqtt_bridge_network_map
# if you change base_topic of Zigbee2mqtt, change state_topic accordingly
state_topic: zigbee2mqtt/bridge/response/networkmap
value_template: >-
{{ now().strftime('%Y-%m-%d %H:%M:%S') }}
# again, if you change base_topic of Zigbee2mqtt, change json_attributes_topic accordingly
json_attributes_topic: zigbee2mqtt/bridge/response/networkmap
json_attributes_template: "{{ value_json.data.value | tojson }}"
# add additional cards
lovelace: