https://github.com/matze/meater
MEATER crate + app
https://github.com/matze/meater
meater pi-zero-w
Last synced: 2 months ago
JSON representation
MEATER crate + app
- Host: GitHub
- URL: https://github.com/matze/meater
- Owner: matze
- License: mit
- Created: 2023-12-03T21:30:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-10T07:08:29.000Z (5 months ago)
- Last Synced: 2025-02-09T13:41:58.091Z (4 months ago)
- Topics: meater, pi-zero-w
- Language: Rust
- Homepage:
- Size: 65.4 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MEATER reader
A small helper crate to connect to and read data from a [MEATER](https://www.meater.com) smart
thermometer as well as a little Raspberry Pi Zero application to display
the temperature and battery level.## Raspberry Pi application
Install the following `meater.service` into `/etc/systemd/system/meater.service`
```
[Unit]
Description=MEATER service
After=bluetooth.target[Service]
ExecStart=/usr/bin/meater[Install]
WantedBy=multi-user.target
```to start the application as a systemd service automatically. In addition, edit
`/etc/bluetooth/main.conf` and change```
DiscoverableTimeout = 0
```to avoid losing the device after three minutes.
## Acknowledgements
Temperature conversion taken from the reverse engineering efforts by [Nathan
Faber](https://github.com/nathanfaber/meaterble).## License
[MIT](./LICENSE)