Xovis Api Documentation Link -
Xovis sensors (PC-Series) and the Xovis SPIDER processing unit offer two primary methods for data integration:
def get_current_occupancy(): try: response = requests.get( f"XOVIS_URL/occupancy/current", headers=headers, timeout=5 ) response.raise_for_status() data = response.json() xovis api documentation
Xovis sells several sensor generations (3D, X3, PC Tool 2 vs. 3). The API documentation does not clearly separate which endpoints work with which firmware. You often find an endpoint, only to discover it’s unsupported on your hardware. Xovis sensors (PC-Series) and the Xovis SPIDER processing