Closed ajagnanan closed 4 years ago
What device types are the 9 that are not discovered and in what statestream topic hierarchy do they advertise, are you saying they are all binary_sensors ?
Many types are not supported yet e.g. things like statestream/remote/.., statestream/climate/.., statestream/sun/.., statestream/zone/.. statestream/media_player/.. statestream/persistent_notification/.. and others are not discovered
Do they all have a device_class topic reported to MQTT ?
If they are in binary_sensors please send me a topic expansion of some of them and I'll see why +/binary_sensor/+/friendly_name does not return them - are there any log errors or warnings ?
Yea, they are all binary_sensor (just door/window contact sensors). Hmm how would I get the topic expansions? I can do that when home. I did add them manually and its working.
Use something like the MQTT Explorer app and screegrab a problem device within binary_sensors
This one did not work
This one worked
The look the same
Yes they look the same.. I will manually create the first one and see what happens.
This device is discovered for me
I tested this again and it worked. Not sure what happened the first time. Thanks for checking.
Not sure how to go about finding what the issue is. I have 19 devices in home assistant, but the app only discovers 10 of those devices every time. If I manually subscribe to/binary_sensor/+/friendly_name, I do get all the devices. It might be related to the "pacing" I saw in the code, but not sure. Thanks for checking.