Automate chime toggle

Information and support for EnvisaLink modules.

Moderators: EyezOnRich, GrandWizard

Post Reply
dcuste
Posts: 67
Joined: Tue Apr 09, 2013 11:40 pm

Automate chime toggle

Post by dcuste »

I have a honeywell 20P and an Android phone with AutomateIt installed. I created a widget that will go to a URL at specific times every day. I have it go to https://www.eyez-on.com/EZMOBILE/index. ... 1&pin=1234.

I thought this would toggle the chime, but it doesn't work. Does anybody have another way of automating the chime toggle function or know why what I am doing is not working?

FWI, the X...X in the URL that I actually send are replaced with real values and the PIN is a real pin, not the 1234. Eyez-on does respond with the correct display, but without the chime command queued up for execution.
blakem
Posts: 36
Joined: Fri Jan 11, 2013 8:00 am

Re: Automate chime toggle

Post by blakem »

I have tried something similar to create a quick disarm shortcut on my phone. I am not sure but I think the problem you may be having is your query string needs to be in the POST data but you are sending it in the GET command. It may not be possible unless your widget can send post data.

So "extraction=dohpincommand&hexaction=hchime&part=1&pin=1234", would be what is sent as post data assuming it is in the correct format. I can't verify because I don't have a honeywell.

Also I noticed the "rand" value is not static so you may run into problems if it is a critical value and you use a static one. Just something to be aware of if you later have problems.
Post Reply