Since the beginning, I've got a few dificulty to use direct access like this :
/ZWaveAPI/Run/devices[2].instances[0].commandClasses[0x20].Set(255)
Answer :
Error 500: Internal Server Error
Uncaught TypeError: Cannot call method 'Set' of undefined
In fact, it seems the same problem as here : http://en.z-wave.me/content/documentation-wrong
But his solution doesn't work for me.
While checking and preparing my post here, I found my solution by myself.
By checking my console, It's 0x25 commandClasses which is used !
see below :
xx/ZWaveAPI/Run/devices[5].instances[0].commandClasses[0x25].Set(255)
Indeed, this url works...
Switch: Everspring AN157
Can somebody explain why ?
I also still have my problem with my everspring st814, which failed to complete interview...
Thank you...
Bug report (?): ZWaveAPI/Run/ <command> : Wrong cmdClass nbr
Re: Bug report (?): ZWaveAPI/Run/ <command> : Wrong cmdClass
Your device doesn't announce it supports command class Basic (0x20) in NIF, so z-way doesn't allow to access it. On the other hand, SensorBinary (0x25) is supported and you can call Set for it.
Which CCs are failed to complete interview for ST814? You can see it in expert mode.
Which CCs are failed to complete interview for ST814? You can see it in expert mode.
Re: Bug report (?): ZWaveAPI/Run/ <command> : Wrong cmdClass
Thanks for your answer. It's more clear.
Here are the results of the interview:
Edit
It finally worked by forcing part re-interview. But I still have issues listed in my next post...
Here are the results of the interview:
Edit
It finally worked by forcing part re-interview. But I still have issues listed in my next post...
Last edited by Allen912 on 08 May 2014 21:29, edited 1 time in total.
Re: Bug report (?): ZWaveAPI/Run/ <command> : Wrong cmdClass
Here is the strange results displayed in mobile view :
(2) shouldn't be displayed...
The hygro is not displayed in expert Sensors / view..
In Z-Way Home Automation UI View, only bad temperature is displayed...
(2) shouldn't be displayed...
The hygro is not displayed in expert Sensors / view..
In Z-Way Home Automation UI View, only bad temperature is displayed...
Re: Bug report (?): ZWaveAPI/Run/ <command> : Wrong cmdClass
Which version of Z-Way are you using? Try to update to the latest one.
It is currently either 1.5.0 (stable) or 1.7.0-rc1 (beta).
It is currently either 1.5.0 (stable) or 1.7.0-rc1 (beta).
Re: Bug report (?): ZWaveAPI/Run/ <command> : Wrong cmdClass
This is a know bug in Everspring ST814 device. It mizes up humidity and temperature reports, so that only the last made is seen.
See this:
http://wiki.zwaveeurope.com/index.php?t ... ity_Sensor
See this:
http://wiki.zwaveeurope.com/index.php?t ... ity_Sensor
Re: Bug report (?): ZWaveAPI/Run/ <command> : Wrong cmdClass
Thanks.
Those cap's were made with 1.5.0 rc1-1.
I'm going to read your link. I hope there will be a manual correction possible to avoid constructor's bug...
Those cap's were made with 1.5.0 rc1-1.
I'm going to read your link. I hope there will be a manual correction possible to avoid constructor's bug...