Skip to content

Add full support for A5-06-01 Eltako light sensor #95

Answered by mak-gitdev
olivierkeke asked this question in Request
Discussion options

You must be logged in to vote

@olivierkeke,

Eltako devices are planned to be handled specifically as some of them use customized EEPs.
But as a temporary solution, you can use a custom mapping file and add the following entity code in the A5-06-01 section:

            - component: "sensor"
              name: "fhd60sb"
              config:
                 state_topic: ""
                 value_template: >-
                   {% if (value_json.ILL2|int) == 300 %}
                     {{ (value_json.SVC * 50) | round(1) }}
                   {% else %}
                     {{ value_json.ILL2 | round(1) }}
                   {% endif %}
                 device_class: "illuminance"
                 unit_of_measurement: "lx

Replies: 2 comments 10 replies

Comment options

You must be logged in to vote
4 replies
@olivierkeke
Comment options

@mak-gitdev
Comment options

Answer selected by olivierkeke
@olivierkeke
Comment options

@olivierkeke
Comment options

Comment options

You must be logged in to vote
6 replies
@olivierkeke
Comment options

@mak-gitdev
Comment options

@olivierkeke
Comment options

@mak-gitdev
Comment options

@olivierkeke
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request eltako Need support for Eltako
2 participants