Hi everyone,
I have a Vimar By-Me wired system which handles my roller shutters and underfloor heating.
I’m integrating this system with HomeAssistant via a KNX IP Interface.
I found all the KNX addresses of my devices with Vimar descriptions and I achieved to convert them in KNX format and match them with KNX configuration.
For instance, I achieved to integrate roller shutters with the KNX cover device type like the following (might help someone).
Vimar address description | KNX cover configuration variable |
---|---|
StopStepUpDown | stop_address |
UpDown | move_long_address |
Lock | |
ShutterPosition | position_address |
ShutterPositionInfo | position_state_address |
LockInfo |
And roller shutters are working properly in Home Assistant now!
I’m having troubles instead to fully integrate the underfloor heating.
These are all the addresses exposed by Vimar and on the right column you can see my current configuration with KNX climate.
I’m not sure if I configured it properly. I’m missing so many things here.
Vimar address description | KNX climate configuration variable |
---|---|
DPTx_ClimaForcedOff | |
DPTx_SysClockDateTime | |
DPTx_HumidityValue | |
DPTx_FanSpeed | |
DPTx_FanSpeedInfo | |
DPTx_ChangeOverMode | |
DPTx_ChangeOverModelnfo | |
DPTx_HvacMode | operation_mode_address |
DPTx_HvacModeInfo | operation_mode_state_address |
DPTx_TemperatureSetpoint1 | target_temperature_address |
DPTx_TemperatureSetpointInfo1 | target_temperature_state_address |
DPTx_FanManualEnable | |
DPTx_FanManualEnableInfo | |
DPTx_AmbientTemperature | temperature_address |
DPTx_OutStatus | |
DPTx_ManualModeTiming | |
DPTx_ManualModeTimingInfo | |
DPTx_SubFloorAlarm | |
DPTx_ManualHeatingSetpoint | |
DPTx_ManualHeatingSetpointInfo | |
DPTx_ReductionHeatingSetpoint | |
DPTx_ReductionHeatingSetpointInfo | |
DPTx_AbsenceHeatingSetpoint | |
DPTx_AbsenceHeatingSetpointInfo | |
DPTx_ProtectionHeatingSetpoint | |
DPTx_ProtectionHeatingSetpointInfo | |
DPTx_OnOff | active_state_address |
But I’m not sure at all. Can you help me matches this configuration with the KNX climate based on your experience?
Thank you very much!