Brian Ernesto

Results 18 comments of Brian Ernesto

Okay, no problem. I'll post any other issues I see.

I noticed that sometimes when I make a change like that I have to re-authenticate the service to get them to refresh in HomeKit. http://:8888/

Remove the wink tokens from the config.json file then start homebridge. Then navigate to: http://:8888 This will bring up the wink OAuth interface to authenticate and this will refresh your...

The board keeps removing the IP portion of the address. Should be: http://homebridgeipaddress:8888

Try deleting the cache found under .homebridge.

Persist is the folder that has the device cache files.

Wink sees it as a dimmer, as it has no notion of fans (facepalm). But, yes, it does update Wink.

I found a work around for this in the kitchen sink demo.js. [Here](https://github.com/ajaxorg/ace/blob/94422a4a892495564c56089af85019a8f8f24673/demo/kitchen-sink/demo.js#L441) Just save https://cloud9ide.github.io/emmet-core/emmet.js to your src-noconflict folder as ext-emmet_core.js and add the following lines: `ace.require("ace/ext/emmet").setCore('ext/emmet_core');` The module...