Questions tagged [wink]

Wink is a home automation open technology platform focused on enhancing access to the connected home.

Wink logo

Wink is a home automation open technology platform focused on enhancing access to the connected home.

The Wink API connects Wink devices to users, apps, each other, and the wider web.

This tag should be used for questions related to the development and consumption of the Wink API.

6 questions
3
votes
1 answer

Python Alternative (Equivalent) to Wink Tokenizer JS

I have some JS functions that have helped me to tokenize my strings using Wink Tokenizer. I'm moving some services to Python and now I would like to get an equivalent tokenizer function. I have researched a lot and it seems Wink tokenizer is just…
Pablo Estrada
  • 3,182
  • 4
  • 30
  • 74
3
votes
0 answers

Issues with Pubnub + Wink Hub and sensors

I'm trying to get my Wink Hub working with Pubnub subscriptions in my iOS app, but all I ever get is a PNUnexpectedDisconnectCategory status in the didReceiveStatus callback. Here is the code: class AppDelegate: UIResponder, UIApplicationDelegate,…
JonahGabriel
  • 3,066
  • 2
  • 18
  • 28
2
votes
0 answers

How to use Wink API V2 from a non-web app

I have a command-line PHP application running on a 5min cron retrieving data from an internal web-service and calling a nimbus(former cloud-clock) device via the Wink API. - This was running great for the last few years. When authenticating with…
Michael
  • 357
  • 5
  • 11
0
votes
1 answer

Wink API v2 Hello World in PHP

Wink API is currently on version 2. My Question: How can you do a simple "Hello World" with the Wink API V2 via PHP? Notes: Wink uses PubNub for subscriptions (devices have an event) Uses OAuth2 standard Website/Login is often "hokey": (& will…
Kevin
  • 2,296
  • 21
  • 22
0
votes
0 answers

Wink API Subscriptions Stop Sending Overnight

I'm using the Wink API to control lights and thermostats etc. In the API you can subscribe to device topics to receive events such as when a light is turned on or off. This is handled through PubNub. I have this all working except that the events…
Etep
  • 533
  • 7
  • 20
0
votes
1 answer

Websphere v8.5.5 where to add the api visibility in the server.xml of the server

Hello all i am hosting a restful webservice via the inbuilt jax-rs of websphere.Everything seems good.But when i try to return a json response it throws an error unsupported media type 415. After spending some time on it i found that
mark
  • 47
  • 9