Skip to content
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo
  1. Home
  2. Controllers
  3. Home Assistant
  4. Not all of a node's children sensors are visible in HA

Not all of a node's children sensors are visible in HA

Scheduled Pinned Locked Moved Home Assistant
2 Posts 1 Posters 1.1k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • simboS Offline
    simboS Offline
    simbo
    wrote on last edited by simbo
    #1

    Howdy,

    I have added a new SenseBender NodeManger which is visible in the dev-states screen. However one of the children sensors is not showing in the dev-states screen in HA . Specifically the door sensor which is child sensor #3. Below is a copy and paste from the dev-states screen.

    sensor.nodemanager_113_1	24.99	battery_level: 100
    child_id: 1
    description: 
    device: /dev/ttyACM1
    node_id: 113
    V_TEMP: 24.99
    unit_of_measurement: °C
    friendly_name: NodeManager 113 1
    sensor.nodemanager_113_2	69.01	battery_level: 100
    child_id: 2
    description: 
    device: /dev/ttyACM1
    node_id: 113
    V_HUM: 69.01
    unit_of_measurement: %
    friendly_name: NodeManager 113 2
    sensor.nodemanager_113_200	SLEEPING	battery_level: 100
    child_id: 200
    description: 
    device: /dev/ttyACM1
    node_id: 113
    V_CUSTOM: SLEEPING
    friendly_name: NodeManager 113 200
    sensor.nodemanager_113_201	3.34	battery_level: 100
    child_id: 201
    description: 
    device: /dev/ttyACM1
    node_id: 113
    V_VOLTAGE: 3.34
    unit_of_measurement: V
    friendly_name: NodeManager 113 201
    

    I'm successfully running a number of other NodeManager SenseBender nodes on HA with just temp and humidity.

    The mysensors.json file appears to be showing the correct number of children sensors, including sensor #3 which is the door sensor:

    "113": {
        "sensor_id": 113,
        "children": {
          "1": {
            "id": 1,
            "type": 6,
            "description": "",
            "values": {
              "0": "24.99"
            }
          },
          "2": {
            "id": 2,
            "type": 7,
            "description": "",
            "values": {
              "1": "69.01"
            }
          },
          "3": {
            "id": 3,
            "type": 23,
            "description": "",
            "values": {
              "16": "1"
            }
          },
          "200": {
            "id": 200,
            "type": 23,
            "description": "",
            "values": {
              "48": "SLEEPING"
            }
          },
          "201": {
            "id": 201,
            "type": 30,
            "description": "",
            "values": {
              "38": "3.34"
            }
          }
        },
    

    I know that the door sensor is working as child sensor #200 shows the change to the wake / sleeping state when the NodeManager wakes up from the door sensor interrupt. Also, I can see that the NodeManager is sending the message in the serial console on change to the door sensor,

    Any thoughts as to why child sensor #3 is not showing in HA?

    Thanks,
    Simon

    1 Reply Last reply
    0
    • simboS Offline
      simboS Offline
      simbo
      wrote on last edited by
      #2

      I'm an idiot.......

      I just noticed a binary_sensor.nodemanager_113_3 was created in the dev-state page.

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      21

      Online

      11.7k

      Users

      11.2k

      Topics

      113.1k

      Posts


      Copyright 2025 TBD   |   Forum Guidelines   |   Privacy Policy   |   Terms of Service
      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • MySensors
      • OpenHardware.io
      • Categories
      • Recent
      • Tags
      • Popular