-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New support - Bali/Zwave via Blinds.com #1
Comments
Thanks, just updated it. I hope that works. |
I the pluggin with Somfy via Bali Zwave shades but having an issue with Homebridge. The pluggin communicates in Homebridge but does not return status instead I get the circling of death for status. If I use the build in Spring Fashions code below it works perfect but the device is detected as a light for the icon instead of a blind. Any chance any of you can help? Here is the built in one that works and returns status properly but shows as a Dimmer at the bottom and here is the live logging error I see. cf132972-5e28-440f-a03c-7c32f5f36b0f 10:58:37 AM: info postEventToEndpoint: event successfully posted. /**
*/
// fingerprint type: "0x1107", cc: "0x5E,0x26", deviceJoinName: "Window Shade"
// input "preset", "number", title: "Default half-open position (1-100). Springs Window Fashions users should consult their manuals.", defaultValue: 50, required: false, displayDuringSetup: false
} def parse(String description) { def getCheckInterval() { def installed() { def updated() {
} def zwaveEvent(physicalgraph.zwave.commands.basicv1.BasicReport cmd) { def zwaveEvent(physicalgraph.zwave.commands.basicv1.BasicSet cmd) { def zwaveEvent(physicalgraph.zwave.commands.switchmultilevelv3.SwitchMultilevelReport cmd) { private handleLevelReport(physicalgraph.zwave.Command cmd) {
} def zwaveEvent(physicalgraph.zwave.commands.switchmultilevelv3.SwitchMultilevelStopLevelChange cmd) { def zwaveEvent(physicalgraph.zwave.commands.manufacturerspecificv2.ManufacturerSpecificReport cmd) { def zwaveEvent(physicalgraph.zwave.commands.batteryv1.BatteryReport cmd) { def zwaveEvent(physicalgraph.zwave.commands.notificationv3.NotificationReport cmd) { def zwaveEvent(physicalgraph.zwave.Command cmd) { def open() { def close() { def setLevel(value, duration = null) { def presetPosition() { def stop() { def ping() { def refresh() { |
Any chance you can share the values for your blinds? You can find them in the IDE under the specific device. Data | MSR: 026E-4353-5A31 manufacturer: null |
For sure, anything you need. I really appreciate the help. Data | MSR: 026E-4353-5A31 Raw Description | zw:F type:1107 mfr:026E prod:4353 model:5A31 ver:11.02 zwv:4.33 lib:03 cc:5E,26,85,59,72,86,5A,73,25,7A,80 role:07 ff:9A00 ui:9A00
switchDirection | bool | false |
Any chance you have an idea on a fix from what I sent you?
On Sep 9, 2018, at 9:27 PM, ericvitale <[email protected]<mailto:[email protected]>> wrote:
Any chance you can share the values for your blinds? You can find them in the IDE under the specific device.
Data | MSR: 026E-4353-5A31 manufacturer: null
Raw Description | zw:F type:1107 mfr:026E prod:4353 model:5A31 ver:11.00 zwv:4.33 lib:03 cc:5E,80,86,72,5A,73,85,59,20,26,25,7A role:07 ff:9A00 ui:9A00
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#1 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AQS6enY84RbifIvFjke7wIY6dNyiH9leks5uZbHygaJpZM4Mv8wX>.
|
Can you try this branch? Do you know how to update from a branch that is not the master? |
I'm not a 100% do I just change it under the repository from master to something else? Thanks again for all your help I really appreciate it. |
Don't update via github integration. Just copy all the code from this page... and paste into the device handler code window of that device handler in the IDE. |
Good morning, sorry for the delay. I am getting a error when trying to save Here is what I used copied from the site then to notepad++ before pasting to the IDE. /**
*/ def dhVersion() { return "1.0.2" } metadata {
} def installed() { def configure() { def updated() {
} def doPoll() { def poll() {
} def refresh() {
} def parse(String description) {
} def configCheck() { def zwaveEvent(physicalgraph.zwave.commands.batteryv1.BatteryReport cmd) { def zwaveEvent(physicalgraph.zwave.commands.wakeupv2.WakeUpNotification cmd) {
} def zwaveEvent(physicalgraph.zwave.commands.basicv1.BasicReport cmd) { def zwaveEvent(physicalgraph.zwave.commands.basicv1.BasicSet cmd) { def zwaveEvent(physicalgraph.zwave.commands.switchmultilevelv1.SwitchMultilevelReport cmd) { def zwaveEvent(physicalgraph.zwave.commands.switchmultilevelv1.SwitchMultilevelSet cmd) { private dimmerEvents(physicalgraph.zwave.Command cmd) { def zwaveEvent(physicalgraph.zwave.commands.configurationv1.ConfigurationReport cmd) { def zwaveEvent(physicalgraph.zwave.commands.hailv1.Hail cmd) { def zwaveEvent(physicalgraph.zwave.commands.manufacturerspecificv2.ManufacturerSpecificReport cmd) { def zwaveEvent(physicalgraph.zwave.commands.switchmultilevelv1.SwitchMultilevelStopLevelChange cmd) { def zwaveEvent(physicalgraph.zwave.Command cmd) { def on() { def off() { def setLevel(level) {
} def setLevel(value, duration) { def open() { def close() { def presetPosition() { def levelOpenClose(value) { /************ Begin Logging Methods *******************************************************/ def determineLogLevel(data) { def log(data, type) {
} /************ End Logging Methods *********************************************************/ def sceneOne() { def sceneTwo() { def sceneThree() { def sceneFour() { def sceneFive() { def getMaxLevel() { def isConfigured() { def getStateVersion() { def setStateVersion(val) { def getNewStateVersion() { def getVersionStatementString() { def shouldReconfigure() { def getBattery() { def updateDeviceLastActivity(lastActivity) { def updateDeviceLastConfigured(lastConfigured) { def updateDeviceLastPoll(lastPoll) { def updateDeviceLastBattery(lastBattery) { |
Actually just reading one of your other threads below, this update works perfectly even the on and off. Only small issue is in Homebridge it shows up as a dimmer not sure if there is a easy fix I can do. |
I have confirmed this works with the Somfy via Bali zwave shades I just purchased via blinds.com
You might want to add support as they are not currently autodetected.
zw:F type:1107 mfr:026E prod:4353 model:5A31 ver:11.02 zwv:4.33 lib:03 cc:5E,26,85,59,72,86,5A,73,25,7A,80 role:07 ff:9A00 ui:9A00
If you need more info let me know
The text was updated successfully, but these errors were encountered: