This commit is contained in:
2026-05-02 22:16:44 -04:00
parent 479f45229a
commit e806822dae
2 changed files with 27 additions and 3 deletions
+12
View File
@@ -0,0 +1,12 @@
from govee import GoveeApi
from time import sleep
GOVEE_DEVICE = "3D:22:D7:94:40:46:2F:72"
GOVEE_SKU = "H6168"
GOVEE_AWS = "owABAgT/AGQMACr//+YAADb//8k=,o//QAAIDAwAAAAAAAAAAAAAAAI4=,MwUKdwAAAAAAAAAAAAAAAAAAAEs="
GOVEE_IP = "172.16.0.15"
govee_api = GoveeApi(device_ip=GOVEE_IP)
govee_api.send_scene(GOVEE_AWS)
# sleep(5)
# govee_api.set_?to_original_color()