Hi,
I have multiple devices that communicate easily with iobroker. Now I need to get the information in home assistant
This is proving to be a bit more difficult than it should be. I have managed to get all topics sent via mqtt.
All in all I am looking at about 300 sensors that unless anyone has a better idea need to be manually configured.
To keep things organized, i would like to have a folder for the mqtt sensors. Each file would be a different device with multiple sensors. When attempting to implement this, I get the error that “sensor” is defined multiple times. Which is true due to each file starting with “sensor”. If i take all but one out, then only the sensors in the one file show up. Also makes some sense. Any suggestions how one could organize the mqtt sensors in multiple files?
Thanks!