Hi all,
I have an Electrolux Pure A9 Air Purifier and am looking to connect it to my Hubitat. I am a noob re groovy & have some experience in html, css & php, otherwise not much coding experience.
I've found a plugin for Homebridge, which allows me to see it on Apple's HomeKit but not on Hubitat. I've also found an OpenHAB binding for it, which uses Electrolux Delta REST API.
This would be, regardless, a cloud integration.
I noticed on the plugin for homebridge there's a CO2 sensor which isn't readable in Electrolux's own app.
So I guess I'm wondering what the best approach to getting started is here. Should I try to create drivers for the individual sensors & then an app? or just drivers?
And are there existing drivers anyone can recommend as examples?
I also have no idea how to handle the oauth question or if it's necessary for this device.
Without any authority on this at all, only shot-in-the-dark development of similar services.... Based on the file below it looks like the login process returns a token of some sort used in follow up calls... but I could be being lazy....
With my early development using REST API's I often used tools like Postman to test the various API calls I needed to make, including the various headers I needed to include.