Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaechele/bonaparte
Library to control Napoleon eFIRE enabled fireplaces
https://github.com/kaechele/bonaparte
ble fireplace home-assistant home-automation napoleon reverse-engineering uart
Last synced: 3 months ago
JSON representation
Library to control Napoleon eFIRE enabled fireplaces
- Host: GitHub
- URL: https://github.com/kaechele/bonaparte
- Owner: kaechele
- License: mit
- Created: 2023-02-12T19:09:23.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T13:19:39.000Z (8 months ago)
- Last Synced: 2024-05-22T23:04:14.784Z (8 months ago)
- Topics: ble, fireplace, home-assistant, home-automation, napoleon, reverse-engineering, uart
- Language: Python
- Homepage: https://bonaparte.readthedocs.io
- Size: 828 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Bonaparte
Library to control Napoleon eFIRE enabled fireplaces
## Installation
For now the project uses the `pybonaparte` name on PyPI.
To install use: `pip install pybonaparte`.
The name may change to `bonaparte` some time in the future depending on the outcome of this ticket: https://github.com/pypi/support/issues/2683
## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
## Credits
This library is heavily inspired (if not shamelessly copied) from the work by J. Nick Koston (@bdraco) over at https://github.com/bdraco/yalexs-ble
This package was created with
[Copier](https://copier.readthedocs.io/) and the
[browniebroke/pypackage-template](https://github.com/browniebroke/pypackage-template)
project template.