Skip to content

ID Problem #496

Closed Answered by Trzinka
Trzinka asked this question in Q&A
Dec 26, 2024 · 2 comments · 5 replies
Discussion options

You must be logged in to vote

Apparently the ID name in InkScape was really too long. Now that I shortened it, it works.

fp.yaml

            - entity: sensor.p1_meter_power_phase_3
              element: faza_c
              state_action:
              - service: floorplan.text_set
                service_data: >-
                  ${(entity.state !== undefined) ? Math.round(entity.state)  + "W" : "unknown"}
              - service: floorplan.class_set
                service_data:
                  class: static-temp
              tap_action: false
            - entity: sensor.p1_meter_power_phase_2
              element: faza_b
              state_action:
              - service: floorplan.text_set
                s…

Replies: 2 comments 5 replies

Comment options

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

@OzGav
Comment options

@Trzinka
Comment options

@Trzinka
Comment options

Comment options

You must be logged in to vote
1 reply
@OzGav
Comment options

Answer selected by Trzinka
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants