Everything posted by Panda88
-
Timeout connecting to Yolink broker
It looks like an issue at the Yolink server - did it work before? Did it come back - it should keep trying Do you have a full log I can look at?
-
Blink NS: cannot authenticate
Just to follow up - it seems the authentication has changed - waiting for update to API
-
Blink NS: cannot authenticate
I will take a look later - it is possible they have changed their authentication procedure - I need to research this as it is not using an official API
-
Tesla Node Stopped Working
i am working on it but running into some issues with refreshing the token required - once fixes it should not be long as long as I can get access to a car to test
-
Yolink reboot resets command setting
Yes. It may be specific to my need (developing the SW) but i do change sensors around between different setups so i want to erase the nodes not being used anymore. I guess i could check ifnode is already there and the keep the definition (I'll look at what it takes next time i change something) Disabling the sensor should do the work i believe
-
Yolink reboot resets command setting
I do not disable devices. You can erase the nose if needed. The string is mostly to associate Nodeid to a name. I realize it will recreate the node when restarting. Maybe i need to rethink this I could allow a none to exist but it will require 2 restarts to take effwct
-
YoLink Outdoor Motion Sensor "1 idx" in Mobilinc Pro
If someone can direct me on what to do, I can try to add it if it does not change the code structure too much As I mentioned I have not used mobileLinc before and I do not know the requirements Currently I do not use hints, so it may be possible to add the hits (as long as I know what to set it to)
-
YoLink Outdoor Motion Sensor "1 idx" in Mobilinc Pro
I do not know mobilinc and the requirements for it. Do other uplink devices work with it? Any documentation as to what is required Thanks
-
Release Info
Latest version is 1.0.8 after another minor bug fix for the water meter controller
-
New Node server for Netatmo Energy products
New Node server for smart valve products from Netatmo. I do not have a boiler controller but if someone can give me access I can add support Requires PG3x - will not run on PG3 - Does implement the latest Oauth login
-
Release Info
Latest version is 1.0.7 after another minor bug fix
-
A few sensors not showing up properly in V1.0.6
It is always difficult to handle connection when there are multiple connections - one is from node to ISY - the other is node to YoLink API I have used ST (shown above to show connection to ISY I have used GV20 to show connection state to Yolink API I believe the leak sensor should be fixed in 1.0.7
-
A few sensors not showing up properly in V1.0.6
I fixed the garage door controller to show connected (even if it was not activated) I also found that I somehow had commented out the connection change in the leak sensor (it was the one I used for main development) - it is also fixed 1.0.7 is coming soon
-
A few sensors not showing up properly in V1.0.6
What variable are you referring to - Online-Offline/suspended is GV20 ST is supposed to show connection to ISY - I think I did default it to no-connected until first transaction The leak sensor (first one) seems to show GV20 = 0 - so connected - 1 is suspended due to too many calls and 2 is offline
-
A few sensors not showing up properly in V1.0.6
If you can send a log - with debug I can try to see what is going on - It may be in needs to wait until first poll - Garage controller is trick as you cannot poll it
-
Release Info
Version 1.0.6 is available Mostly a fix for off-line reporting for sensors
-
Tesla Node Stopped Working
Working to Finish the tesla power wall node first (as I have access to one) - allowing me to test the API After this the I am on to looking at the EV server. I did do the initial changes, but testing will not be as easy as I need access to a car to test it (I no longer have my tesla) - and it requires authendication
-
YoLink Hub 3 available in yosmart store
Try https://discord.gg/FMpyub5T and https://discord.gg/P7wQuKCK - these at the 2 discord groups I know of
-
New Netatmo Weather Station NS is moved to production
Release 0.1.2 is available - fixes a bug on force update on the main node
-
NLS-10 Strange name in NEW netatmo (Bug?)
0.1.2 released and should fix this
-
YoLink Hub 3 available in yosmart store
From discord it is confirmed that local API will be available for this hub in the future - they are still working on the SW - Seems that the older hubs will not have local API - but it is me reading between the lines
-
local API update
The HUB3 was released - but out of stock again It will support local API but not yet Christian
-
Release Info
Version 1.0.3 available Added support for schedules. My main use is to disable/enable schedules but one can also create schedules dynamically. Schedules will run off-line so works if internet is down Improved delay setup input - Both can be set in same operation as enabling them. (I may remove the old version as it takes extra screen space, but it will require programs to be updated. Delays also run off-line Added support for the new switch with 2 extra buttons and second programming of delays - make sure to update firmware. Buttons works like the FOB/Remote - only tested YS5708 Added support for Alerts in power sensing outlets (trigger on high power, low power etc) Added preliminary support for watermeter (there is no official API yet) Fixed few bugs relating to on-line state Moved to different MQTT method - seems to match closer what YoLink uses for counting API calls
-
Just took the Yolink plunge...
YoLink makes a temp/humidity sensor with display - I find it handy in the bathroom. Naturally it is 2 devices if you also want motion What is the issue with doing relative changes - I believe you can transfer the device temperature/humidity to a variable (press the "play" top change input types for variable assignment)
-
Tesla Node Stopped Working
I am working on a few other issues but I have the oauth working. The issue is it is a rewrite of the node as most apis have changed. I'll get to it but it is a significant effort unfortunately