Replies: 2 comments 1 reply
-
Hi @tomknocke, Please use a custom mapping file and add the following code in the 0xA5 section: 0x09:
0x04:
device_config:
command: ""
channel: ""
log_learn: ""
direction: ""
answer: ""
entities:
- component: "sensor"
name: "humidity"
config:
state_topic: ""
value_template: "{{ value_json.HUM }}"
device_class: "humidity"
unit_of_measurement: "%"
- component: "sensor"
name: "concentration"
config:
state_topic: ""
value_template: "{{ value_json.Conc }}"
device_class: "carbon_dioxide"
unit_of_measurement: "ppm"
- component: "sensor"
name: "temperature"
config:
state_topic: ""
value_template: "{{ value_json.TMP }}"
device_class: "temperature"
unit_of_measurement: "°C" Please report if everything is OK. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
i would like to ask for support to configure the Eltako FCO2TS.
Seems EEP A5-09-04 is not supported, yet.
Thanks.
Tom
Beta Was this translation helpful? Give feedback.
All reactions