Jump to content

Panda88

Members
  • Posts

    729
  • Joined

  • Last visited

Everything posted by Panda88

  1. If a device is not on line when restarted it is removed - Maybe that is too aggressive - let me know. Send me an log and I can take a look
  2. I forgot to change the version number in the code - did a 0.4.1 - try that
  3. 0 means closed - there is an issue that I have been struggling to find on the udiMobile - is somehow does not pick up the number to text conversion
  4. Is this a yolink device ? The door state is an input (opened or closed) - to control the door need to use the finger - issue a toggle to the finger
  5. the changes are in the IF portion
  6. Changes should be int he programming are - if you choose control in the conditional statement the nodes that can be controlled should show up now - e.g. a motion sensor should show up allowing control when there is motion - vs. a state change as before - In my mind there is little difference as the node server is MQTT based so the state change happens at the same time but it does not hurt to support both I guess . Or are you saying you do not see the nodes under control?
  7. Dropped 0.4.0 Added support for Control (and state) in relevant nodes Let me know it works
  8. I think they have an API with more capability that what is offered externally - lot of settings in the APP is not available in the external API. It would have been great to be able to combine the two but unfortunately I do not know how
  9. Dropped 0.3.6 - should support Finger - if you run into issues set debug level to debug and send me the log Hopefully it works, but I have no way to test
  10. The API keeps the two separate - I need to create a finger node for it to work - the yolink app may link them for direct control (no need to go through cloud)
  11. Yes - I need to create a node for the finger controller - i'll see if I can add it tomorrow - and then you can give it a try - I do not have one, so I cannot test it here
  12. It is a separate node
  13. 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
  14. 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
  15. 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.
  16. 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
  17. This is what mine looks like - Do you use the "finger" - I have not looked at that as I do not have one
  18. 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.
  19. Dropped minor release to add setting for temperature unit in Config (TEMP_UNIT) - K/F/C Other minor bug fixes
  20. Not currently, but it should be easy to add - I'll take a look at it
  21. Tesla changed the cloud authentication method so I took the chance to update the code of the Node server - it is now called TeslaPW
  22. 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
  23. Thanks Manual upgrade works
  24. Hi I am trying to upgrade my polisy - it says there are 75 packages to install. I try to execute the upgrade and it fails - I se nothing in the log indicating it is failing and why? Any suggestions - I did try to reboot etc. There are some log entries on ISY failing to connect and retrying but it seems to work as I do get the info on ISY Any ideas?
  25. thanks Just to be clear - the program should be enabled - but no IF statement that can trigger?
×
×
  • Create New...