Hello,
I have a recurring issue with one specific roller shutter managed through the built-in Satel Integra integration. All other roller shutters in my system work perfectly, both for state feedback and control from Home Assistant.
- The Problematic Cover
Status in HA: The state of this cover is correctly updated in Home Assistant when the shutter is moved locally via the Satel keypad. This confirms that the state readout/feedback is working fine (HA ← Satel).
The Failure: When attempting to control this specific shutter from Home Assistant or calling the underlying switches), nothing happens. The command (HA → Satel) seems to fail.
Closing this cover works.
"01KBA8V3BGH7GVGCGNK8BTEP4W": {
"data": {
"name": "Roleta salon 3 zamykanie",
"switchable_output_number": 26
},
"subentry_id": "01KBA8V3BGH7GVGCGNK8BTEP4W",
"subentry_type": "switchable_output",
"title": "Roleta salon 3 zamykanie (26)",
"unique_id": "switchable_output_26"
},
"01KBSH4D26WZ6M73AD023T4SJX": {
"data": {
"name": "Salon Roleta 3 Otwieranie",
"switchable_output_number": 25
},
"subentry_id": "01KBSH4D26WZ6M73AD023T4SJX",
"subentry_type": "switchable_output",
"title": "Salon Roleta 3 Otwieranie (25)",
"unique_id": "switchable_output_25"
}
}
- Satel Integra (DLOADX) Configuration
The affected cover uses the following two outputs on my Satel Integra panel (via an INT-ORS module, Address 1):
| Column 1 | Column 2 | Column 3 | Column 4 |
|---|---|---|---|
| Satel Output | Name in DLOADX | Type in DLOADX | Function in HA |
| 25 | Rol Sal 3 góra | 105. Roleta w górę | Opening Switch |
| 26 | Rol Sal 3 dół | 106. Roleta w dół | Closing Switch |
I found 2 bugs in HA not resolved with this problem the same [satel-integra integration] Some outputs doesn't work properly · Issue #58969 · home-assistant/core · GitHub and [satel-integra component] Some outputs not working · Issue #38334 · home-assistant/core · GitHub.
