-
I think there might be people that have smartthings and want to try out home assistant as an alternative to developing native smartthings smart apps. They require you to develop in groovy, within a pr…
-
First, thank you for your influx node for nodered.
I have a question, is there a way to send multiple different measurements at the same time ? A few is ok but when I increase the number, the influ…
-
From the code, you have a typo of sorts in sun.js:
```
// heartbeat
// see https://github.com/dpjanes/iotdb-timers/issues/1
// for possible improvements
self._schedule({
id: "…
-
I got all the way through these steps in my local ‘homestar config’ HTML page:
Part 3: Authorize
You'll need the OAuth Client ID and OAuth Client Secret, which you copied from the last major step. I…
-
I decided to give this another go but now I have another issue. I first made sure I removed homestar and iotdb, so that I was starting from scratch.
```
$ npm uninstall -g iotdb
$ npm uninstall -g ho…
-
Is it possible, with HomeStar, to monitor a motion sensor for motion and run a specific set of code when that occurs? I see in the examples that you can check if there is currently motion, but is ther…
-
I wonder if there are any synergies that can be made between homebridge, homestar and iotDB
they are other projects with similar bridge to accessory frameworks..
take a look at their rather impressi…
-
This works once but does not repeat. When started _after_ sunset, it never triggers.
```
timers.sunset({
latitude: 46.93498,
longitude: 7.441162,
day_repeat: 1,
hour: 0,
delta: 10…
-
I am trying to control a contact switch on the hub with this, I have everything working but am unable to change the status of the contact switch:
I am doing this:
python smartthings.py --type conta…
-
seems after an ST update nothing seems to work. I just get this error:
pi@raspberrypi ~/iotdb-smartthings $ python smartthings.py --type switch
Traceback (most recent call last):
File "smartthings.…