You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I discovered the host IP from Google Wifi app -- annoyingly the fronius inverter/datamapper does not give itself a name so it appears as "Unnamed device". Fortunately, it was one of very few unnamed devices and I found it quickly.
I needed to set version: 1.
The primary inverter listens on port: 80.
I have two inverters that are connected so I can run the node example.js with deviceId: 1 or deviceId: 2
The text was updated successfully, but these errors were encountered:
I had two fronius inverters installed recently and I got
example.js
working with the following config:I discovered the host IP from Google Wifi app -- annoyingly the fronius inverter/datamapper does not give itself a name so it appears as "Unnamed device". Fortunately, it was one of very few unnamed devices and I found it quickly.
I needed to set
version: 1
.The primary inverter listens on
port: 80
.I have two inverters that are connected so I can run the
node example.js
withdeviceId: 1
ordeviceId: 2
The text was updated successfully, but these errors were encountered: