Skip to content

Instantly share code, notes, and snippets.

@lfg6000
lfg6000 / gist:e677f4c910d17d96734e8fe8134bbc19
Created May 30, 2022 21:12
Deconz Rest API Python Example
import requests, pprint
# ***** use must have the deconz app or service running for this to work ******
# this was test using a ConBee II on windows and raspberry pi
# - to install the deconz app follow these instructions: https://phoscon.de/en/conbee2/install
# - on windows: from start menu run the 'deCONZ app' - it defaults to port 80
# - on pi from app on cmd line w/ ui: > /usr/bin/deCONZ --http-port=8080
runThisApi = 0