Announcement

Collapse
No announcement yet.

Keeping a Node-Red Dashboard in sync with HomeSeer

Collapse
This is a sticky topic.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #31
    I have copied and pasted it into the change node. It wasnt working, I changed the dim level a few times, then I attached a debug node to the output of the change node, and nothing is coming through at all

    Click image for larger version

Name:	image.png
Views:	88
Size:	140.7 KB
ID:	1573943

    Comment


      #32
      Sorry, I messed up the JSONata expression. It should be:
      Code:
      $number($replace(status.text, /[^0-9]/, ""))
      Adds .text after status

      I would recommend the changes suggested below as well. You do not need a copy of the same Change node for each dimmer.


      Click image for larger version

Name:	image.png
Views:	92
Size:	116.6 KB
ID:	1573949
      Karl S
      HS4Pro on Windows 10
      1070 Devices
      56 Z-Wave Nodes
      104 Events
      HSTouch Clients: 3 Android, 1 iOS
      Google Home: 3 Mini units, 1 Pair Audios, 2 Displays

      Comment


        #33
        Sorry, still nothing coming through the Debug. I checked name of Bar Lights in the status is right. Can't see any obvious mistake.
        I will look at tidying up my flow tomorrow

        Comment

        Working...
        X