jkraus Posted June 7, 2022 Posted June 7, 2022 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?
Geddy Posted June 8, 2022 Posted June 8, 2022 @jkraus Unsure how to help, but tagging @Panda88 as the Node Server author to see if they might be able to assist.
tazman Posted June 8, 2022 Posted June 8, 2022 With the Tesla node server the only way I was able to get Panda88's assistance was through Github.
Michel Kohanim Posted June 8, 2022 Posted June 8, 2022 Just sent @Panda88 an email. With kind regards, Michel
Panda88 Posted June 8, 2022 Posted June 8, 2022 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
jkraus Posted June 8, 2022 Author Posted June 8, 2022 (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 June 8, 2022 by jkraus
Panda88 Posted June 8, 2022 Posted June 8, 2022 Not currently, but it should be easy to add - I'll take a look at it 1
jkraus Posted June 9, 2022 Author Posted June 9, 2022 BTW both my temp sensor and motion sensor work great!! way toooo cool!!
Panda88 Posted June 9, 2022 Posted June 9, 2022 Dropped minor release to add setting for temperature unit in Config (TEMP_UNIT) - K/F/C Other minor bug fixes
jkraus Posted June 9, 2022 Author Posted June 9, 2022 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.
jkraus Posted June 9, 2022 Author Posted June 9, 2022 (edited) also, where in "configuration" is the temp unit setting, do I need to uninstall and reinstall first? Edited June 9, 2022 by jkraus
drprm1 Posted June 9, 2022 Posted June 9, 2022 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.
drprm1 Posted June 9, 2022 Posted June 9, 2022 Would also like a control setting in garage door to be able to open/close.
Panda88 Posted June 9, 2022 Posted June 9, 2022 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.
drprm1 Posted June 9, 2022 Posted June 9, 2022 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??
Panda88 Posted June 9, 2022 Posted June 9, 2022 This is what mine looks like - Do you use the "finger" - I have not looked at that as I do not have one
Panda88 Posted June 9, 2022 Posted June 9, 2022 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
jkraus Posted June 10, 2022 Author Posted June 10, 2022 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
drprm1 Posted June 10, 2022 Posted June 10, 2022 1 hour ago, drprm1 said: As in previous post yes “I use finger”
Panda88 Posted June 10, 2022 Posted June 10, 2022 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.
drprm1 Posted June 10, 2022 Posted June 10, 2022 Again, where do you see “toggle” Is it a single node or associated with something else?
Panda88 Posted June 10, 2022 Posted June 10, 2022 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
Panda88 Posted June 10, 2022 Posted June 10, 2022 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
Recommended Posts