You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This integration consumes the Koolnova REST API to control HVAC systems. The API is implemented with Django REST Framework and is available at https://api.koolnova.com/.
Endpoints Used
GET /projects/
Description: Retrieves the list of projects.
Query parameters:
page: 1
page_size: 25
ordering: -start_date
search: ""
is_oem: false
Response: List of projects with topic information.
GET /topics/sensors/
Description: Retrieves the list of sensors/zones.
Response: List of sensors with temperature, setpoint, status, fan speed, etc.