nebulous / infinitude

Open control of Carrier/Bryant thermostats
MIT License
225 stars 50 forks source link

Devices API call is empty #96

Closed gibson9583 closed 4 years ago

gibson9583 commented 4 years ago

Installed web append it appears to be running fine. I can see temp set points, humidity, comfort profiles, etc. However, the /api/devices API call is returning nothing:

{"data":{},"status":"success"}

Should I not see something here?

nebulous commented 4 years ago

Was there some documentation which pointed you to use /api/devices? Infinitude doesn't implement that endpoint, though due to some wildcards in routing, it does respond to it which can be a bit confusing. GET /api/somethingblahblah will return the same empty object.