Beestat.io stuck on loading

Hello! The Beestat.io web app started getting stuck on the loading screen as of yesterday. I also have an API key that seems to have stopped working presumably the same time.

I don’t see other reports of Beestat.io being down, so I am thinking this is specific to my thermostat/account.

The response I get for ecobee_thermostat.read_id I get now is:

{
	"success": false,
	"data": {
		"error_message": "Session is expired.",
		"error_code": 1505
	}
}

Both your API usage and website usage are tied to beestat’s ability to connect to your ecobee account. Normally the connection has no issues, but when it does you typically just need to clear your app/browser cookies and log back in to beestat.

I did check the account registered under the same email as your forum account and everything is currently working. Let me know if you’re still having any problems.

I see the website has started working since my original post after logging in from a new browser.

However, API calls are still failing with error code 1505.

I am calling thermostat.read_id, ecobee_thermostat.read_id and runtime.sync like this:

https://api.beestat.io/?api_key=<APIKEY>&resource=thermostat&method=read_id

https://api.beestat.io/?api_key=<APIKEY>&resource=ecobee_thermostat&method=read_id

https://api.beestat.io/?api_key=<APIKEY>&resource=runtime&method=sync&arguments=%7B%22thermostat_id%22%3A14537%7D

I believe this should now be resolved. Let me know if you still see it happening.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.