I am using homeassistant standard as below, and manually publishing the topic, but OH3 is unable to discover anything, even if I click the scan button, it is not able to find it.
homeassistant/binary_sensor/253/pir/config
Logs:
19:34:54.214 [DEBUG] [.core.karaf.internal.FeatureInstaller] - Running scheduled sync job
19:35:53.253 [DEBUG] [internal.DiscoveryServiceRegistryImpl] - Trying to start 2 scans with an aggregating listener.
19:35:53.255 [DEBUG] [internal.DiscoveryServiceRegistryImpl] - Triggering scan for thing types ‘[mqtt:systemBroker, mqtt:broker]’ on ‘MqttServiceDiscoveryService’…
19:35:53.256 [DEBUG] [internal.DiscoveryServiceRegistryImpl] - Finished 1 of 2 discovery services.
19:35:53.257 [DEBUG] [internal.DiscoveryServiceRegistryImpl] - Triggering scan for thing types ‘[mqtt:homie300]’ on ‘Homie300Discovery’…
19:35:53.258 [DEBUG] [internal.DiscoveryServiceRegistryImpl] - Finished 2 of 2 discovery services.
19:35:53.259 [DEBUG] [.internal.discovery.DiscoveryResource] - Scan for binding ‘mqtt’ successfully finished.
Either this is a bug or you have to manually create the HomeAssistant Things like your log seems to indicate. It does say that it “Found HomeAssistant thing” so there is some sort of discovery going on. You wouldn’t see those logs if you created a Generic MQTT Thing.
in HA, im exposing all light/switch entities to MQTT, i use a seperate base topic “openhab”
i see all my lights/switches in MQTT, so for example , i want to add thim item below