There is an unofficial add-on on the marketplace which youi can find here. This is not intended to be a replacement for that. However, I was having trouble with it and I had some credits on Gemini so I let the AI help my build a Python script that works with the Residio REST API and publishes what it finds to MQTT using the Home Assistant standard so OH can discover them.
I’ve only one Residio device, a T6 (IIRC) thermostat. So that’s all that the script currently supports.
Because I basically am one step away from having vibe coded this (I did review the code) I’m hesitant to post it. It’s also pretty limited in that I only know for sure it works with the thermostat. But if there’s demand for something like this I am willing to post it. I’ll even add more devices if there are people willing to test.
I have another script Gemini helped me build that sniffs the readings from a BerryMed BM2000B pulse oximeter and outputs it in a format that OSCAR20 and hms-cpap can use. I can post that somewhere if there’s interest in it too but this one is really niche. It also needs to be really close to the sensor.
Note, if you use a cpap, hms-cpap publishes to MQTT using the Home Assistant standard, and it keeps track of equipment maintenance. It could be something useful to add to a dashboard.
But I think stuff like this is where AI is going to shine for users. Niche connections and integrations can very quickly be thrown together with a few dollars worth of tokens from a frontier model. If you’ve a good GPU you might even be able to do it locally.