Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 975 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 975 Bytes

LoPy weather station

This repository contains a script to create a weather station using the LoPy, PySense and The Things Network. The script is sending for example light, humidity and temperature every 5 minutes to TTN. After sending the information a deep sleep is performed to minimize the power usage (running it on a solar panel and battery). My setup:

Retrieving the data using home assistant using the TTN component.

Modify the following lines in the script before using (values obtained from TTN):

app_eui = binascii.unhexlify('')
app_key = binascii.unhexlify('')

alt tag