Python Library and Home Assistant integration #15
Unanswered
Sotolotl
asked this question in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Great to see Apption Labs actually following up on releasing this API and engaging with the community! Here's a couple of projects I've already included the Meater API into:
Python PyPi module
I've written a basic little wrapper in python to make it easier to include in Python projects. It's on PyPi and can be installed with
pip install meater-python
. It doesn't add any more functionality over direct calls to the API, but it deals with the parsing of the data. You can check out more info on the github page.Home Assistant Integration
The main reason I made the python wrapper is to then integrate that into Home Assistant. Home Assistant is an open-source home automation framework, with hundreds of existing pieces of smart home tech integrated. I've submitted a pull request to add Meater probes into the project using the new API, but it's a bit of a beast so I'm not expecting that to be merged into the main project for a little while. If anyone wants to test it out in the meantime, let me know and I'll chuck some instructions together for adding the integration into your Home Assistant instance before it's merged.
If anyone does want to try those out, you can submit feedback and issues on the appropriate github threads.
Thanks again to Apption Labs for providing this API and letting us do amazing things with their product! ❤
Beta Was this translation helpful? Give feedback.
All reactions