Three ways to integrate Conow into your smart home — whether you run Home Assistant on the cloud, prefer full local control over Modbus, or want your AI Agent to understand your energy.
Integration Modes
Three open-source integrations — use one, or combine them all.
Connect via Tuya cloud. Push updates, energy dashboard entities, and full device control — zero local wiring required.
Standard Modbus RTU over RS-485. No cloud, no account, no internet. Your data stays on your network — works offline.
Ask your AI about energy in plain language. "How much solar today?" "When is electricity cheapest?" One API key, any agent.
All three are open source, MIT licensed, and work independently or together.
| ☁️ HA Cloud | 🔌 Local Modbus | 🤖 AI Skills | |
|---|---|---|---|
| Best for | Smart home automation | DIY / EMS integration | Asking questions about energy |
| Connection | Tuya Cloud (MQTT) | RS-485 wired | Cloud API |
| Internet required | ✓ Yes | — No | ✓ Yes |
| Real-time control | ✓ Push updates | ✓ Instant (5s poll) | ✓ On-demand |
| Device write control | ✓ Full | ✓ Full | ✓ With confirmation |
| Setup time | 5 minutes | 30 minutes | 2 minutes |
| GitHub | home-assistant → | home-assistant-local → | agent-skills → |
Star us on GitHub, join the community, or contribute.