JoDehli / PyLoxone

Python Loxone binding
Apache License 2.0
162 stars 40 forks source link

Add integration of non-digital VI's #244

Closed gigatexel closed 2 months ago

gigatexel commented 2 months ago

This code aims to integrate VI's that are configured as being non-digital.

VI's configured this way, enable easy transfer of numerical data from HA to Loxone (and vice-versa). The code implements this using Number-entities and considers the min, max and step parameters in Loxone.

The type of Number is determined by Home Assistant.

In my use case, I use this to:

image image

JoDehli commented 2 months ago

@gigatexel I merged it by hand. I did not test it because I do not use VI. Thanks for your work.