paller / wavin-controller

A controller for Wavin AHC 9000 written in Python with focus for use in home-automation.
11 stars 4 forks source link

Added access to channel values #12

Closed lauer closed 6 years ago

lauer commented 6 years ago

This e.g. indicates the valve is on and what the current consumption is.

The code and idea is borrowed from https://community.openhab.org/t/new-binding-suggestion-wavin-ahc-9000-jablotron-ac-116/28422/32

lauer commented 6 years ago

@paller please review :)

lauer commented 6 years ago

The Current Consumption returns a value in W. (watt) as the documentation says

wavin modbus specification 01072013 current consumption

lauer commented 6 years ago

@paller better now?