-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Description
Any chance to implement "Shutters"? Seems to be a sub-set with less functionality than blinds.
https://github.com/arachnetech/homebridge-mqttthing/blob/master/docs/Accessories.md#window
Fails:
{
"accessory": "mqttthing",
"url": "mqtt://127.0.0.1",
"username": "admin",
"password": "******",
"mqttOptions": {
"keepalive": 30
},
"type": "window",
"name": "Fenster",
"onValue": "0",
"offValue": "100",
"topics": {
"getOn": "stat/shutter-office-2-2/LEVEL",
"setOn": "cmnd/shutter-office-2-2/LEVEL",
"getCurrentPosition": "stat/shutter-office-2-2/LEVEL",
"getTargetPosition": "stat/shutter-office-2-2/LEVEL",
"setTargetPosition": "cmnd/shutter-office-2-2/LEVEL",
"getPositionState": "cmnd/shutter-office-2-2/STATE"
}
},Works:
{
"accessory": "mqttthing",
"url": "mqtt://127.0.0.1",
"username": "admin",
"password": "******",
"mqttOptions": {
"keepalive": 30
},
"type": "windowCovering",
"name": "Fenster Test",
"onValue": "0",
"offValue": "100",
"topics": {
"getOn": "stat/shutter-office-2-2/LEVEL",
"setOn": "cmnd/shutter-office-2-2/LEVEL",
"getCurrentPosition": "stat/shutter-office-2-2/LEVEL",
"getTargetPosition": "stat/shutter-office-2-2/LEVEL",
"setTargetPosition": "cmnd/shutter-office-2-2/LEVEL",
"getPositionState": "cmnd/shutter-office-2-2/STATE"
}
}If Alexa does not support it, any chance to send them as blinds? I really not care what type in Alexa app is used if they still work.
I could rename it in Homebridge but in real e.g. on my iPhone i like that they are shown as shutters and not blinds. Everything is working so far, but 14 shutters blocks me to enable subscription. ;-)
Thx for nice work...
Metadata
Metadata
Assignees
Labels
No labels