Skip to content

A weewx service for pushing LOOP data to a websocket server

Notifications You must be signed in to change notification settings

gunhaxxor/weewx-websocket-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

weewx-websocket-service

A weewx service for pushing LOOP data to a websocket server

Installation

You will need to install the required python packages yourself if they are not already on your system. I did it with pip. They are:

  • websocket (>pip install websocket-client)
  • dotenv (>pip install python-dotenv)

Place the repository in weewx/bin/user/

Change weewx.conf by adding the bold part to the following line:

report_services = user.weewx-websocket-service.socketservice.SocketService, weewx.engine.StdPrint, weewx.engine.StdReport

About

A weewx service for pushing LOOP data to a websocket server

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages