Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2020 example.js #12

Open
drnic opened this issue May 22, 2020 · 0 comments
Open

2020 example.js #12

drnic opened this issue May 22, 2020 · 0 comments

Comments

@drnic
Copy link

drnic commented May 22, 2020

I had two fronius inverters installed recently and I got example.js working with the following config:

var fronius = require('./index'),
    util = require('util'),
    options = {
        username: "admin",
        password: "admin",
        host: '192.168.86.47',
        port: 80,
        deviceId: 1,
        version: 1
    },

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

@drnic drnic changed the title 2020 example 2020 example.js May 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant