12-09-2018, 06:35 AM
Will also try the other suggestions above, will take me some time to do
Lutron Caseta & Zwave Issues
|
12-09-2018, 06:35 AM
Will also try the other suggestions above, will take me some time to do
12-09-2018, 06:42 AM
My thought was the driver wasn't accepting my password?
12-09-2018, 10:55 AM
(This post was last modified: 12-09-2018, 10:57 AM by Dean Roddey.)
Well, this is a simple telnet connection. To know it didn't work we'd have to try to parse out the console prompts which is error prone at best so we don't even try. But before it reports connected we have to have read the field values presumably.
Maybe the Caseta only is enforcing the login for outgoing writes or something?
Dean Roddey
Explorans limites defectum
12-09-2018, 02:21 PM
(This post was last modified: 12-09-2018, 02:21 PM by Dean Roddey.)
One thing that may have happened is that they changed their telnet prompt. It can't be turned off in the Caseta, so we have to strip it out. I was looking for a specific leading string to strip out. If they changed it, then I wouldn't find that string and hence wouldn't strip it out and hence would fail to process whatever it was that was being sent to us.
So I attached a version that doesn't look for a specific prompt string but just looks for any > character and strips anything up to there. There shouldn't be any > character in a valid msg, so if there is no prompt sent (and it's inconsistent about that) we shouldn't accidentally destroy a valid incoming msg. This is a bit of a stretch, but it's best to make sure it's not the problem since it would be bad to spend a lot of time on more crazy stuff only for this to end up being it. This is why telnet style protocols really aren't at all optimal for automation interfaces, and people should stop using them.
Dean Roddey
Explorans limites defectum
12-09-2018, 02:52 PM
Didn't make a difference. Same problem.
12-18-2018, 01:16 PM
Is the current Beta have the fix for caseta?
12-18-2018, 01:24 PM
It has any that I've done so far. The one above was the last one attempted. I think I'm at the end of my remote diagnosis rope. I need to connect to it and see what is going on.
It would also help if we knew if anyone else was using the Caseta driver successfully at this point, but no one has chipped in.
Dean Roddey
Explorans limites defectum
12-18-2018, 01:53 PM
Ok let me know what you need from me.
Thanks
12-18-2018, 02:32 PM
You would need to set up a port forward to the Caseta repeater's (or whatever they call it in Caseta) internal address for port 23. Then send me your public IP and the username/password for the Caseta. You can change it after I'm done.
Dean Roddey
Explorans limites defectum
12-18-2018, 03:12 PM
Sent you a email with the info you need.
|
« Next Oldest | Next Newest »
|