mriksman
mriksman
Further to this, if I want to make changes to the code - should I do it in `dist` or `src`?
Unfortunately I am not a Github user - I'm just dangerous enough to poke around the code on the Raspberry Pi and make changes to the code as required! Not...
As soon as you exit the Wink app and reopen it, they appear closed. My workaround on homebridge-wink2 worked great (as long as you didn't use Wink or the Somfy...
@sibartlett Any further thoughts on how to provide a local variable to use to track state?
I reached out to Stack Exchange, but they weren't any help. My attempts have so far failed - ES6/ES7 and export modules has thrown me. Anywhere I try and place...
`(node:2105) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): TypeError: Cannot read property 'lastState' of undefined` I see you're trying to use a variable `accessory.lastState` - but where should this variable...
so typing `accessory.lastState` should automatically define a new variable `lastState` in the `accessory `object? You don't need to declare it anywhere like` var accessory.lastState` or anything? I'm editing the files...
Yeah I have already 'converted' between src and dist code :) Still getting this error `(node:3527) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): TypeError: Cannot read property 'lastState' of undefined...
@sibartlett You missed the two `get `calls further down in `AccessoryHelper.js`. Lines 139 and 140; ``` const oldValue = c.get(context.last_reading, mergedValues1); const newValue = device && c.get(device.last_reading, mergedValues2); ``` Once...
Wink reported them as open? In my Wink, the default state is closed. Wink doesn't have state feedback for Somfy Z-Wave blinds. If you change the state in Wink, force...