Hey everybody, first posting here I hope this all finds you well, I was just wondering if there was a greater need for weather station integration, I have made my own and was wondering if you would like me to share how I have made my own, I look forward to your replies and thoughts
Hi! I have an old Oregon Scientific weather station and wanted to integrate it with HA.
RFXTRX transceiver is pretty pricey… So I personally would like to take a look at your solution.
Thanks in advance!)
Currently this is measuring sensors every minute and transmits the previous hourly data to a server i have in the cloud using the 3g communications and MQTT, i have adjusted its configuration slightly and removed 3G connectivity and added to my LAN over wifi and currently have it sending data to HA via MQTT every minute.
If there is enough interest i will provide a more detailed step by step guide, pricing, suppliers and all the code to go with it.
Wind speed is measured using interrupts on the raspberry pi, this method is also used for measuring rainfall. Wind direction is done by a voltage measurement using the ADS1115 ADC the voltage measured is relational to the direction.