Jump to content

Recommended Posts

Posted

Trying to use the YoLink NS.  I installed it (I know its "non-production") but under the github instructions it says

Credentials needs to be added to configuration. Goto Settings->Account->Advanced Settings -> User Access Credentials

   

Enter both UAID and SecretKey under configuration - then restart - some times it seems to require 2 restarts to fully get all devices synchronized (I have looked but cannot find pattern"

I don't understand where they are referring too, any ideas?

Posted

To get the credential go to app ( 3 vertical bar in upper left corner)

click profile ->Advanced Settings ->User Access Credentials 

Copy UAID and Secret Key and insert to config in the Yolink node server - and then restart node server 

 

Hope this helps 

 

 

Posted (edited)

It worked!  Thanks...is there a way to change from Celsius to Fahrenheit on the temp sensor?  Not a big deal, but happy to have it working, playing with it now!

Edited by jkraus
Posted

one other issue I am having with the YoLink  motion sensor in programs it only shows up for "status" and not "control"  so tougher to write programs that use it.

Posted (edited)

also, where in "configuration" is the temp unit setting, do I need to uninstall and reinstall first?

Edited by jkraus
Posted
1 hour ago, jkraus said:

also, where in "configuration" is the temp unit setting, do I need to uninstall and reinstall first?

I restarted NS from dashboard and restarted polyglot. The temp config was then present. Just changed to “F” and restarted AC. Boom.

 

 

Posted
53 minutes ago, drprm1 said:

Would also like a control setting in garage door to be able to open/close.

It is there already as garage controller - I am using it - it is called toggle - you cannot specify open/close - only toggle 

Unfortunately it is not easy to combine in same node, as the GarageDoorSensor is a generic door sensor in the API - I do not know if it is an open/closed door or a garage door when I get the info from the cloud.  

Posted
49 minutes ago, Panda88 said:

It is there already as garage controller - I am using it - it is called toggle - you cannot specify open/close - only toggle 

Unfortunately it is not easy to combine in same node, as the GarageDoorSensor is a generic door sensor in the API - I do not know if it is an open/closed door or a garage door when I get the info from the cloud.  

What is this node called? I have no “toggle” anywhere.

I’m also using the “finger” to control the garage door. Don’t know how that affects things.

Should toggle be on this page??

 

E440FD08-3FE0-42EC-8F75-15879A847D87.png

Posted

On the motion sensor - How would  you use a control? - I can only see it react to a motion event

You cannot really query a motion event - it does not check the sensor - only checks what is cached in the cloud

 

Posted

When I use the insteon motion detection if I use control then it activates my program when it switches on as opposed to a status when it’s on. I’m not an expert in this but The old programs that had it as a control work very well

Posted
3 hours ago, drprm1 said:

Would also like a control setting in garage door to be able to open/close.

It is there already as garage controller - I am using it - it is called toggle - you cannot specify open/close - only toggle 

Unfortunately it is not easy to combine in same node, as the GarageDoorSensor is a generic door sensor in the API - I do not know if it is an open/closed door or a garage door when I get the info from the cloud.  

Posted

I need to implement finger - it is not supported yet - I only use the other garage controller - if you are willing to help test it I can add the code for finger 

 

Posted
15 minutes ago, jkraus said:

When I use the insteon motion detection if I use control then it activates my program when it switches on as opposed to a status when it’s on. I’m not an expert in this but The old programs that had it as a control work very well

My understanding is the program will execute on a change of state - meaning it will only run once the state change

I'll see if I can figure out how to make it control - it does make sense but I am not 100% how to make it a control vs state

 

Guest
This topic is now closed to further replies.

×
×
  • Create New...