Skip to content

Cant see ldr value in Homeassistat #54

@JayPi01

Description

@JayPi01

Hi,

In my nodo Web UI I enabled and configured the mqtt client connection and it works fine.
Then I configured HomeAssistant as described in the manual:

mqtt:

  • light:
    name: "Wordclock"
    availability_topic: "wordclock/availability"
    state_topic: "wordclock/light/switch"
    command_topic: "wordclock/light/switch/set"
    rgb_state_topic: "wordclock/light/color"
    rgb_command_topic: "wordclock/light/color/set"
    qos: 0
    optimistic: false
  • sensor:
    name: "Light sensor"
    availability_topic: "wordclock/availability"
    state_topic: "wordclock/sensor/ldr"

In HomeAssistant I can see the 'wordclock/light' entity and I can set color and on/off.
But unfortunately the 'sensor' entity is not visible. Any ideas?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions