Jump to content

Honeywell TCC - Node info empty


Jbw123184

Recommended Posts

Posted

Awesome program!

 

I am trying to get it to work with my TCC Thermostats. 

I have the Nodelink program setup and the login information entered correctly. However, in the ISY Console, I am seeing the node with empty parameters/set-points.

 

I have restarted the ISY and the NodeLink program multiple times. I have also uploaded the profile Zip multiple times. Nothing seems to have helped.

 

I have attached the verbose log. Note: I replaced my TCC username with "[REDACTED]" before uploading.

 

I've also included a few pictures to better detail my problem and some of my settings.

 

I appreciate any advice or help you could give.

 

Thank you,

John

 

 

post-8753-0-93878600-1490800610_thumb.png

post-8753-0-12412600-1490800621_thumb.png

post-8753-0-86596200-1490800621_thumb.png

post-8753-0-67860500-1490800622_thumb.png

LOG - logfile_2017-03-29.txt

Posted

I got it working, and after some experimentation, I think I know what the problem was.

 

When I removed the character "&" from my password (and updated the nodelink settings), the connection was immediately successful. When I added it back and updated settings, the connection failed again.

 

So, my guess is that symbols in passwords do not jive well with whatever web get/post code is being used. I'm thinking maybe the ampersand character needs to be escaped in the code or maybe encoded/hashed differently?

 

That is about the extent of my coding knowledge and I'm guessing anyway lol. I'm really glad I found a way to connect and I hope it helps some others. Thanks again io_guy for the program. It is really really nice.

Posted

Confirmed this in my code.  I use the & character to separate different http variables being received, so it splits your password and never actually saves it.

Posted

Confirmed this in my code. I use the & character to separate different http variables being received, so it splits your password and never actually saves it.

If you urlencode all parameters, the code should handle this kind of thing gracefully...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...