openhab / openhab-pebble

Pebble client for openHAB
Apache License 2.0
11 stars 20 forks source link

Added support for group items & update to SDK 3 #2

Closed TheNetStriker closed 8 years ago

TheNetStriker commented 8 years ago

I've updated the project to SDK 3 and added support for group items.

Signed-off-by: David Masshardt david@masshardt.ch (github: TheNetStriker)

llamahunter commented 8 years ago

Is this for grouping a number of dimmers or switches into a single widget so that they all operate in tandem?

TheNetStriker commented 8 years ago

Yes, I for instance have several groups for my Hue lights. With this patch I'am able to switch them all at once using my Pebble.

TheNetStriker commented 8 years ago

I just noticed that the IsNumeric function is missing. I'm at the moment also trying to implement a voice command function. It already works pretty good. I will upload a new pull request with all changes as soon as I'm finished with testing.

clach04 commented 8 years ago

I just tried to build and run this in cloudpebble and this also appears to suffer from issues #5 too.

kaikreuzer commented 8 years ago

@llamahunter Are you still maintaining the Pebble app? Haven't seen much activity here. Hope your are just temporarily busy and back soon!

llamahunter commented 8 years ago

Temporarily busy. Now traveling out of the country for a few weeks, and the time between Thanksgiving and New Years is hectic. Hope to have some time in January to tune up the app.

On Jan 3, 2016, at 10:31 PM, Kai Kreuzer notifications@github.com wrote:

@llamahunter Are you still maintaining the Pebble app? Haven't seen much activity here. Hope your are just temporarily busy and back soon!

— Reply to this email directly or view it on GitHub.

kaikreuzer commented 8 years ago

Thanks, looking forward to it :+1:

TheNetStriker commented 8 years ago

I've just created a new pull request where the IsNumeric function is implemented and also a voice command function and a new menu: https://github.com/openhab/openhab.pebble/pull/6

I will close this pull request.

llamahunter commented 8 years ago

Ah.. ok, catching up here. I think I will manually merge your group item change along with your isNumeric change.