Hey all, I have an 8 bay Drobo, home-assistant doesn’t have native sensor support for Drobo. I wrote a python script that runs in a docker container. This will give status in json format that you can easily add to Home Assistant. It allows me to see status of my DROBO from Home Assistant. You can get the code here at Biofects Github
2 Likes
Thanks for sharing. I was looking for a way to get data from my Drobo5N and came across your script. Have it running in a docker container (after a few tweaks) and now pulling data in to HA which I am displaying in a dashboard. Just what I was looking for, thanks.