Examples
Examples are runnable reference implementations. Start with the smallest one that matches your integration.
| Example | Hardware | Data source | Writes | Best for |
|---|---|---|---|---|
| Simulated Pump | None | Python simulation | Yes | First end-to-end run |
| MQTT Temperature | Optional | MQTT bridge | No | Existing MQTT systems |
| Smart Greenhouse | Optional | Python/backend loop | Yes | Read and write controls |
| Smart Farm | Optional | Python/backend loop | Yes | Advanced automation concepts |
Run an example from this repository
Install the local SDK once from the repository root:
bash
python -m pip install -e ./sdkThen follow the selected example's README and documentation page.