timcharper / homebridge-vivint

Integrates Vivint security system with Apple Home
Other
34 stars 34 forks source link

More updates #9

Closed daymondm closed 5 years ago

daymondm commented 5 years ago

Hi @timcharper, I fixed the notes that you had commented on. Thank you for the feedback!

Changes:

r-cz commented 5 years ago

Lights and dimmers! Awesome 😍

jlhunter2008 commented 5 years ago

@timcharper can you look over these changes by @daymondm?

daymondm commented 5 years ago

Was able to get a camera feed in HomeKit today so... coming soon

mceres commented 5 years ago

all looks good.. just the issue with the dimmers that for some reason gets a random value when turning them off....i believe the dimmers only take a val: from 0-100 and not an s:. thats what i saw when capturing the events in postman.

mceres commented 5 years ago

i got this error.

image

daymondm commented 5 years ago

setTimeout function should look like:

                setTimeout(() => {
                        this.service.getCharacteristic(Characteristic.MotionDetected).updateValue(0)
                        this.data.vdt = 0
                    },5000

confirmed that this works.. ill update the code

timcharper commented 5 years ago

@daymondm did you mean to close this?