Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/indigoparadox/funhouse_aware
Circuitpython script to gather room sensor data using Adafruit Funhouse and push to MQTT
https://github.com/indigoparadox/funhouse_aware
circuitpython embedded mqtt smarthome
Last synced: about 1 month ago
JSON representation
Circuitpython script to gather room sensor data using Adafruit Funhouse and push to MQTT
- Host: GitHub
- URL: https://github.com/indigoparadox/funhouse_aware
- Owner: indigoparadox
- License: gpl-3.0
- Created: 2023-08-04T01:53:24.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-14T02:42:37.000Z (over 1 year ago)
- Last Synced: 2023-08-14T03:31:11.958Z (over 1 year ago)
- Topics: circuitpython, embedded, mqtt, smarthome
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# funhouse_aware
Circuitpython script to gather room sensor data using Adafruit Funhouse and push to MQTT.
## Using
Rename the .dist files, removing the .dist suffix, and enter variables appropriate for your connected sensors/network.
Copy all code to Funhouse with the following adafruit support libraries in lib:
* adafruit_bitmap_font
* adafruit_display_text
* adafruit_minimqtt
* adafruit_pm25
* adafruit_scd30.mpy
* adafruit_sgp30.mpy## Requirements
* settings.toml file with values (TBD).
* BDF font file specified as FONT_BDF in settings.toml.## Credits
* Emote balloons and UI elements by Kenney (https://kenney.nl/assets/emotes-pack).