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: 11 days 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-10T19:16:46.000Z (13 days ago)
- Last Synced: 2025-04-13T03:57:13.075Z (11 days ago)
- Topics: ble, fireplace, home-assistant, home-automation, napoleon, reverse-engineering, uart
- Language: Python
- Homepage: https://bonaparte.readthedocs.io
- Size: 1.09 MB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
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.