Everything posted by Panda88
-
Yolink Local API
It will not be easy as they code for the devices will be shared - I am looking at adding a field to hold the current ST and then move ST to the active item - it will take a while
-
Yolink Local API
updated version to 0.0.6 - and added 60 days - let me know if it works I will start looking at the final integration - have a few changes I am working on in the yolink node that I want to complete first (they will port over)
-
Yolink Local API
Do you suggest I generate a new version - I thinking touching it does not extend the trial period - maybe I can extend the duration of the trial - but I am not sure how the system reacts to it (after the fact) The more I think about it - I think releasing a version supporting both is possible but at the same time it seems risky to overwrite the existing node for people without local hubs - implementation will be local by default with fall back to cloud only - I hope I can work with Michel/UDI to have people be able to get an upgrade to the new one when moving to local/hybrid version - It does not seem to be possible to do it as an add-on to the existing the way the billing system works
-
Yolink Local API
I am trying to find a way to start the node in 2 modes - local and non-local. If I find an acceptable way it will stay as 1 node - otherwise I will likely remain as two separate nodes with the same code for the devices I will start looking at this again as I am back home now
-
Added a second Hub (X3 Smart Home Gateway)
I have this device and it works Looks like I do not log the "unknown" X3 hub. I'll see what I can see from my own system to see if I can deermine if codes are sent (or not sent)
-
Yolink Local API
If Yolink were to stop, we would not be able to add new devices etc. It should keep running with what is already there, but adding new devices etc. still rely on the cloud / App
-
Added a second Hub (X3 Smart Home Gateway)
You need to restart the node after enabling the debug level Devices still send data - I just do not process it (as I do not know what to do with it Should be able to see what is reported and then make the needed changes
-
Added a second Hub (X3 Smart Home Gateway)
if you can send a log with power and without power i can tage a look. they do have a dedicated device for this. i do have the pro hub (probably similar to X3 hub) and it may have the same reporting - I'll take a look when I get some time
-
Added a second Hub (X3 Smart Home Gateway)
The plugin ignores the HUBs (besides speaker hub) as they cannot do anything besides being a connection to the cloud
-
Yolink Local API
I did some rudimentary test and it worked. I cut the data into the modem when I tested
-
Yolink on/off fob as replacement for Remotelinc 2?
you should have 4 sub nodes where you define the operations for each press type. i have the same fob and it works Are you trying to use a scene to control this ? I still believe it should work, but I have not tried it I have used programs mostly with this one Send me a debug log (enable debug and press the different keys are few times)
-
Yolink Local API
It is mostly to check if all service work. I had some i could not get to work but it may have improvef
-
Incorrect Message being played
can you test 1.4.26 a little longer and if ok ill release the version - yes it was a typo
-
Incorrect Message being played
does the 1.4.29 have the issue you mentioned before. how do i create it for testibg?
-
Incorrect Message being played
It makes little sense that other leak sensors work and one does not - maybe give it a try a little later - sometimes there are issues on the server side
-
UD Mobile Icon for Yolink doesn't Update Status
I'll keep it in mind next time I change something
-
UD Mobile Icon for Yolink doesn't Update Status
OK - The issue is ST is used to represent if connected - not on/off for this device I guess I can look at changing it but it may cause issues for others
-
UD Mobile Icon for Yolink doesn't Update Status
I use UOM=25 to support unknow value
-
Incorrect Message being played
I did a pre-release for you if you are interested ? As I understand there no easy way to revert back - yolinkTest in the non-production store - if it works I can release to the real node
-
UD Mobile Icon for Yolink doesn't Update Status
can you ask UDI about this. it may be a define somewhere i am missing but i do not know how to fix
-
UD Mobile Icon for Yolink doesn't Update Status
Does the AC change state - I am not very knowlegdable on UDM - but is AC works I need someone else to give a hint as to what to do on UDM
-
Yolink Local API
It is difficult to know when connection is down - there is likely an indication on API return but I have not found it yet Yolink is looking to add hubs to local network. - did not work last time I tried - o doubt the speakerhub will work in local mode but i cannot say for sure. I think the tts is in the cloud
-
Yolink Local API
You have to create a new set there
-
Yolink Local API
Creating a new home should generate a new UUID etc. There is a list of them - one for each home
-
Yolink Local API
The local is a few revisions behind - I did not update it when people could not get hub I should be able to use the same code base for both, but initialization is a little tricky as I do not know if system is local or not when the node starts (so it would require to different programs/code to start the node) - beyond that it is common code - this is how it is now - but in two different branches currently (that is why it is behind) - I was planning to let the user specify if local is needed (through the config) but I have not gotten around to look at it yet (config is the most complex part due to the multi-threading of PG3) It may be possible to keep it as one - and it should be a goal, but not sure when I can make it