-
Notifications
You must be signed in to change notification settings - Fork 36
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
Aduro Hybrid Stove #822
Comments
Maybe someone can help be to develop the adapter by myself. i m a beginner and may soneone can do an code review |
@photomax2202 You can find Dev-Resources on https://www.iobroker.dev including infos on relevant Developer Telegram, Discord and Forum. Just joind there and we will be happy to support you and also do early reviews or such |
Welcome photomax2202 |
https://github.com/photomax2202/ioBroker.aduro-stove I created an adapter with the adapter-creator and added a repository. The early version can read account data (authorization token) from adurocloud.com. |
@photomax2202 |
Basic Authentication with Storing Token and Requesting Data with Axios is working basically.
|
Hallo |
<
POST > [https://adurocloud.com/api/auth/login] > getting Account details including valid Bearer Token by requesting with Json header {"email": "mail", "password": "password"}
GET > [https://adurocloud.com/api/stove/{Stove_Serial}] > getting Stove details by requesting with Json header with bearer Token
The text was updated successfully, but these errors were encountered: