Skip to content

Instantly share code, notes, and snippets.

@BenPru
BenPru / Lux_WS.py
Last active August 1, 2023 14:50
Python Test Module for connecting luxtronik websocket
#!/usr/bin/env python
import threading
import time
import websocket
import xmltodict
ws_url = "ws://wp-novelan:8214"
subprotocols=["Lux_WS"]
login = "LOGIN;999999"