
Security News
TypeScript is Porting Its Compiler to Go for 10x Faster Builds
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
Read the data from pimoroni BME680 and display on pimoroni SPI screen
sudo apt-get install python3-venv python3-dev libatlas-base-dev wkhtmltopdf libopenjp2-7
mkdir pi_weatherstation
cd pi_weatherstation
python3 -m venv .env
source .env/bin/activate
pip install pi_weatherstation\[st7789,bme680\]
pi_weatherstation -l debug
You can copy the example config file from https://github.com/guilhermef/pi_weatherstation/blob/main/examples/config.ini
The field metrics_location_label
will be added as a location label on prometheus.
Then you can run pi_weatherstation -c <path to config.ini>
This will also start a prometheus metric server that you can use to scrape. You can configure a label name location if you have multiple instances.
Install Prometheus on RaspberryPI
Create a free account on Grafana Cloud
Copy the existing prometheus.yml file to scrape the local pi_weatherstation, and add your remote_write auth on it. https://github.com/guilhermef/pi_weatherstation/blob/main/examples/prometheus.yml
Import the example dashboard on your new Grafana: https://github.com/guilhermef/pi_weatherstation/blob/main/examples/grafana_dashboard.json
If you want, you can use the systemd service unit file as an example
https://github.com/guilhermef/pi_weatherstation/blob/main/examples/pi_weatherstation.service
to /etc/systemd/system/pi_weatherstation.service
then, run:
sudo systemctl daemon-reload
sudo systemctl enable pi_weatherstation.service
sudo systemctl start pi_weatherstation.service
FAQs
Read the data from pimoroni BME680 and display on pimoroni SPI screen
We found that pi-weatherstation demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.