Homematic IP FAL support (HMIP-FAL230-C6;HMIP-FAL230-C10)

Hello,

Is it possible by any chance that HMIP-FAL can be integrated in homeassistant? I am using HAP and would need some integration with each channel of the FAL to trigger actions based on the channels in there. I am using also nodered on top of it for automation and this is why I ask for it.
Thanks a lot and it’s much appreciated

Hi,
current state is that it makes no sense to integrate HmIP-FALXXX.
The actors cannot be controlled and there are no sensors indicating a value state.
The required (Wall-)Thermostats are used for the HA-Integration.

BR

Hi,

this informations are nice to have if the valve is open or not also if in FROST_PROTECTION

In [24]: proxy.getParamset("00059D89XXXE404:4", "VALUES")
Out[24]: 
{'HUMIDITY_LIMITER': False,
 'EMERGENCY_OPERATION': False,
 'FROST_PROTECTION': False,
 'STATE': True,
 'DEW_POINT_ALARM': False,
 'EXTERNAL_CLOCK': False}

In [25]: proxy.getParamset("0005XX8XXXE404:1", "VALUES")
Out[25]: 
{'HUMIDITY_LIMITER': False,
 'EMERGENCY_OPERATION': False,
 'FROST_PROTECTION': False,
 'STATE': False,
 'DEW_POINT_ALARM': False,
 'EXTERNAL_CLOCK': False}

In [26]: 

Tried to adapt it at the code, but think someone who knows the code could it faster and easier :slight_smile:

Cheers

Hi,
it’s an old thread, but did you found a solution for it?