🔌 Connect Hacs
I am a huge fan of HomeAssistant - if you like automations and making your whole life smart, it’s the thing to get! I’ll be following up with some articles on that soon 😅
Since I am working at PDQ and their Connect product has a nice API available, I whipped up a quick HomeAssistant integration for it. It adds a few sensor entities you can use in all kinds of automations, or just to show them nicely in a neat Dashboard.
The integration is based on their OpenAPI definition, and supports all entities it exposes. I’ll make sure to expand it as the API support expands as well.
[!NOTE] API usage requires a Connect Premium subscription
The integration is written in Python, and loosely based on another useful HomeAssistant integration for Hidroelectrica, a Romanian power supply company.
It was built with the help of Claude Code, manually reviewed as well, but don’t expect state of the art code here yet - this was more of a quick personal project 😅
Give it a spin and let me know what you think!