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

Didn´t connect to HS110 #83

Open
MatzeGER opened this issue Feb 21, 2021 · 2 comments
Open

Didn´t connect to HS110 #83

MatzeGER opened this issue Feb 21, 2021 · 2 comments

Comments

@MatzeGER
Copy link

The Energy Monitor isn´t find my HS110 what can i do?

I download the Archive, connect to WiFi and Start Localhost:3000 but no connected Device!?

EM

@donaldta
Copy link

I was experiencing the same issue.

I used Peter Robins' (probins) hack and added the following line above the "Object.keys(interfaces)" in the tplink-energy-monitor/services/device-manager.js file.

let devClient = new Client();
devClient.getDevice({ host: '192.168.1.66' })
.then(device => registerPlug(device))
.catch(err => console.log(err));

Where 192.168.1.66 was replaced with the current IP address of my KP115 and it finally showed up. There seems to be something wrong with the discovery process to find it on its own. So, you'll have to update the IP address anytime the plug gets a new one.

@Xeroxxx
Copy link

Xeroxxx commented Apr 1, 2021

Hey,
you may check out https://github.com/Xeroxxx/tplink-energy-monitor

We improved the current build form james and currently working (dev-v2.0 branch) on a complete remade and improved version.

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

3 participants