venv added, updated
This commit is contained in:
4
solax.py
4
solax.py
@@ -8,9 +8,9 @@ org = "openhab"
|
||||
bucket = "openhab"
|
||||
client = InfluxDBClient(url="http://172.21.0.10:8086", token=token)
|
||||
|
||||
from openhab import openHAB
|
||||
from openhab import OpenHAB
|
||||
base_url = 'http://192.168.178.51:8080/rest'
|
||||
openhab = openHAB(base_url)
|
||||
openhab = OpenHAB(base_url)
|
||||
items = openhab.fetch_all_items()
|
||||
|
||||
solax_items=[
|
||||
|
||||
Reference in New Issue
Block a user