Skip to content

Latest commit

 

History

History
28 lines (14 loc) · 948 Bytes

README.md

File metadata and controls

28 lines (14 loc) · 948 Bytes

weewx-meteoRX

About this Repository

This repository is a fork of https://github.com/matthewwall/weewx-meteostick for use with custom receiver modules. It has been modified and fixed in numerous ways to better support these custom receivers. It strives to maintain compatibility with the Meteostick driver as much as possible and should be compatible with either the custom receiver or the one described in the https://github.com/kobuki/VPTools repo.

Installation

  1. Install weewx, select Simulator as the weather station

http://weewx.com/docs/usersguide.htm

  1. Download the driver

wget -O weewx-meteoRX.zip https://github.com/kobuki/weewx-meteoRX/archive/master.zip

  1. Install the driver

sudo wee_extension --install weewx-meteoRX.zip

  1. Configure the driver

sudo wee_config --reconfigure

  1. Start weewx

sudo /etc/init.d/weewx start