HomeGenie Forum

Automation Program Plugins and Wizard Scripting => Help => Topic started by: IanR on April 22, 2017, 08:32:38 PM

Title: Z-Wave Devolo Home Control Wall Switch
Post by: IanR on April 22, 2017, 08:32:38 PM
Hello
I have been tiring to get my battery powered wall switch to work in HG.
I have tried adding it and removing it.
I have done a GET and Peper-one find it OK but I cant use it.
I have had a look in the log and I find:

2017-04-22 14:55:05.3407 Info WebServiceGateway 127.0.0.1       HTTP    GET     200 /api/HomeAutomation.HomeGenie/Config/Interfaces.List/?_=1492854620292 [CLOSED AFTER 0.001 seconds]
2017-04-22 14:55:11.0773 Debug 01-0B-00-04-00-07-05-5B-03-D9-00-01-72
2017-04-22 14:55:11.0773 Debug ZWaveMessage (RawData=01-0B-00-04-00-07-05-5B-03-D9-00-01-72)
2017-04-22 14:55:11.0773 Debug ZWaveMessage (Direction=Inbound, Header=SOF, NodeId=7, Type=Request, Function=ApplicationCommandHandler, CommandClass=91)
2017-04-22 14:55:11.0773 Debug 06
2017-04-22 14:55:11.0773 Error System.NullReferenceException: Object reference not set to an instance of an object.
   at ZWaveLib.ZWaveNode.ApplicationCommandHandler(Byte[] rawMessage)
2017-04-22 14:55:11.0773 Warn Unhandled message type: 01-0B-00-04-00-07-05-5B-03-D9-00-01-72
2017-04-22 14:55:15.3294 Info WebServiceGateway 127.0.0.1       HTTP    GET     200 /api/HomeAutomation.HomeGenie/Config/Interfaces.List/?_=1492854620293 [OPEN]

Any help would be appreciated as battery powered wall switches are vital to my requirements.
Thank you
IanR
Title: Re: Z-Wave Devolo Home Control Wall Switch
Post by: Bounz on April 25, 2017, 06:09:39 PM
Hi, IanR!

Your device is sending command related to COMMAND_CLASS_CENTRAL_SCENE (0x5B) which is not yet supported by ZWaveLib.

I think I will implement this command class in future, but it will not happen soon.