Search found 126 matches

by islipfd19
06 Oct 2015 17:28
Forum: Discussions in English
Topic: Opening blinds every morning
Replies: 7
Views: 9498

Re: Opening blinds every morning

What scripting language are you using? I'm using bash and have found the commands I provided work just fine; the $dev variable should have been replaced with the actual device id. I forgot to update it when I copied and pasted it. The same commands work in a web browser. My actual reply wasn't compl...
by islipfd19
05 Oct 2015 13:34
Forum: Discussions in English
Topic: Opening blinds every morning
Replies: 7
Views: 9498

Re: Opening blinds every morning

This is how I call a command in my script. The first is to save the cookie: curl http://<IP ADDRESS>:8083/ZAutomation/api/v1/devices/ZWayVDev_zway_28-0-49-3 -b /home/pi/cookie.txt -k The second and third turn the device off and on: http://<IP ADDRESS>:8083/ZWaveAPI/Run/devices[$dev].instances[0].com...
by islipfd19
05 Oct 2015 13:21
Forum: RaZberry
Topic: New 2.1.1 and 2.1.2-rc
Replies: 13
Views: 15914

Re: New 2.1.1 and 2.1.2-rc

Your config file must have gotten corrupted at some point or never was saved appropriately when the z-way service stopped. That had happened to me on an older release.
by islipfd19
04 Oct 2015 17:22
Forum: RaZberry
Topic: New 2.1.1 and 2.1.2-rc
Replies: 13
Views: 15914

Re: New 2.1.1 and 2.1.2-rc

Try restarting z-way-server, and if all else fails; reboot the RPi. You may even have to remove power and re-apply power. I've noticed that after a long period of time of z-way running (about 3 to 4 weeks or so) there's a comm issue with the Z-Wave GPIO daughter card and the only thing that fixes it...
by islipfd19
29 Sep 2015 18:27
Forum: RaZberry
Topic: SMS and Email Notifications
Replies: 20
Views: 46351

Re: SMS and Email Notifications

I modified the current email / sms moules to send emails. It can also send sms but you need to know the carriers domain extension; for example T-Mobile allows sending emails as text meesages. It's <your phone number>@tmomail.net.Well, that's what it is in the U.S. The module is updated on my fork'd ...
by islipfd19
23 Sep 2015 09:55
Forum: RaZberry
Topic: razberry android app stopped working
Replies: 3
Views: 5995

Re: razberry android app stopped working

Look for an app called Z-Way Control written by Dr. Christian Patz in Android Play Store. I've found this to be a very good replacement.
by islipfd19
17 Sep 2015 08:43
Forum: Recipes
Topic: [userModule] DoorsPolling
Replies: 0
Views: 5454

[userModule] DoorsPolling

I've always found it troubling that the door locks are kept up to date with their status. For instance, if someone was to manually unlock the door; z-way wouldn't know about it. So... I've modified the SwitchPolling module so that it only polls door locks. *Note - Keeping the poll time to a small nu...
by islipfd19
17 Sep 2015 08:37
Forum: Recipes
Topic: [userModule] AeonMultiSensor
Replies: 3
Views: 6611

Re: [userModule] AeonMultiSensor

The icon for some reason isn't displaying on the local apps page but displays on the active apps page. Not sure why that is. I think the issue is that you are using space in the name for your app (module.json) "moduleName":"Aeon Multi Sensor", That was the problem. I've uploaded...
by islipfd19
16 Sep 2015 10:55
Forum: Device specific
Topic: Z-Wave Secure Wall Switch SKU: SEC_SIR321
Replies: 5
Views: 8790

Re: secure wall switch status

Most devices won't send unsolicited reports.

You can work around this by using the switch polling App.
by islipfd19
15 Sep 2015 11:31
Forum: Recipes
Topic: [userModule] AeonMultiSensor
Replies: 3
Views: 6611

[userModule] AeonMultiSensor

Here's a module a few of you may find useful. I based it off of the Smart Light module written by Yurkin Vitaliy. it specifically uses the Aeotec 4 in 1 multisensor. For those of you who don't know what this sensor is, it can detect motion, sense the luminosity level, the humidity and temperature. I...