Z-Wave-Me / home-automation

Z-Way Home Automation engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ip:8083/JS/Run/zway.devices shows wrong data for device

pmbert opened this issue · comments

ip:8083/JS/Run/zway.devices shows additional, not existing command class 132 for device 41, which is not a battery device.
Output of ip:8083/ZWaveAPI/Data/0 is correct.
(z-way version 2.3.7)

bildschirmfoto vom 2019-01-12 14-01-41
bildschirmfoto vom 2019-01-12 14-04-30

I suppose that CC have supported=false. This means the device sent a command with this CC to controller. It might be a Get command (device asks controller for battery level). But more likely it is a RF error that accidently matched the CRC and a CC was rendered as controller (supported=false)

You are right, command class 132 has supported=false.
Does this mean that I have to filter all those command classes?
Besides this I think that JS and ZWAY APi should work both in the same way.

JS API gives you a bit more info. This is historically. Agree, may be it is worth to unify them.

Yes, filter controlled only CCs if you don't need them

OK, a new interview removed the CC.
Don't know what a user can do with this information. Only to know, that an interview is recommended.