https://github.com/lukeprior/opennem-display
Creating a miniature live display of the fuel types in the Australian electricity grid.
https://github.com/lukeprior/opennem-display
electricity raspberry-pi renewable-energy
Last synced: 7 months ago
JSON representation
Creating a miniature live display of the fuel types in the Australian electricity grid.
- Host: GitHub
- URL: https://github.com/lukeprior/opennem-display
- Owner: LukePrior
- License: mit
- Created: 2022-05-13T06:32:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-15T11:24:16.000Z (about 3 years ago)
- Last Synced: 2025-02-05T19:36:15.075Z (8 months ago)
- Topics: electricity, raspberry-pi, renewable-energy
- Language: Python
- Homepage: https://diyodemag.com/projects/electricity_grid_dashboard_hyperpixel_raspberry_pi_zero_2_w
- Size: 25.4 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HyperPixel 2.1 Round OpenNEM Display
Creating a miniature live display of the fuel types in the Australian electricity grid.
| NEM Default Week | Victoria Default Day | Western Australia Renewable Month |
:-------------------------:|:-------------------------:|:-------------------------:
|  |  |  |# Setup
This repository contains the Python script used to generate the graphs and handle user input. The complete setup instructions including assembly and automatic startup can be found in the Diyode article.
# Testing/Development
Simply uncomment the following line for local development:
```python
screen = pygame.display.set_mode((480, 480))
```# DIYODE Magazine Article
[Diyode - Electricity Grid Dashboard - Issue 60](https://diyodemag.com/projects/electricity_grid_dashboard_hyperpixel_raspberry_pi_zero_2_w)
# License
This project is licensed under the MIT License.