An open API service indexing awesome lists of open source software.

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.

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 |
:-------------------------:|:-------------------------:|:-------------------------:
| ![image](https://user-images.githubusercontent.com/22492406/168225401-1a38c301-24d9-4095-abed-14558e69ad1c.png) | ![image](https://user-images.githubusercontent.com/22492406/168225493-436bbb69-6d3d-4fc8-af92-d02177491a13.png) | ![image](https://user-images.githubusercontent.com/22492406/168225574-f77992c1-8a59-4fb5-97f7-b8d2e164d87b.png) |

# 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.