IoT 05.07.2026 4 min read Connect an ABB UNO-2.0 PV inverter to Home Assistant via the Aurora protocol An ABB UNO-2.0-TL-OUTD sends PV data locally to Home Assistant through RS485, the Aurora protocol, an Ethernet converter, and MQTT Discovery—without a vendor cloud. Home Assistant MQTT PV Python ABB Aurora Read more →
IoT 05.07.2026 3 min read Run your own server scripts from Home Assistant automations Let Home Assistant start a job on a LAN server through SSH or an authenticated HTTP endpoint, with tightly scoped permis… Home Assistant Automation shell_command
IoT 05.07.2026 2 min read Connect a Python service to Home Assistant via MQTT Publish Python measurements to Home Assistant with MQTT Discovery, Paho MQTT 2.x, confirmed delivery, retained messages,… MQTT Home Assistant Python
IoT 05.07.2026 2 min read Connect a Python service to the Home Assistant REST API Read Home Assistant states and call actions from Python while handling tokens, timeouts, HTTP errors, and secure network… REST-API Home Assistant Python