pawlizio / my_velux

Custom component of velux integration for Home Assistant
31 stars 9 forks source link

Request: expose of limits values #31

Closed Diddlik closed 10 months ago

Diddlik commented 12 months ago

Is it possible to specify the limit values?Maybe as attributes or as sensors?In pyvlx it is already present. So you can tempalten it as a rain sensor:

# Read limits of windows   
# limit = await pyvlx.nodes['Bath'].get_limitation()    
# limit.min_value    
# limit.max_value

I also found the other implementation where it is in there, but is not maintained further: https://github.com/mago0211/home-assistant-custom-component-velux2

pawlizio commented 11 months ago

I added the VeluxWindow from the link you posted, please install latest prelease version and check if this works. I don't have windows to test this.

Diddlik commented 11 months ago

Update: looks good: grafik

still waiting for the next rain ;)

Diddlik commented 11 months ago

ok, it works and windows status is updated automatically. grafik

pawlizio commented 10 months ago

I assume this can be closed then.