Outback Skybox Hybrid Inverter #17623
Replies: 1 comment
-
I worked around the issue. Here is my solution in case anyone else runs into a similar problem:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Edit: I came up with a workaround to my issue and the Skybox is now working in EVCC. The relevant part of evcc.yaml is posted in my followup comment.
I'm trying to connect my Outback Skybox hybrid inverter with EVCC. The inverter publishes all of the required information over a websocket. When I run the following command in the shell, it outputs a stream of my current grid power in Watts.
websocat -E --ping-interval 10 --ping-timeout 30 ws://x.x.x.x:3000/socket.io/\?EIO=3\&transport=websocket | jq --unbuffered '.[]?|objects|.fileData|.grid_realtime_wattage_sum|if . == null then empty else tonumber end'
I tried adding it to evcc.yaml as follows:
When I run
evcc -l trace meter
it times out after 30 seconds though it does show it's receiving the data from the websocket.I'm not sure if I'm doing something wrong or if this is a bug.
Here is the full output:
Beta Was this translation helpful? Give feedback.
All reactions