Search found 44 matches

by Mike2545
Sat Jan 14, 2017 4:35 pm
Forum: PINK
Topic: Last Post Variable Number Nb_varSV
Replies: 16
Views: 25899

Re: Last Post Variable Number Nb_varSV

Tom, I only read NbvarSV after NbvarST (bit 1) tells me a var got updated If I read the NbVarSv like this SEROUT2 pinkTX, pinkBaud, ["!NB0SV"] ' Command To Read Last post SERIN2 pinkRX, pinkBaud,PauseBit,timeout2,[Nb_varSV] it goes to FF on the /VV_Show.htm page, like it should. and Nb_var...
by Mike2545
Sat Jan 14, 2017 12:46 pm
Forum: PINK
Topic: Last Post Variable Number Nb_varSV
Replies: 16
Views: 25899

Re: Last Post Variable Number

Yeah, Last Post Variable Number "Nb_varSV" is not working in the latest firmware release.


Mike
by Mike2545
Fri Jan 13, 2017 5:39 pm
Forum: PINK
Topic: Getting Amazon Alexa to talk to PINK
Replies: 11
Views: 15613

Re: Getting Amazon Alexa to talk to PINK

Hi Tom, yeah "we" got excited on this end thinking there was a way to use udp to have 2 way communications between PINK and ISY. This is the packet "we" will need to send. POST /rest/vars/set/2/2/75 HTTP/1.1\r\n Host: ISY IP:ISY Port\r\n Authorization: Basic YWRtaW46YWRtaW4=\r\n ...
by Mike2545
Fri Jan 13, 2017 11:31 am
Forum: PINK
Topic: Getting Amazon Alexa to talk to PINK
Replies: 11
Views: 15613

Re: Getting Amazon Alexa to talk to PINK

Tom, thanks fo the clarification of scrape, I have not been able to get ISY to successfully scrape PINK. I did find the UDP page in ISY http://i404.photobucket.com/albums/pp129/mike2545_photo/PINK%20ALEXA%20project/ISY%20to%20UPD_zpschcgaykd.png would you be willing to see if we can set this up? Mik...
by Mike2545
Fri Jan 13, 2017 11:03 am
Forum: PINK
Topic: Getting Amazon Alexa to talk to PINK
Replies: 11
Views: 15613

Re: Getting Amazon Alexa to talk to PINK

Tom, Currently I am using method 2. This is probably as crude as it gets, The ISY POSTS through the IP address, sending a variable from the ISY to PINK, The way I outlined above. This is a one way street like only the Tx not the Rx. *only sending one byte of data at a data transfer event. Now I woul...
by Mike2545
Thu Jan 12, 2017 9:44 pm
Forum: PINK
Topic: Getting Amazon Alexa to talk to PINK
Replies: 11
Views: 15613

Re: Getting Amazon Alexa to talk to PINK

Tom,
I took a look with wireshark, it does not seem to be that big of an issue. The vars are getting to PINK.

What I really need help with is-- code to send NB_Vars to ISY and keep them automatically updated.

Mike
by Mike2545
Wed Jan 11, 2017 3:49 pm
Forum: PINK
Topic: Getting Amazon Alexa to talk to PINK
Replies: 11
Views: 15613

Getting Amazon Alexa to talk to PINK

Hi guys, Have been working on a HVAC Project that utilizes PINK for the user interface w/web capabilities. http://forum.embeddedethernet.com/viewtopic.php?f=8&t=2344 Recently got an Amazon Dot aka Alexa, ( really cool ), and started linking my other home automation devices with it; including the...
by Mike2545
Wed Jan 11, 2017 10:53 am
Forum: PINK
Topic: PINK HTTPS
Replies: 10
Views: 12387

Re: PINK HTTPS

Tom, I'll start a new thread and go through the steps.
http://forum.embeddedethernet.com/viewt ... f=8&t=2376
Mike2545
by Mike2545
Sun Jan 08, 2017 6:39 pm
Forum: PINK
Topic: PINK HTTPS
Replies: 10
Views: 12387

Re: PINK HTTPS

Tom, thank you for the file, I ran into obstacles with the ssl certificate and went a different way.

I can get Amazon Alexa to change a Nb_Varxx in the PINK by using the ISY Network Resources tab. If you are interested I can outline how I did it.

Thanks a bunch


Mike 2545
by Mike2545
Fri Jan 06, 2017 6:46 am
Forum: PINK
Topic: PINK HTTPS
Replies: 10
Views: 12387

Re: PINK HTTPS

I have a pretty extensive HVAC automation system running on the PINK. Shown in part here: http://forum.embeddedethernet.com/viewt ... f=8&t=2344
I would like to get and set room temperatures/humidity (NB_varxx values) with Alexa. Possibly through the PINK itself or another port like ISY.