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

Login #1

Closed
planet4 opened this issue May 24, 2018 · 3 comments
Closed

Login #1

planet4 opened this issue May 24, 2018 · 3 comments

Comments

@planet4
Copy link

planet4 commented May 24, 2018

Thanks for sharing. I am trying this module but wont get any data. I just do not understand how you can fetch the data without any api key or login/password. Is there anything I missed?

@Flagun
Copy link

Flagun commented May 25, 2018

Hi,
I had the same problem but I've found the solution.
Go to your module location open node_helper.s file

change these lines:

var url = config.host + ':' + config.port + '/api/states/' + devicename;

to:

var url = config.host + ':' + config.port + '/api/states/' + devicename + '?api_password=yourpassword';

and these:

var url = config.host + ':' + config.port + '/api/services/' + domain + '/' + service;

to:

var url = config.host + ':' + config.port + '/api/services/' + domain + '/' + service + '?api_password=yourpassword';

Cheers

@PauloPC
Copy link

PauloPC commented Jun 1, 2018

I have same situation.
Did you had updated HA recently? I did.
capturar

@sytone
Copy link
Contributor

sytone commented Jul 18, 2018

see my fork until pull #3 is completed

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

5 participants