Everything posted by Panda88
-
0.9.70 available
It is YoLink making this limit - I think it does not need to cause issues - It is control or status update calls. You do not need to keep querying the devices - they announce changes (which is not counted as a call) - so it is only if you change/control you devices often or you do a query update (should really be needed but there is always a chance to missing a packet being sent from device). I am working to limit the calls automatically, but not as easy if you have multiple houses on different polisys (It is my case).
-
YoLink Node Server status always equals "Connected" even when the Node Server isn't running?
Did you try the latest version. I thought i fixed it.
-
Programming using a Node Server Value not exposed in IDE
I should probably reword it to motion detection Actually this is also no-longer supported by the API - I guess I should remove GV5 all together Anyway, I am looking into using the latest API and maybe it will get reintroduced there again. Using the new API is more work than I initially thought, but I'll keep looking at it when I have time
-
0.9.70 available
A new version is available YoLink started to limit number of calls from nodeserver to their servers to 20 / min and 6 per device / min. If you have many devices a Poll will violate this and some pof the devices may be temporary offline. Changed poll to spread the query in time (4 seconds between each device). Also updated Poll to every 5 min (300s) - Poll should not be needed ideally as all changes are reported by YoLink, but in case a packet is missed ithe state will be updated during Poll. Note, if you have 75 or more devices (4 sec * 75 = 300s ) you should update shortPoll accordingly
-
Programming using a Node Server Value not exposed in IDE
The issue is the motion detect is not representing if motion was detected - but rather it is the ability to enable or disable motion detection on the device. I would love to add the ability to show motion detection, but there is no API for this - likely there is a call back as IFTT supports something like this, but I do not know how to implement this - remember the API used it not an official Blik API
-
Setup issue with Node Server
I'll take a look tomorrow and see if I can see something
-
0.9.6x is available
Created 0.9.64 - It is essentially a rebuild of 0.9.63 (minor bug fix as well) - I was able to recreate the original issue with 0.9.63 and 0.9.64 works ok for me now. Please give it a try. I think something went wrong in github that distributes the solution
-
0.9.6x is available
Does anyone get a log file from the node server - please enable debug and try to start it -
-
0.9.6x is available
@bpwwer Bob, do you have any idea what may be happening. Works fine on both my setups (PG3 and PG3x)
-
0.9.6x is available
It is likely and issue for Bob - I sent him a message already
-
0.9.6x is available
Correct, but it is PG3 handling the update - There have been some changes lately but it is very difficult to test as developer as you have different privileges
-
0.9.6x is available
did you check the main polisy log (not the individual node log) - to see if there is any info? I have no idea what is happening - it seems to be PG3 - related - maybe bob can help
-
0.9.6x is available
try to go to store - and install again - click the reinstall here button That way you do not need to reinstall
-
0.9.6x is available
Did you try to click download log? I find the gui sometmes do not show the log, but it is there if you download it Did you click reinstall here? button when upgrading?
-
0.9.6x is available
does the main log show something - Maybe try to power cycle your Polisy/eisy What procedure did you use - I have been using replace existing (click half way up when installing the updated node
-
0.9.6x is available
Hi A new and updated version of the server is live now. Release note: 0.9.63 - Fixed bug with system going offline not showing. Added Smoke detector Added Siren (usable as a controllable 12V supply) Updated sensors to allow config of DON/DOF behavior. Changed use model for delays in switches, outlets (incl multi) and manipulators. Now allows programing both ON and OFF delay in 1 operation (using new drop down) - the delay settings now prepare the delay - not executing it. The main reason for this is to allow a programmed sequence of both on and off (or vice versa) - e.g. to power cycle the internet connection - or ensure a valve turns off even if internet goes down in-between 2 programming operations. (Note, yolink API changed behavior of delay so the delay will now be reset (removed) if a new command if issued after the programming of a delay)
-
Yolink failed
Errors occur in the MQTT library I am using - Probably connection problem - not sure I can do much there
-
Motion Sensor Scenes and Timings
Sorry - it is not possible to control these parameters from the provided API. There must be a superset API, but it is not publicly available
-
Motion Sensor Scenes and Timings
I think you can create a scene to do this (but this is not the node server) - in the node server you would need a simple program, which can allow more flexibility
-
YoLink Node Server status always equals "Connected" even when the Node Server isn't running?
It is possible I do not update the overall node server - I'll take a look once I return from vacation. I think it is supposed to show it node server is running or not - but I does not seem to match what you describe.
-
Failing after PG3x updates
The node server should restart if it detects a fault on the connection to the yolink MQTT server. So you have a debug log?
-
Node Server Fails
So you have a log. It works for me (disconnecting the polisy)
-
Node server not working
Can you try a new install - I am not able to update the node store, but if you install now is should pick the latest code. There are changes in the structure from tesla so there may be other changes needed in the code, but I cannot test as I do not have a car
-
Node server not working
Another user raised this issue - seems they have changes the naming of one of the keys - need to see if others have changes as well. I will be travelling but will try to get a fix out soon
-
Node server not working
it is mostly looking at the data returned from calls to Tesla server that may reveal something.