Skip to main content

A Lightwave RF Proxy

Project description

Lightwave TRV Integration for HomeAssistant

This adds support for Thermostatic Radiator Valves (TRVs) to the LightwaveRF integration into HomeAssistant.
This is for Series 1 Lightwave

Getting Started

Lightwave does not provide an interface, via the API, to query the Lightwave Hub for the current TRV status. Instead the status is broadcast to the LAN. Thus this integration comes in two components. A HomeAssistant custom configurations, and a proxy. The proxy captures the TRV broadcast messages, and makes them available to a HomeAssistant polling loop.

Installing

  • github
git clone https://github.com/ColinRobbins/Homeassistant-Lightwave-TRV.git

or

  • pip
pip3 install lw-trv-proxy

Set up HomeAssistant

Copy the folder, and all its contents to the HomeAssistant configuration area.

cp -r customer_components ~homeassistant/.homeassistant

Configuration

The TRV broadcasts its status with the device serial number as the only identifier. This needs to be put into the HA configuration file. The file sample_configuration.yaml gives an example.

lightwave:
  host: 192.168.10.10    	# Lightwave Hub
  trv_proxy_ip: 127.0.0.1       # Proxy address, do not change unless running on a different server
  trv_proxy_port: 7878		# Do not change, unless a port clash
  lights:
    R99D1:
      name: Bedroom Light
  trv:				
    R1Dh:			# The ID of the TRV.  
      name: Bedroom TRV
      serial: E84902		# Serial number of the TRV - found in the Lightwave App, or web site

lightwave.py

A modification is required to

lib/python3.7/site-packages/lightwave/lightwave.py

to add TRV support. To replace the file...

sudo cp lightwave/lightwave.py <PATH>/lib/python3.7/site-packages/lightwave/lightwave.py

Replace <PATH> to the appropriate HomeAssistant folder.

Run the proxy

The proxy is (by default) configured to run on the same server as HA. No configuration should be needed. Simply run it...

python3 lwproxy.py &

You will need to run this as a service to survive reboots etc. I've created a systemctl template service description in lwproxy.service.

Test

Restart hass. (A restart is required, simply re-reading config is not sufficient)

Authors

License

This project is licensed under the same term as HomeAssistant - see the LICENSE.md file for details

Acknowledgements

  • GeoffAtHome for the initial work that started me investigating how to do this!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lw-trv-proxy-0.2.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

lw_trv_proxy-0.2-py3-none-any.whl (7.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page