Skip to content

Shelly power meter switch and how to call it in floor plan? Node Red #414

Closed Answered by Trzinka
Trzinka asked this question in Q&A
Discussion options

You must be logged in to vote

I was in error when showing whether the heating is ON/OFF, because it is automatically controlled via Node Red, and I don't need the tap_action either, because it is only for display!!!

The solution is as follows:

                    - entities:
                        - switch.tm_vh
                        - switch.tm_mi
                        - switch.tm_sp
                        - switch.tm_na
                        - switch.tm_di
                        - switch.tm_ko
                      state_action:
                        action: call-service
                        service: floorplan.class_set
                        service_data:
                          class: '${(entity.s…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
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
1 participant