Skip to content
21 changes: 21 additions & 0 deletions .homeycompose/capabilities/knx_acknowledge_fault.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"type": "boolean",
"uiComponent": "button",
"title": {
"en": "Acknowledge fault",
"nl": "Fout bevestigen",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just for clarification what does this button do? The title is not very clear to me

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ttherbrink, It resets the fault thrown

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If this makes the fault reset to false it would make more sense to me to name it reset faults. this makes it clearer to the user what happens when the button is pressen

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good call — renamed in 0a0411d: the capability title is now Reset faults (translated to all 13 languages), and the pairing-UI GA label is now Reset faults address. Capability ID and setting key are kept as knx_acknowledge_fault / ga_acknowledge_fault to stay aligned with the KNX object name on the bus.

"da": "Bekræft fejl",
"de": "Fehler quittieren",
"es": "Reconocer fallo",
"fr": "Acquitter le défaut",
"it": "Conferma guasto",
"no": "Bekreft feil",
"sv": "Bekräfta fel",
"pl": "Potwierdź usterkę",
"ru": "Подтвердить неисправность",
"ko": "오류 확인",
"ar": "تأكيد الخطأ"
},
"getable": false,
"setable": true
}
22 changes: 22 additions & 0 deletions .homeycompose/capabilities/knx_alarm_signal.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"type": "boolean",
"uiComponent": "toggle",
"title": {
"en": "Alarm signal",
"nl": "Alarmsignaal",
"da": "Alarmsignal",
"de": "Alarmsignal",
"es": "Señal de alarma",
"fr": "Signal d'alarme",
"it": "Segnale di allarme",
"no": "Alarmsignal",
"sv": "Larmsignal",
"pl": "Sygnał alarmu",
"ru": "Сигнал тревоги",
"ko": "경보 신호",
"ar": "إشارة الإنذار"
},
"getable": true,
"setable": true,
"uiQuickAction": false
}
21 changes: 21 additions & 0 deletions .homeycompose/capabilities/knx_failure_230v.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"type": "boolean",
"uiComponent": "sensor",
"title": {
"en": "230V failure",
"nl": "230V storing",
"da": "230V fejl",
"de": "230V-Fehler",
"es": "Fallo de 230V",
"fr": "Défaut 230V",
"it": "Guasto 230V",
"no": "230V feil",
"sv": "230V fel",
"pl": "Awaria 230V",
"ru": "Неисправность 230В",
"ko": "230V 오류",
"ar": "عطل 230 فولت"
},
"getable": true,
"setable": false
}
21 changes: 21 additions & 0 deletions .homeycompose/capabilities/knx_failure_smoke.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"type": "boolean",
"uiComponent": "sensor",
"title": {
"en": "Smoke sensor failure",
"nl": "Rookmelder storing",
"da": "Røgdetektorfejl",
"de": "Rauchsensorfehler",
"es": "Fallo del sensor de humo",
"fr": "Défaut détecteur de fumée",
"it": "Guasto rilevatore di fumo",
"no": "Røykdetektorfeil",
"sv": "Rökdetektorfel",
"pl": "Awaria czujnika dymu",
"ru": "Неисправность датчика дыма",
"ko": "연기 센서 오류",
"ar": "عطل مستشعر الدخان"
},
"getable": true,
"setable": false
}
21 changes: 21 additions & 0 deletions .homeycompose/capabilities/knx_failure_temperature.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"type": "boolean",
"uiComponent": "sensor",
"title": {
"en": "Temperature sensor failure",
"nl": "Temperatuursensor storing",
"da": "Temperatursensorfejl",
"de": "Temperatursensorfehler",
"es": "Fallo del sensor de temperatura",
"fr": "Défaut capteur de température",
"it": "Guasto sensore temperatura",
"no": "Temperatursensorfeil",
"sv": "Temperatursensorfel",
"pl": "Awaria czujnika temperatury",
"ru": "Неисправность датчика температуры",
"ko": "온도 센서 오류",
"ar": "عطل مستشعر درجة الحرارة"
},
"getable": true,
"setable": false
}
Loading
Loading