I still have trouble understanding how to add an MQTT device without YAML. It seems there’s an elaborate GUI flow made to deal with this, so why is this so complicated?

I have MQTT messages coming in. Their topics are e.g.

wx/temperature wx/humidity wx/light_lux wx/rain_mm wx/wind_dir_deg

How do I tell Home Assistant to just add the bloody device, and let me configure units afterwards and not type out 600 lines of YAML manually?

  • ThePantser@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    5
    ·
    4 months ago

    If MQTT or HA doesn’t see it and doesn’t give you the discovered device message you will probably have to create the device yourself in your config yaml.

    • oz1sej@lemmy.world
      cake
      OP
      link
      fedilink
      English
      arrow-up
      1
      ·
      4 months ago

      But what’s all the GUI shenanigans for, then? There are so many configuration options under MQTT devices in the GUI, but nowhere to enter an actual MQTT topic. I wonder what it’s for.

        • oz1sej@lemmy.world
          cake
          OP
          link
          fedilink
          English
          arrow-up
          1
          ·
          3 months ago

          Yes, with a Raspberry Pi, and sending data to the MQTT server directly with rtl_433 and the MQTT option.