-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
Getting no output...
ubuntu@hostname:~$ powertracker -d 7
{"level":"info","time":"2024-02-20T19:56:43+01:00","message":"connecting to ws://node1:8123/api/websocket"}
{"level":"info","time":"2024-02-20T19:56:43+01:00","message":"connected"}
{"level":"info","time":"2024-02-20T19:56:43+01:00","message":"authenticated"}
{"level":"error","time":"2024-02-20T19:56:43+01:00","message":"getting results: expected 24 sets of results, got 0"}
config.yaml:
url: 'http://localhost:8123'
api_key: eyVERY_LONG_STRING
sensor_id: sensor.power_consumption
I've also tried with sensor_id: sensor.energy_consumption_tarif_1 which is actually what is being recorded but to no success...