https://(your_app_name).mybluemix.net/freeboard/ui - main UI page
https://(your_app_name).mybluemix.net/freeboard/winkboard - sample freeboard 1
https://(your_app_name).mybluemix.net/freeboard/winkboardautogroup - sample freeboard
UI 2.0
https://(your_app_name).mybluemix.net/wnrUI
Added support to store global variable changes to InfluxDB. In order to capture change, you need to use function context.global.setGlobalVar(varName,varValue); to set global variable value instead of setting it directly.
Example, let say we want to set a value of context.global.LigthsNotification to false and also send that to influxDb. In that case, you need to use the following in function node:
context.global.setGlobalVar('LightsNotification',false);
if you do not need to send data to influxDb - node code changes required.
- Import updated winkCore.json
See this README for details
Wink changed device manufacturer string for nest cameras and set it as "nest_thermostat" not sure for how long but I updated core scripts to accomodoate this change
- Import updated winkCore.json
- Import updated winkIntegration.json
- do not forget to check duplicate websockets
- perform "FULL" deployment
04/23/2017
- Import updated winkCore.json
- do not forget to check duplicate websockets
- perform "FULL" deployment
SmartThings DEnergy Meter data
Required steps (SmartThings):
- You need to open SmartThings management page (https://graph.api.smartthings.com/)
- edit WNR Poster smartApp
- Open following link WNR Poster and copy all code to the "code" section
- Click on App Settings and Enable Oauth for the app.
- Click Update
- Click on "save" and "publish" " for me"
- then on the right side - select you Location, devices and actions that should go to Wnr
- at the bottom you need to populate your WNR url
- populate same SmartThings secret key that you entered in WNR configuration
- click Install
- copy 2 parameters that appear once app is installed to some temp location(notepad):
- re-deploy application in git
* On integration settings section scroll down and populate SmartThings API Token and SmartThings API Endpoint using values you copied from SmartThings smaprtApp in previous steps.<br>
* Navigate to Application Settings section and check "clear non-wink devices from cache
-
Click Submit, once you see the message that Configuration has been saved successfully.
-
click Refresh Wink Data
-
once that is done you should be able to see your SmartThings switches in controls section adn in Details page as well as in UI 2.0
Storm data now visible in dashboard, Support for multipe bloomsky stations. Closest station to home will be used for tempereature applet.
#####Required steps (WNR)
- Import updated winkCore.json
- Import updated winkIntegration.json
- do not forget to check duplicate websockets
- perform "FULL" deployment
######Bluemix git console:
- re-deploy application in git
when using in Robots:
- ecuteWinkCMD("light name","light","color_temperature",value in kelvin); *Example: ecuteWinkCMD("Living room","light","color_temperature",2700); when using in IFTTT maker:
- {"winkName": "light name", "type": "light","cmd":"color_temperature", "level":"value in kelvin","iftttkey": "xxxxxxxx"}
- Example: {"winkName": "Living room", "type": "light","cmd":"color_temperature", "level":"2700","iftttkey": "xxxxxxxx"}
Value in kelvin:
- for LifX - between 2500 and 9000
- for Wink, including HUE connected via WINK - between 2500 and 6500 Please use https://en.wikipedia.org/wiki/Color_temperature for value guidence.
#####Required steps (WNR)
- Import updated winkCore.json
- do not forget to check duplicate websockets
- perform "FULL" deployment
######Bluemix git console:
- re-deploy application in git
You can configure 2 additional color groups for holiday mode. Make it total to 3. Each group has its own delay and color mode. It is self explanatory on configuration tab/Holiday mode settings.
#####Required steps (WNR)
- If you have holiday mode running, stop it first
- Import updated winkIntegration.json
- Import updated tabletUI.json
- Import updated HolidayMode.json if you have color bulbs.
- perform "Modified Flows" deployment
New system added to the integration: WirelessTag
You can find more details about Wireless Tag here
SmartThings Dimming switches have level now and have full functonality from UI and WNR robots
Required steps (SmartThings):
- You need to open SmartThings management page (https://graph.api.smartthings.com/)
- edit WNR Poster smartApp
- Open following link WNR Poster and copy all code to the "code" section
- Click on App Settings and Enable Oauth for the app.
- Click Update
- Click on "save" and "publish" " for me"
- then on the right side - select you Location, devices and actions that should go to Wnr
- at the bottom you need to populate your WNR url
- populate same SmartThings secret key that you entered in WNR configuration
- click Install
- copy 2 parameters that appear once app is installed to some temp location(notepad):
- Import updated winkCore.json
- Import updated winkIntegration.json
- do not forget to check duplicate websockets
- perform "FULL" deployment
- navigate to freeboard/ui (UI 1.0) and open configuration tab
* On integration settings section scroll down and populate SmartThings API Token and SmartThings API Endpoint using values you copied from SmartThings smaprtApp in previous steps.<br>
* Navigate to Application Settings section and check "clear non-wink devices from cache
-
Click Submit, once you see the message that Configuration has been saved successfully.
-
click Refresh Wink Data
-
once that is done you should be able to see your SmartThings switches in controls section adn in Details page as well as in UI 2.0
This is next step in integration for SmartThings hub. You will be able to see ST switches under binary switches section in UI control tab.
Required steps (SmartThings):
- You need to open SmartThings management page (https://graph.api.smartthings.com/)
- edit WNR Poster smartApp
- Open following link WNR Poster and copy all code to the "code" section
- Click on App Settings and Enable Oauth for the app.
- Click Update
- Click on "save" and "publish" " for me"
- then on the right side - select you Location, devices and actions that should go to Wnr
- at the bottom you need to populate your WNR url
- populate same SmartThings secret key that you entered in WNR configuration
- click Install
- copy 2 parameters that appear once app is installed to some temp location(notepad):
- Import updated winkCore.json
- Import updated winkIntegration.json
- Import updated tabletUI.json
- do not forget to check duplicate websockets
- perform "FULL" deployment
- navigate to freeboard/ui (UI 1.0) and open configuration tab
- On integration settings section scroll down and populate SmartThings API Token and SmartThings API Endpoint using values you copied from SmartThings smaprtApp in previous steps.
- Click Submit, once you see the message that Configuration has been saved successfully, click Refresh Wink Data
- once that is done you should be able to see your SmartThings switches in controls section adn in Details page as well as in UI 2.0
- Data will appear on dashboards, and total lights count will reflect ST lights as well.
- You can use it in Robots to control WINK and LIFX devices
- You will see swithces on Controls tab but no controls for now.
- wink dashboard properly shows lights which are not part of any group
- context.global.checkPresence() function now has parameter 'newMode'. By default it will use old way to check presence. but if you call it with new parameter ex. context.global.checkPresence('newMode') it will use context.global.winkState.groups['@wnrSensors'].presence to check Presence. That will include SmartThings sensors as well.
- Import updated winkCore.json
- Import updated winkIntegration.json
- Import updated tabletUI.json
- do not forget to check duplicate websockets
- perform "FULL" deployment
Required steps (SmartThings):
- You need to open SmartThings management page (https://graph.api.smartthings.com/)
- edit WNR Poster smartApp
- Open following link WNR Poster and copy all code to the "code" section
- Click on "save" and "publish" " for me"
- then on the right side - select you Location, devices and actions that should go to Wnr
- at the bottom you need to populate your WNR url
- populate same SmartThings secret key that you entered in WNR configuration
- click Install
###Fix presence sensor issue. #####Required steps (WNR)
- Import updated winkIntegration.json
- perform "Modified Nodes" deployment
###Summary page shows counts and averages for all supported lights and sensors and systems. (WINK SmartThings, LifX)
###Support for dynamic IFTTT applets for Google Home Assistant
Google Home Assistant in IFTTT has ability to create "dynamic" applets where you can specify numeric and text entries that can be different. With that ability there is an easy way to add support for WinkNodeRed:
Here is the sample of such request:
First you need to create a new IFTTT Applet, select Google Assistant as "THIS" and then choose "Say a phrase with both a number and a text ingredient" as a trigger. You can put any wording you like and applet gives you ability to put several different ways for your phrase. For "dynamic part" you need to use $ for a text component and # for a number component. For example if I want to turn a light on at specific dim level I can put following phrase: "set $ on at # percent":
Once you do that - select Maker channel as "THAT" and put following:
- Url: https://your_app_name.mybluemix.net/red/ifttt
- Method: POST
- Content Type: application/json
- Body: {"winkName":"{{TextField}}","type":"light", "cmd":"on", "level":{{NumberField}},"iftttkey":"your_ifttt_key"}
Save this applet.
Now moving to WinkNodeRed side:
In order for this to work you need:
#####Required steps (WNR)
- Import updated winkCore.json
- Import updated winkIntegration.json
- Import updated tabletUI.json
- do not forget to check duplicate websockets
- perform "FULL" deployment
######Bluemix git console:
- re-deploy application in git
###Security improvements. Browser fingerprints added to most of request. JWT token will be verified to make sure request came from same browser where user authenticated to prevent "false" requests.
###Robot flow improvements. Added Key data for locks that support key data. if you use WNR robots when "lock" message will come to your flow it will have following payload:
{
"name": "Front door Lock",
"object_type": "lock",
"new_state": "Locked",
"old_state": "Unlocked",
"key_used": "Key #3"
}
#####Required steps (WNR)
- Import updated winkCore.json
- Import updated winkIntegration.json
- Import updated tabletUI.json
- do not forget to check duplicate websockets
- perform "FULL" deployment
######Bluemix git console:
- re-deploy application in git
###Security improvements.
- Browser sends md5 hash for user/password combination. This is better working for users with local installations where no SSL is configured.
- Application now using JWT (https://jwt.io/) for authorization. This is first step for better security for browser UI.
#####Required steps (WNR)
- Import updated winkCore.json
- Import updated winkIntegration.json
- Import updated tabletUI.json
- do not forget to check duplicate websockets
- perform "FULL" deployment
######Bluemix git console:
- re-deploy application in git
###Holiday Mode improvements. When holiday mode is turned off affected lights are turned off as well #####Required steps (WNR)
- Import updated HolidayMode.json if you have color bulbs.
- perform "FULL" deployment
###Holiday Mode bug fixes. If you imported yesterday's update prior to seing this, bug was identified which prevented system to work when only one bulb was selected.
#####Required steps (WNR)
- Import updated winkCore.json
- Import updated HolidayMode.json if you have color bulbs.
- do not forget to check duplicate websockets
- perform "FULL" deployment<br
Otherwise just follow steps from 10/01/2016.
###Holiday Mode, pushbullet channel, bug fixes
#####New addition:
Holiday mode that allows to cycle color bulbs using random color or color palette:
Global variable name - context.global.holiday_mode_on so you can use Alexa or IFTTT to turn mode on/off.
Do not forget to click "submit" every time you change something on config page
#####Updates:
Added ability to specify PushBullet Channel so multiple users can get messages:
#####Required steps (WNR)
- Import updated winkCore.json
- Import updated winkIntegration.json
- Import updated tabletUI.json
- Add new tab in flow editor and name in "HolidayMode".
- Import new HolidayMode.json if you have color bulbs.
- do not forget to check duplicate websockets
- perform "FULL" deployment
######Bluemix git console:
- re-deploy application in git
- Send robot Event to IFTTT
When WINK robot is fired event is sent to ifttt via Maker channel:
- event name equal to wink Robot name if robot name has more than one word, space is replaced to _
- example: If WINK Robot Name is My Robot, Maker Channel Event Name will be My_Robot
Flow Editor:
- event name equal to wink Robot name if robot name has more than one word, space is replaced to _
- Import updated winkCore.json
- do not forget to check duplicate websockets
- perform "FULL" deployment
- SmartThings Leak sensors properly report "leak"
- fan on/off command for thermostat
mycmd= context.global.executeTstatCMD(TstatName,command,extra parameter);
command :
'fan'
extra parameter : 'on' , 'off'
Flow Editor:
- Import updated winkCore.json
- Import updated winkIntegration.json
- do not forget to check duplicate websockets
- perform "FULL" deployment
#####SmartThings to Node Red integration for Sensors
This update starts new chapter in WNR. SmartThings integration.
First drop will allow sensor data from SmartThings hub to be avaliable in WNR.
Required steps (WNR)
- Import updated winkIntegration.json
- Import updated tabletUI.json
- perform "FULL" deployment
Bluemix git console:
- re-deploy application in git
- Open UI version 1, navigate to configuration tab/Integration settings, find "SmartThings Secret key" line and put some random string (you can use https://www.random.org/strings/)
Required steps (SmartThings):
- You need to open SmartThings management page (https://graph.api.smartthings.com/)
- Navigate to "My SmartApps" page and click on "add smart app" button, select "from Code"
- Open folloeing link WNR Poster and copy all code to the "code" section
- Click on "save" and "publish" " for me"
- then on the right side - select you Location, devices and actions that should go to Wnr
- at the bottom you need to populate your WNR url
- populate same SmartThings secret key that you entered in WNR configuration
- click Install
Once events start happening on ST side - data will flow to WNR so do not expect to see all devices immediately.
#####Added LeakSmart valves data to summary page (wnr UI 2.0 and 1.0)
Flow Editor:
- Import updated winkCore.json
- Import updated winkIntegration.json
- Import updated tabletUI.json
- do not forget to check duplicate websockets
- perform "FULL" deployment
Bluemix git console:
- re-deploy application in git
URL for wink API index has been changed after it was not accessible for some time last week I updated winkIntegration flow so it should work again.
Flow Editor:
- Import updated winkIntegration.json
- perform "FULL" deployment
####winkCore - added valve commands.
- use context.global.executeWinkCMD(winkname,type,cmd,level) function with following paramteres:
- winkname - LeakSmart Valve Name (user proper case as in wink app)
- type - 'valve'
- cmd:
- 'open' - this will open valve
- 'close' - this will close valve
####winkCore - added advanced lock commands.
- use context.global.executeWinkCMD(winkname,type,cmd,param) function with following paramteres:
- winkname - Wink Lock Name (user proper case as in wink app)
- type - 'lock'
- cmd:
- 'vacation_mode' - this will enable/disable vacation mode
- param = "true" or "false"
- 'beeper' - this will enable/disable beeper
- param = "true" or "false"
- 'auto_lock' - this will enable/disable auto lock
- param = "true" or "false"
- 'alarm' - this will activate lock alarm mode
- param = "null", "activity", "tamper", "forced_entry"
- 'vacation_mode' - this will enable/disable vacation mode
Flow Editor:
- Import updated winkCore.json
- do not forget to check duplicate websockets
- perform "FULL" deployment
It seems I missed documentation on how to use fadein/out/pulse effect commands inside node-red robots/schedules
fade in/fade out: mycmd= context.global.executeEffectCMD(effect,winkName,winkType,min,max,period);
parameters :
'effect': 'fadein','fadeout'
'winkName': dimmable light name or group name
'winkType': 'light' or 'group'
'min': min brightness (0-100)
'max': max brightness (0-100)
'period' : effect period in seconds
pulse: mycmd= context.global.executeEffectCMD(effect,winkName,winkType,min,max,period,repeat,delay);
parameters :
'effect': 'pulse'
'winkName': dimmable light name or group name
'winkType': 'light' or 'group'
'min': min brightness (0-100)
'max': max brightness (0-100)
'period' : put null or 0
'repeat' : 'number of "pulses"
'delay' : delay between "pulse" in seconds
then as usual type node.send(mycmd);
Wink changed it's api server name and I probably missed it but today old server stopped working due to expired certificate
Please update winkCore flow
Flow Editor:
- Import updated winkCore.json
- Import updated winkIntegration.json
- do not forget to check duplicate websockets
- perform "FULL" deployment
#####Milestone for WNR UI 2.0
controls are functional both directions. (no garage doors, robots and groups for this release)
Flow Editor:
- Import updated winkCore.json
- Import updated winkIntegration.json
- Import updated tabletUI.json
- do not forget to check duplicate websockets
- perform "FULL" deployment
Bluemix git console:
- re-deploy application in git
Node-Red core 0.14.3 has been released.
There are some changes in flow UI/ some new nodes, etc.
In order to move to this new version - update your package.json and re-deploy app in BlueMix git.
for local installations - you just need to follow instructions from http://nodered.org/docs/getting-started/upgrading.html
This update will also bring you new UI 2.0 version. Still early preview and not fully functional.
###Added missed command for supported thermostats to set users_away
#####Usage in robots/schedules
it is similar to other commands:
mycmd= context.global.executeTstatCMD(TstatName,command,extra parameter);
commands :
'mode'
extra parameter : 'heat_only' , 'cool_only' , 'auto' (if your model permits this)
'heat_start_at'
extra parameter : temp in celcius, you can use context.global.F2C(temp in F) - min temp when tstat starts heating
'cool_start_at'
etra parameter : temp in celcius, you can use context.global.F2C(temp in F) - max temp when tstat starts cooling
'powered'
extra_parameter : 'on' , 'off'
'users_away'
extra_parameter : 'true' , 'false'
Flow Editor:
- Import updated winkCore.json
- do not forget to check duplicate websockets
- perform "FULL" deployment
#####winkCore - added schedules to controls/robots tab.
- use context.global.executeWinkCMD(winkname,type,cmd) function with following paramteres:
- winkname - Robot or Schedule name (user proper case as in wink app)
- type - 'robot'
- cmd - 'enable'/'disable'
Flow Editor:
- Import updated winkCore.json
- do not forget to check duplicate websockets
- perform "FULL" deployment
####winkCore - added siren commands.
- use context.global.executeWinkCMD(winkname,type,cmd,level) function with following paramteres:
- winkname - siren name (user proper case as in wink app)
- type - 'siren'
- cmd:
- 'siren_only', 'strobe_only', 'siren_and_strobe' - this will turn siren on in one of the modes
- 'off' - this will turn siren off
- 'auto_shutoff' this will set auto shutoff. for this cmd type specify one of the following values using level parameter:
- null (manual shutdown), 30 , 60, 120 seconds to autoshutdown siren. This is a configuation command so you probably will never use it but if you do - make sure you know what you want.
Flow Editor:
- Import updated winkCore.json
- do not forget to check duplicate websockets
- perform "FULL" deployment
###Owntracks: Added ability to ignore iPhone ping events.
Flow Editor:
- Import updated winkIntegration.json
- Import updated tabletUI.json
###Added command that can be used in Robots to adjust theromstat settings:
#####Usage in robots/schedules
it is similar to other commands:
mycmd= context.global.executeTstatCMD(TstatName,command,extra parameter);
commands :
'mode'
extra parameter : 'heat_only' , 'cool_only' , 'auto' (if your model permits this)
'heat_start_at'
extra parameter : temp in celcius, you can use context.global.F2C(temp in F) - min temp when tstat starts heating
'cool_start_at'
etra parameter : temp in celcius, you can use context.global.F2C(temp in F) - max temp when tstat starts cooling
'powered'
extra_parameter : 'on' , 'off'
Flow Editor:
- Import updated winkCore.json
- do not forget to check duplicate websockets
- perform "FULL" deployment
- Presence automation additions:
- Option to turn on/off auto execution of wink shortcuts for Presence.
Flow Editor:
- Import updated winkIntegration.json
- Import updated tabletUI.json
- Owntracks additions:
- WNR defined home geofence radious is displayed on the map.
- Enhancements to presence detection and shortcut execution (owntracks region transitions are turned on).
- Navigate to configuration/Integration settings and scroll down to OwnTracks section and define your geofence radius. and accuracy threshold which will prevent "bad" location data to flow in
- click "submit"
Flow Editor:
- Import updated winkIntegration.json
- Import updated tabletUI.json
- Owntracks additions:
- Added WNR defined geo-radius.
- Enhancements to presence detection and shortcut execution.
Flow Editor:
-
Import updated winkIntegration.json
-
Import updated tabletUI.json
-
Navigate to configuration/Integration settings and scroll down to OwnTracks section and define your geofence radius.
-
click "submit"
#####Presence shortcut support:
To avoid future confusion you need to define following wink shortcuts:
- PRESENCE DAY / PRESENCE NIGHT - these will be executed when global presence status will change to true(somebody arrived) before sunset/after sunset
- NO PRESENCE DAY / NO PRESENCE NIGHT - these will be executed when global presence status will change to false (everybody left) before sunset/after sunset
- Added support for OwnTracks app with HTTP mode. (IOS supported currently, Android is on the way)
- Fixed Presence clearing bug.
Flow Editor:
- Import updated winkIntegration.json
- Import updated tabletUI.json
Bluemix git console:
- re-deploy application
- Navigate to configuration tab in tablet ui, and Look for OwnTracks Personal Key entry in Integration Settings
- Enter random Aplha-numeric only string no special symbols. You can use following Random String Generator
- Click Submit button to save it.
- Get OwnTracks application from app store on your phone.
- Configure Owntracks app using OwnTracks readme
- Re-load Tablet UI (refresh browser) and if everything worked, you should have new tab My Family where you will see your home marker, and markers for each sensor you add (just first letter so make then unique)
- and new data in details tab on MultiSensor panel.
- Presence will be automatically added to sensors list if you configure OwnTracks region.
Clear nonWink devices and Presence entries from cache.
New settings added to configuration tab/application settings
Select one relevat to you and click "submit" button. Refresh browser after that.
Flow Editor:
- Import updated winkCore.json
- Import updated tabletUI.json
- do not forget to check duplicate websockets
- perform "FULL" deployment
####Bloomsky:
Updated Bloomsky integration such that the UI will show the latest image from Bloomsky, without needing to refresh the browser.
Flow Editor:
- Import updated winkIntegration.json
- perform "Modified Nodes" deployment
####Blink Cameras:
Integration with Blink Home Cameras now live! If you have Blink cameras, your cameras can now show up in the Camera tab of the UI and the temperature data shows up in the sensors. Flow Editor:
- Import Blink.json
- Update "Define e-mail and password" node with your Blink username and password.
- Perform "Modified Nodes" deployment
Old or "deleted" wink devices are not shown anymore.
Flow Editor:
- Import updated winkCore.json
- do not forget to check duplicate websockets
- perform "FULL" deployment
Small updates:
- fixed #45 raised issue with camera image cropping.
- added function to save camera snapshots in robotos/schedules:
usage: node.send(context.global.saveCameraSnapshot(camera_name,event_name);
camera_name can be a single camera, example 'BasementCam' or list of cameras separated by comma - 'BasementCam,DeckCam'
Flow Editor:
- Import updated winkCore.json
- Import updated tabletUI.json
- do not forget to check duplicate websockets
- perform "FULL" deployment
Color change for supportted bulbs in ui including apple support :)
You still need to perform git console steps from previous update (03/30/2016) unless you aready done this.
Bluemix git console:
- re-deploy application in git
Flow Editor:
- Import updated tabletUI.json
- do not forget to check duplicate websockets
- perform "FULL" deployment
Color change for supportted bulbs in ui
- usage in scripts:
var color=context.global.tinycolor("red");
executeWinkCMD("light name","light","color",color.toHex());
List of color names -
https://www.w3.org/TR/css3-color/#svg-color
you can use hex value without leading # directly:
executeWinkCMD("light name","light","color","FF0000");
This command will only changes bulb color. You need to execute "power on" command first
Bluemix git console:
- copy contents of package.json and update same file in your configuration with it contents.
- add following line to the bluemix-settings.js inside functionGlobalContext section
-
,tinycolor : require("tinycolor2"). refer to [sample bluemix-settings.js](bluemix-settings.js)
-
- re-deploy application in git
Flow Editor:
- Import updated winkCore.json
- Import updated winkIntegration.json
- Import updated tabletUI.json
- do not forget to check duplicate websockets
- perform "FULL" deployment
- small bug fixes
- WNR robots on/off switch in configuration/application settings
Flow Editor:
- Import updated winkIntegration.json
- Import updated tabletUI.json
BloomSky integration
entry for the api key added to config tab
After update you should see BloomSky Data in MultiSensor section on Details tab:
You will also see latest sky image on cameras tab. Screenshots/history also works
Flow Editor:
- Import updated winkCore.json
- Import updated winkIntegration.json
- Import updated tabletUI.json
- do not forget to check duplicate websockets
- perform "FULL" deployment
Bluemix git console:
- re-deploy application
You can use following global variables:
context.global.Weather.Bloomsky:{
"Rain": false,
"Night": false,
"Luminance": 3455,
"Humidity": 38,
"Pressure": 991,
"UVIndex": "1",
"TemperatureC": 15.95,
"TemperatureF": 61
}
Flow Editor:
- Import updated winkCore.json
- Import updated winkIntegration.json
- Import updated tabletUI.json
- do not forget to check duplicate websockets
- perform "FULL" deployment
Vacation mode small update:
Flow Editor:
- Import updated tabletUI.json
- perform "Modified Flows" deployment
Vacation mode additions:
- Supported locks will turn vacation mode.
- Supported locks will activate tamper alarm.
- If presence is configured - Presence can turn vacation mode off automatically (stop random lights effect). Lock mode has to be changed manually back to normal.
- Selected light bulbs (including LIFX) will be randomly set to on, off or dim between sunset hour and 1 a.m
Required changes:
Bluemix git console:
- re-deploy application
Flow Editor:
- Import updated winkCore.json
- Import updated winkIntegration.json
- Import updated tabletUI.json
- Import updated blueIris.json
- do not forget to check duplicate websockets
- perform "FULL" deployment
- Added buttons to summary page to activate/deactivate Schedules and Vacation Mode.
- Vacation mode is a first drop so no random lights yet but it will turn on phone notification for all connected devices via pushbullet irregadles of manual settings and when motion is detected every camera in the app will automatically take a snapshot. I will continue to work on additional settings but it takes more time than I thought.
- Fixes for blueIris to remove error message
Required changes:
Bluemix git console:
- re-deploy application
Flow Editor:
- Import updated winkCore.json
- Import updated winkIntegration.json
- Import updated tabletUI.json
- Import updated blueIris.json
- do not forget to check duplicate websockets
- perform "FULL" deployment
- Garage doors are back for robots but still disabled in UI.
- Per request from a user, added mobile push notifications (same as ui) via pushbullet. In order to set this up you will need pushbullet API key which you can easily get. Just go to pushbullet.com, create or log in to your account, then navigate to Settings - Account, scroll down until you will see "generate Access token" button.
Copy the value and add it to the config tab "Pushbullet key"
As you can see config tab is re-designed a bit. so open "Apllication Settings" section and check what do you want to send to the phone
Then click "submit"
Flow Editor:
- Import updated winkCore.json
- Import updated winkIntegration.json
- Import updated tabletUI.json
- do not forget to check duplicate websockets
- perform "FULL" deployment
This update only required if you have WInk API key/Secret. If not, this update today not required
Ability to provide your own Wink API key/secret pair. Since we have temp throttling by wink (several days to make sure everything works OK) I added ability to populate your own WINK key which you can request through wink support site
Wink Support
Navigate to tab ui/configuration page and enter Client ID and Secret provided by Wink.
Click Submit and then Refresh Wink Data. After this your node-red will use your own Key.
Flow Editor:
- Import updated winkCore.json
- Import updated winkIntegration.json
- Import updated tabletUI.json
- do not forget to check duplicate websockets
- perform "FULL" deployment
After an issue yesterday I had to request new api keys for node-red project as well as make some additional filtering to prevent wink server overflowing. Latest changes have been applied at 5:05 P.M on 02/23/2016:
Required changes or app will not function if you updated flows before 5:05 P.M on 02/23/2016 you need to re-deploy winkCore flow
Bluemix git console:
- copy contents of package.json and update same file in your configuration with it contents.
- add following line to the bluemix-settings.js inside functionGlobalContext section
- ,wnr : require("winknodered"). refer to sample bluemix-settings.js
- re-deploy application in git
Flow Editor:
- Import updated winkCore.json
- Import updated winkIntegration.json
- Import updated tabletUI.json
- do not forget to check duplicate websockets
- perform "FULL" deployment
We had an issue earlier today when because of some fault device one of node-red application overflooded wink servers with data so I added a throttling mechanism that will prevent excessive messages to wink servers to 1 per second otherwise they can temorarely suspend access.
please perform ASAP
Flow Editor:
- Import updated winkCore.json
- Import updated winkIntegration.json
- Import updated tabletUI.json
- do not forget to check duplicate websockets
- perform "FULL" deployment
Bug fixes (robots formatting issue, etc.) Please import first 3 flows even if you do not need blue Iris
Added support for Blue Iris
Please use instructions for Blue Iris on how to set up access from outside your home network.
Once you set it up you need to know following:
- HTTPS will not be supported unless you get proper signed certificate. Blue Mix does not like self signed ones
- you need to turn off "secure only" option since it is not that secure anyway. Blue mix will not expose uid/pwd on the UI and will get image redirected through it servers and will deliver to user endpoint via HTTPS.
I recommend to get some dynamic dns name for this or you will have to change host name if your provide ip address will change. Once you configure Blue Iris, you need to:
Flow Editor:
- Import updated winkCore.json
- Import updated winkIntegration.json
- Import updated tabletUI.json
- Create new tab and import new blueIris.json
- do not forget to check duplicate websockets
- perform "FULL" deployment
Once you deployed and app reinitialized navigate to config tab of tablet ui and enter following info:
- host name should be in a form of http://you blue iris ip or host name:port (no backslash at the end)
- click on "refresh wink data" Once it is done - you should see your cameras in "cameras" tab.
You can also configure motion alerts to be routed to node-red and then being used in robots/notification/etc.
In Blue Iris software - navigate to camera settings/alerts
check "request from web service" and click configure.
On next screen you need to put following things:
- url - should be your bluemixapp.winknodered.net/red/blueiris/alerts/Your camera Short Name from BlueIris
- post text: {"motion":"true"}
- Make same entries for "request again when trigger is reset" but in this case populate {"motion":"false"} in the post text.
- I did not test that option so please let me know if it works or not. You should be all set.
I noticed some updates in wink API which did not happen before.
They are minor but mostly ui summary and controls page are affected in terms of status is not set properly all the time for lights and binary switches.
Flow Editor:
- Import updated winkCore.json
- do not forget to check duplicate websockets
- perform "FULL" deployment
Added manual snaphsot button for each camera:
Added new global object sunTimes to use in schedules/robots/etc. it has following values:
- sunrise - sunrise (top edge of the sun appears on the horizon)
- sunriseEnd - sunrise ends (bottom edge of the sun touches the horizon)
- goldenHourEnd - morning golden hour (soft light, best time for photography) ends
- solarNoon - solar noon (sun is in the highest position)
- goldenHour - evening golden hour starts
- sunsetStart - sunset starts (bottom edge of the sun touches the horizon)
- sunset - sunset (sun disappears below the horizon, evening civil twilight starts)
- dusk - dusk (evening nautical twilight starts)
- nauticalDusk - nautical dusk (evening astronomical twilight starts)
- night - night starts (dark enough for astronomical observations)
- nadir - nadir (darkest moment of the night, sun is in the lowest position)
- nightEnd - night ends (morning astronomical twilight starts)
- nauticalDawn - nautical dawn (morning nautical twilight starts)
- dawn - dawn (morning nautical twilight ends, morning civil twilight starts)
- sunset_m_1 - sunset minus one hour
Each attribute has 2 values: hour and minute
so if you want to get values for dawn you need to address it as:
- context.global.sunTimes.dawn.hour
- context.global.sunTimes.dawn.minute
Required changes:
Bluemix git console:
- copy contents of package.json and update same file in your configuration with it contents.
- add following line to the bluemix-settings.js inside functionGlobalContext section
- ,SunCalc : require("suncalc"). refer to sample bluemix-settings.js
- restart application
Flow Editor:
- Import updated winkCore.json
- Import updated winkIntegration.json
- Import updated tabletUI.json
- do not forget to check duplicate websockets
- perform "FULL" deployment
Added garage doors to controls tab under Locks and Doors section
Flow Editor:
- Import updated winkCore.json
- Import updated tabletUI.json
- do not forget to check duplicate websockets
- perform "FULL" deployment
Added separate "Robots" tab where you can check status and enable/disable them.
Garage doors should work now:
New Command types for IFTTT and internal use
Check HOWTO - IFTTT for instructions
Flow Editor:
- Import updated winkCore.json
- Import updated winkIntegration.json
- Import updated tabletUI.json
- do not forget to check duplicate websockets
- perform "FULL" deployment
Updated the "Standardize for robots" node on winkCore to allow for triggering Wink Node Red robots when a Wink app robot fires
Flow Editor:
- Import updated winkCore.json
- perform "FULL" deployment
- do not forget to check duplicate websockets
New icons for door/windows/cabinets and garage (not tested since I do not have this device)
Bluemix git console:
- restart application
Flow Editor:
- Import updated winkCore.json
- perform "FULL" deployment
- do not forget to check duplicate websockets
Ring door bell notifications shown in the log and in dashboard
Flow Editor:
- Import updated winkCore.json
- perform "FULL" deployment
- do not forget to check duplicate websockets
New light effects for IFTTT/Tasker/etc HOWTO - IFTTT
new custom page tab - navigate to config and add Label and url:
refresh browser window
Flow Editor:
- Import updated winkIntegration.json
- Import updated tabletUI.json
- perform "Modified Flows" deployment
Added forecast(just click on current conditions weather icon)
Added ability to call PRESENCE / NO PRESENCE shortcuts during day (before sunset) and
PRESENCE NIGHT / NO PRESENCE NIGHT after sunset and before sunrize
Flow Editor:
- Import updated winkCore.json
- Import updated winkIntegration.json
- Import updated tabletUI.json
- perform "FULL" deployment
Added ability to set/change global variable via ifttt
Added home occupancy icon based on Node-Red Presence
Bluemix git console:
- restart application
Flow Editor:
- Import updated winkCore.json
- Import updated winkIntegration.json
- Import updated tabletUI.json
- perform "FULL" deployment
Check HOWTO - IFTTT for instructions on how to set variable in node-red via IFTTT (last section of the document).
Check HOWTO - Presence for examples on how to set up Presence in Wink Node-Red
you can also use IFTTT wifi connected/disconnected in case of Android or IFTTT location instead of Life365 as THIS in recipe.
You can also use Tasker or similar software that can make an HTTPS POST call.
Imrpoved wink data refresh functionality:
now, when you click on the "refresh" button, ui will wait for data refresh to happen and then autorefresh itself
Fixes and updates:
Removed non-user created or empty robots from dashboards.
Removed empty groups
Fixed multi-sensors on "old" freeboards
Flow Editor:
- Import updated winkCore.json
- Import updated winkIntegration.json
- import updated Freeboards
- Import updated tabletUI.json
- perform "FULL" deployment
Added ability to refresh wink Devices via UI
Flow Editor:
- Import updated winkCore.json
- Import updated tabletUI.json
- perform "FULL" deployment
Added ability to save custom freeboards to your local computer so you can re-load them again:
Updated 'what changed' flow on winkCore to show occupancy and temp in *F
Removed 'second ws instance' trying to avoid ws duplicate errors
wink api should show 'retrieving' if it is not there yet.
Issue with deployment on bluemix
Added ability to show light status in the logs via config
Flow Editor:
- Import updated winkCore.json
- Import updated winkIntegration.json
- Import updated tabletUI.json
- perform "FULL" deployment
Bluemix git console:
- copy contents of package.json and update same file in your configuration with it contents.
- restart application
fixed - ifttt integration bug for shortcuts
removed canary from camera page
added canary status updates in event log
trying to solve dup websockets
wink api index added to summary page
- Import updated winkCore.json
- Import updated tabletUI.json
- Import updated winkIntegration.json
NOTE: In this case, once you have imported all 3 tabs, make sure you do a FULL import
Tablet UI summary updates: refuel icon, more dynamic changes(try to trigger tripper :) ), bug fixes
- Import updated winkCore.json
- Import updated tabletUI.json
- Import updated winkIntegration.json
Moved to node.js version 4.x since it is more stable and have better performance and memory management
- update package.json via git console of bluemix using package.json
- restart node-red app via blue-mix git
Readme - how to use node-red and IFTT, how to config blue-iris to post to node-red
HOWTO - IFTTT
Added presence details to freeboards:
Added automatic selection of websockets or http(s) get in case websockets are not supported for any reason
- import updated tabletUI.json
- import updated winkIntegration.json
- import updated Freeboards
Readme - how to import/update flows to node-red Import/Update Flows
Tablet UI config page, added clock format change:
Robots activity are now displayed in the activity log:
Robots status added to "detais" tab. If you have more than 10, robots will be splitted in the chunks of 10 to proper fill screen space:
Required changes:
- update package.json via git console of bluemix using package.json
- Import updated winkCore.json
- import updated tabletUI.json
- import updated winkIntegration.json
- restart your app via git dashboard or cf push.
For local setup, to change time display add following key to settings.js under functionGlobalContext section
,HoursFormat24:true (or false) based on your need.
Tablet UI config page, first drop:
Required changes:
- Import updated winkCore.json
- import updated tabletUI.json
- import updated winkIntegration.json
- restart your app via git dashboard or cf push.
This is for bliue-mix cloud instances only. If you are using local installation you will need to implement your own database connector.
Found bug in tabletUI please import updated tabletUI.json
Updated to Node-Red 0.12.X
Node red had new release couple of days back and now it is version 0.12.x. and it introduced some changes to http nodes
in order to make sure that latest version is used please
- copy contents of package.json and update same file in your configuration with it contents.
- restart wink app via cf push or git dashboard
After restart
* Import updated [winkCore.json](winkCore.json) * import updated [tabletUI.json](tabletUI.json) * import updated [winkIntegration.json](winkIntegration.json) * import updated [Freeboards](winkFreeboards.json)
Tablet UI summary page - small cosmetic fixes and battery notification if any batteries in your system is below 25%:
Tablet UI summary page:
New summary page with "dashboard" style :)
Required changes:
- Import updated winkCore.json
- import updated tabletUI.json
- import updated winkIntegration.json
- restart your app via git dashboard or cf push.
Tablet UI notifications:
Currently shows sensor info, battery info and more
3 level of messages:
- Alert - will stay until dismissed manually red box
- Warning will stay for 60 seconds yellow box
- Information will stau for 60 seconds blue box
Required changes:
- Import updated winkCore.json
- import updated tabletUI.json
- import updated winkIntegration.json
- restart your app via git dashboard or cf push.
Tablet UI updates:
- Shortcut buttons spinning wheel: Required changes:
- import updated tabletUI.json
Tablet UI updates:
- Locks added to control tab:
2. data exchange moved to websockes to reduce network traffic. With this change server pushes updates for control tab vs continious http gets.
Required changes: * import updated [tabletUI.json](tabletUI.json) * Import updated [winkCore.json](winkCore.json) * restart your app via git dashboard or cf push.
Tablet UI updates:
camera history shows in modal window and using carousel widget
required changes:
- import updated tabletUI.json
- restart your app via git dashboard or cf push.
Tablet UI updates:
- new app icon. Please remove existing from home screen and add again.
* import updated [tabletUI.json](tabletUI.json) * import updated [winkIntegration.json](winkIntegration.json) * restart your app via git dashboard or cf push.
Tablet UI with new controls tab.
-
add "crypto" module to bluemix-setting.json. First you need to add following line to the top section of the file: var crp = require("crypto");
So your first 3 lines in the file should look like this:
var crp = require("crypto");
var path = require("path");
var when = require("when"); -
You also need to update functionGlobalContext section and add following lines
,CRYPTO: crp -
do CF push and restart the app.
-
Import updated winkCore.json
-
Import updated winkFreeboards.json
-
Create new tab in flow editor and import new tabletUI.json
Updated with LIFX bulb support.
Required changes:
- Import updated winkCore.json
- Import updated winkIntegration.json
- Add the following to bluemix-settings.js into functionGlobalContext section:
,"LIFX_TOKEN":"your LIFX token"
- Import updated winkFreeboards.json Now it has first draft of "controls" page.
New "tablet friendly" dashboard with configurable buttons (can be assigned to activate wink shortcut)
Required changes:
- Import updated updated winkCore.json
- Import updated winkFreeboards.json
- Import updated winkIntegration.json
Add following to blumix-settings.js into functionGlobalContext section:
,"tab_ui_shortcuts":["wink shortcut name","wink shortcut name","wink shortcut name","wink shortcut name","wink shortcut name","wink shortcut name"]
New tablet dashboard is accessible via:
your_app_name.mybluemix.net/freeboard/ui
- Dlink MJPEG cameras support (no motion detection reporting to dashboard)
Following models should work 'DCS-930L','DCS-930' , 'DCS-931L','DCS-931', 'DCS-932L','DCS-932', 'DCS-933L','DCS-933', 'DCS-5020L','DCS-934L'
Please use camera documentation for steps, required to configure access to camera from internet.
Required changes:
- For Dlink - add following to blumix-settings.js into functionGlobalContext section:
,DlinkCam: {
"DCS934L" : {"hostname":"your ip:port","uid":"user id","pwd":"password","model":"DCS-934L"}
}
Add more cameras if you have them in similar way inside DlinkCam section
Make sure model is set exactly as one from the list above - add new tab and import new DlinkCam.json
- New cameras support - Dlink NIPCA series. Most should be able to report motion detection to dashboard and be used as triggers for IFTTT and snapshot recording
Following models should work DCS-1100(L), DCS-1130(L), DCS-2102, DCS-2103, DCS-2121, DCS-2130, DCS-2132L , DCS-2136L, DCS-2210, DCS-2230, DCS-2310L, DCS-2332L, DCS-3010, DCS-3112, DCS-3410, DCS-3411, DCS-3430, DCS-3710, DCS-3710 B1, DCS-3715, DCS-3716, DCS-5211L, DCS-5222L, DCS-5230L, DCS-5605, DCS-5635, DCS-6010L, DCS-6112(V), DCS-6113(V), DCS-6210, DCS-6314, DCS-6410, DCS-6510, DCS-6511, DCS-6513, DCS-6616, DCS-681x B1, DCS-6915, DCS-7010L, DCS-7110, DCS-7410, DCS-7413, DCS-7510, DCS-7513, DVS-310-1, DVS-V310-4, DCS-940L, DCS-942L
Please use camera documentation for steps, required to configure access to camera from internet. - Bug fixes
Required changes:
- For Dlink - add following to blumix-settings.js into functionGlobalContext section:
,DlinkCam: {
"DCS942L" : {"hostname":"your ip:port","uid":"user id","pwd":"password","model":"DCS-942L"}
}
Add more cameras if you have them in similar way inside DlinkCam section
Make sure model is set exactly as one from the list above - add new tab and import new DlinkCam.json
For bug fixes
- re-import winkCore.json
- re-import winkFreeboards.json
- If you have supported Foscam, re-import FosCam.json
- If you have supported Samsung Smartcams re-import smartCams.json
Now each camera in dashboards will have link to history (currently only works in cloud mode)
Also dlink cameras that suport status update for motion sensors will have virtual motion sensor in the system. Sensor name will be same as camera name. Can be used to trigger snapshot capture for other cameras as well as itself.
Do not forget to re-start application.
Added IFTTT support for new lutron zigbee remote, motion sensors, trippers.
Required changes:
- Import updated winkCore.json
for example I added new zigbee remote to my wink app and named it z Remote1.
in IFTTT create new recipe ,select Maker channel as this and choose "Receive web request".
Create name of the request using following logic:
- Name of your remote where all spaces are replaced by "_". in my case it will be z_Remote1
- add "_"
- add one of the following actions:
- "button_on_pressed"
- "button_off_pressed"
- "button_up_pressed"
- "button_down_pressed"
For example if I want to create IFTTT action when I press top (On) button I will put z_Remote1_button_on_pressed as event name.
Choose any channel and action for that.
Save your recipe
I also added same functionality for motion sensors and trippers:
same logic applies to sensor name (replace spaces with " _ ")
add "_" after name.
for motion sensor you can use following option:
- motion_started
- motion_ended
for trippers:
- opened
- closed
Examples
- Motion_sensor_motion_started
- Tripper_sensor_closed
Added ability to save motion based snapshots to Cloudant DB.
Required changes:
- Add following item to bluemix-settings.js into functionGlobalContext section:
,VCAP_SERVICES: JSON.parse(process.env.VCAP_SERVICES)
,camera_motion:{
"wink motion sensor name" : ["camera1 name","camera2 name"]
,"another wink motion sensor name" : ["camera1 name",...]
}
then first id in quotes is motion sensor names as in WinkApp. In case of nest/drop cam camera it should be camera name as in Wink App. In my case it is "Nest Camera".
then in square brakets put every camera name in quotes you want to have a screenshot from, when motion sensor detects motion. in case of multiple cameras put a colon as a delimiter
Letst take following example:
,camera_motion: {
"Nest Camera" : ["Nest Camera"]
,"Basement Sensor" : ["BasementCam"]
,"Living room sensor" : ["Nest Camera","FosCam1"]
,"foscam" : ["FosCam1"]
}
in this case first line - "Nest Camera" is a nestcam name from my Wink App, and obviously it will save images from itself when it will detect motion.
Second line: "Basement Sensor" is a motion sensor name from my Wink App. It will activate foscam camera BasementCam as I defined it in same bluemix-settings.js check these insructions.
third line: "Living room sensor" is motion sensor name from my Wink App. "Nest Camera" is my nestcam name from Wink App. FosCam1 is my foscam camera name as I defined it in bluemix-settings.js
and finally last line - if you have Foscam Fi89X camera models they also can report motion to node-red app as a motion sensor. Due to limitations they all report motion as one sensor which has name "foscam". In the last lane of the configuration I am defining that if motion comes from any Foscam F89X camera - save snapshot from camera "FosCam1"
-
Import updated updated winkCore.json
-
Import updated winkFreeboards.json
-
Import updated winkIntegration.json
-
if you have foscam - Import updated FosCam.json
-
if you have Samsung smartcam - Import updated smartCams.json
-
Resrtat application and test your motion sensors.
-
you can access history by opening freeboard dashboard: https://your_app_name.mybluemix.net/freeboard/camerahistory
Added support for CloundantDB for bluemix based instances. Planning to store camera images, presence history in case of restarts. Required changes:
- Update bluemix-settings.js and add following line to functionGlobalContext section:
,VCAP_SERVICES: JSON.parse(process.env.VCAP_SERVICES) - Import updated winkIntegration.json That is all
Added support for Samsung Smart Cameras Tested on Samsung SNH-E6440BN.
Several changes required for this camera to work properly
-
we need to add "crypto" module to bluemix-setting.json. First you need to add following line to the top section of the file: var crp = require("crypto");
So your first 3 lines in the file should look like this:
var crp = require("crypto");
var path = require("path");
var when = require("when"); -
You also need to update functionGlobalContext section and add following lines
,SamsungCam: {
"your cam name" : {"hostname":"your external ip:port","private_key":"your samsung cam private key"}
}
,CRYPTO: crp -
open flow editor, add a new tab and import smartCams.json
-
restart your app. You should be able to see your camera feed in all auto-generated dashboards
Added support for Foscam FI98XXX cameras (tested on FI9821W V2.1)
If you have Foscam FI98XX camera model
Please add "model":"HD" to you camera definition in bluemix-settings.json
For example first camera is FI98XX and second is FI89XX
, FosCam: {
"FI98XX Camera1 name": {"hostname":"external ip:port","uid":"admin","pwd":"your pwd","model":"HD"}
,"Camera2 name": {"hostname":"external ip:port","uid":"admin","pwd":"your pwd"}
}
import updated winkFreeboards.json and FosCam.json
re-deploy application.
Small bug fixes to reduce amount of messages sent to Initial State and IFTTT
First drop for Foscam mjpeg ip cameras. (no need to update if you do not use FosCam cameras) Features:
- Motion detection reporting
- Live video feed in wink dashboards you need to re-import winkFreeboards.json and then create a new tab call it Foscam and import new FosCam.json you also need to edit bluemix-setting.js file and add following section to functionGlobalContext:
, FosCam: {
"Camera1 name": {"hostname":"external ip:port","uid":"admin","pwd":"your pwd"}
,"Camera2 name": {"hostname":"external ip:port","uid":"admin","pwd":"your pwd"}
}
I assume that your foscam camera(s) can be accessed outside your local network (they have documentation on how to do that)
hostname should not include http so it should look like: "mycamera.mydomain.com:2233"
Add as many cameras as you have. do cf push or redeploy via ibm github. Re-import winkCore.json and winkFreeboards.json, create new tab name it FosCam and import FosCam.json Please wait as this will take take to initialize (approx 1-2 minutes after start)
Initial State integration.
Sign in to initialstate.com and get your api key.
update bluemix-settings.json and add following line to functionGlobalContext:
,InitialStateKey:"your initial state api key"
update winkCore flow from github. your activity should flow to initial State website
Please note that Bluemix-Monitoring.json has been divided into 3 sections. Updates to that file are discontinued as of today.
3 new json files have been created representing different sections Please remove current flow from your instance and start by creating 3 tabs or "workspaces" in node-red (use + icon on the left side of the flow editor. Then use "3 bar" menu, select Workspaces - Rename and name each:
Import corresponding json from github into each tab and re-deploy your flows.
Briefly: these 3 flows are "fundamental" flows. they cache state of your wink devides, getting weather and provide you with auto dashboards for:
-
Lights
-
Switches
-
Locks
-
Motion Sensors
-
Trippers
-
Groups
-
Scenes
-
Thermostats
-
Eggtrays
-
Piggybanks
-
PropaneTanks
-
Everything else that you have in wink ecosphere...
-
Weather
See README-Bluemix.md for all the details.
-- updates: Added authorization bearer to the outbound web service. in order to retrieve proper data please make sure to pass http header in freeboard Authorization: "Bearer "+"value of FREEBOARD_TOKEN" (one that you set during bluemix configuration) outbound webservice is accessible via "your node red host"/red/getGlobalDataJson img src="../../images/Freeboard/Add%20authorization%20header.png">
-- updates after proper deployment system can generate sample dashboard automatically: navigate to "your_host"/freeboard/winkboard to check it.