dhayab / homebridge-withings-air-quality

Homebridge plugin that exposes air quality data from the Withings WS-50 Smart Body Analyzer
MIT License
16 stars 6 forks source link

Could not fetch data from API / Invalid Session: sessionid missing #29

Open jocamero opened 2 years ago

jocamero commented 2 years ago

Getting the following error in the Homebridge logs. Any ideas how to fix this?

Could not fetch data from API / Invalid Session: sessionid missing

GibStorm commented 2 years ago

I have the same problem. Please advise,

myhomeiot commented 2 years ago

I have same problem when I use regular curl's query. The login API was changed and current login query doesn't work any more, instead you can use another login method from here, it's working.

Slug-Life commented 2 years ago

@dhayab or @myhomeiot, would either of you be willing to make the changes needed by the new login API? I looked into and think it may be beyond my ability.