Closed FutureCow closed 2 years ago
I'm trying to get this to work as well (as n00b). I am not encountering your issue though. When I run the usage script, the first line of output shows an "ID" which I believe is the "validation ID" variable returned by the Bold API based on your email address. This should then correspond to the "code ID" as received in the email. The password would be the password you set when using the Bold official app.
The library changed recently and Bold now supports oAuth2 so all the validation stuff is no longer applicable. I'm currently using this library in a Home Assistant integration that will be finished soon.
Do you have a timeline when a PR to HA core will be pushed? Ik glad to help and test if necessary! (Im using the new API with some HA helpers at the moment)
The only thing holding us back now from releasing is that we have to make Python tests for the HA component. Hopefully I have some time soon but if there is anybody who has time and can help, let me know.
Hi, any update ? Would be awesome to have something to work with. :)
Thanks for making this API, I had contact with Bold for a RESTfull API about 2 years ago they said it's coming, but i'm still waiting...
So now i will try your Python package to integrate this into my domotica system. But i'm not that familiar with python to understand the things that needs to be done. I've installed the package and trying to get it working. With your "Usage" example for the README, I simply copy and paste this into a "test.py" and run.(comment out all the other code #) After a run I received an email from Bold with a code but also this error:
If I put the received code inside my test.py (what password and token do I need to enter?) I received this error:
The InvalidValidationId error is about the codefrommail? or another error? Can you help me a bit further?