Created At
May 16, 2026
Created At
May 16, 2026
Last Update
May 18, 2026
Platforms
HC 3 Lite, Yubii Home Pro, HC 3
Views
44
Download
1
Control and monitor a Salda RIS P EKO 3.0 heat-recovery ventilator from the Fibaro Home Center 3. Talks Modbus TCP directly to a Modbus gateway on your LAN — no external bridge service required.
com.fibaro.temperatureSensor)com.fibaro.temperatureSensor)com.fibaro.humiditySensor) Each updates its value every poll — usable in scenes, graphs, and notifications independent of the parent QuickApp.salda-recuperator-v1.0.0.fqa..fqa.mbgw_host — IP of your Modbus gateway (required)mbgw_port — TCP port (default 502)mbgw_slave — Modbus unit ID (default 1)poll_interval_s — seconds between reads (default 30)▶ Speed 1 (Low) etc. as soon as it has live data.If the header keeps showing "Configure 'mbgw_host'" you haven't set the gateway IP yet — go back to the Variables tab.
Methods on the parent QuickApp, callable from any scene or REST request:
| Method | Arg | Effect |
|---|---|---|
setSpeedN(stage) |
0..3 | Set fan stage |
setSpeed0/setSpeed1/setSpeed2/setSpeed3 |
— | Same, no arg |
boostOn / boostOff / boostToggle |
— | Boost coil |
tempChanged(N) |
0..30 | Supply air setpoint, °C |
Example: fibaro.call(<id>, "setSpeed2") from a Lua scene.
poll_interval_s lower makes the countdown smoother at the cost of more network traffic to the gateway.MIT.