June 7, 20224 yr 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?
June 8, 20224 yr @jkraus Unsure how to help, but tagging @Panda88 as the Node Server author to see if they might be able to assist.
June 8, 20224 yr With the Tesla node server the only way I was able to get Panda88's assistance was through Github.
June 8, 20224 yr 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
June 8, 20224 yr Author 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 June 8, 20224 yr by jkraus
June 9, 20224 yr Dropped minor release to add setting for temperature unit in Config (TEMP_UNIT) - K/F/C Other minor bug fixes
June 9, 20224 yr Author 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.
June 9, 20224 yr Author also, where in "configuration" is the temp unit setting, do I need to uninstall and reinstall first? Edited June 9, 20224 yr by jkraus
June 9, 20224 yr 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.
June 9, 20224 yr 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.
June 9, 20224 yr 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??
June 9, 20224 yr This is what mine looks like - Do you use the "finger" - I have not looked at that as I do not have one
June 9, 20224 yr 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
June 10, 20224 yr Author 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
June 10, 20224 yr 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.
June 10, 20224 yr Again, where do you see “toggle” Is it a single node or associated with something else?
June 10, 20224 yr 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
June 10, 20224 yr 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