call_action SendConfig
-
I have not upgraded Z-way to this version so I don't know if they changed anything. I am still running 3.1.3 because... I am lazy and found nothing in the release note which affected me. Looking at the log... Are you sure you copied over the z-way plugin files?
Can you try that url in a browswer to see if it does set the config and if not, what error message you get? -
Then try downgrading z-way-server to 3.1.3. They must have changed something to the API that I missed.
Edit:
Ok wait are you sure this device and instance exist? try deleting ".Set(6,0,0)" in a browser and see if you get an error. And IP is 127.0.0.1 right? When you use a browser you obviously need to change that... -
@akbooer is it possible that my issue is related to the fonction we have that translate NAME to ID ?
I have multiple device with the same name (different instance)
@dest said in call_action SendConfig:
I have multiple device with the same name (different instance)
Well, that's clearly a problem... an (almost) inevitable side-effect of using names versus unique device numbers. Obviously something that can't be resolved automatically (without further knowledge.)
-
Um... I don't recall how we left this.
Looking at the code, I see:
NAMEDEVICES = uiVar ("NameDevices", '') -- if true, copy device names from ZWay
so, I guess, you have the option to rename within openLuup (if this is false) or rename them in Zway (if this is true.)
-
Um... I don't recall how we left this.
Looking at the code, I see:
NAMEDEVICES = uiVar ("NameDevices", '') -- if true, copy device names from ZWay
so, I guess, you have the option to rename within openLuup (if this is false) or rename them in Zway (if this is true.)
-
Ah, indeed, this is how (and where) we left it...
@akbooer said in Renaming device name...:
Actually, it seems that I lied...
...I've just checked the code and the device name update is not implemented. I recall, now, that I did look at it and stopped because, rather surprisingly, it seemed too hard to do at the time.
I’ll check once again and remind myself why this is so hard...