TheRamon wrote:bxlouis wrote:Marci wrote:-
Hi Marci,
Will you provide an update about this issue ? At least the second one ?
Many thanks
Hi bxlouis,
I have improved the blinds support.
When my pull request gets approved the blinds will function properly, and you will be able to handle "inverted" blinds too.
https://github.com/PatchworkBoy/homebri ... cz/pull/28
I have 2 Somfy blinds which after the above update show in Eve as blinds percentage, but they are normal blinds. See one of the JSON outputs below (other one is the same). "SwitchType" : "Blinds", "SwitchTypeVal" : 3.
If I change the percentage it's not responding.
Before the update these were shown as On/Off.
Any idea's how to fix this?
Code: Select all
{
"ActTime" : 1469620742,
"ServerTime" : "2016-07-27 13:59:02",
"Sunrise" : "05:49",
"Sunset" : "21:34",
"result" : [
{
"AddjMulti" : 1.0,
"AddjMulti2" : 1.0,
"AddjValue" : 0.0,
"AddjValue2" : 0.0,
"BatteryLevel" : 255,
"CustomImage" : 0,
"Data" : "Open",
"Description" : "",
"Favorite" : 1,
"HardwareID" : 4,
"HardwareName" : "RFXCOM - RFXtrx433",
"HardwareType" : "RFXCOM - RFXtrx433 USB 433.92MHz Transceiver",
"HardwareTypeVal" : 1,
"HaveDimmer" : false,
"HaveGroupCmd" : false,
"HaveTimeout" : false,
"ID" : "012233",
"Image" : "Light",
"IsSubDevice" : false,
"LastUpdate" : "2016-07-27 12:02:08",
"Level" : 0,
"LevelInt" : 0,
"MaxDimLevel" : 0,
"Name" : "Zonnescherm voor",
"Notifications" : "false",
"PlanID" : "20",
"PlanIDs" : [ 20 ],
"Protected" : false,
"ShowNotifications" : true,
"SignalLevel" : "-",
"Status" : "Open",
"StrParam1" : "",
"StrParam2" : "",
"SubType" : "RFY",
"SwitchType" : "Blinds",
"SwitchTypeVal" : 3,
"Timers" : "false",
"Type" : "RFY",
"TypeImg" : "blinds",
"Unit" : 1,
"Used" : 1,
"UsedByCamera" : false,
"XOffset" : "0",
"YOffset" : "0",
"idx" : "71"
}
],
"status" : "OK",
"title" : "Devices"
}