Cannot find endpoint map to instance for Command Class COMMAND_CLASS_SWITCH_BINARY endpoint 0

Discussion about Z-Uno product. Visit http://z-uno.z-wave.me for more details.
Post Reply
nottix
Posts: 3
Joined: 13 Jan 2019 19:06

Cannot find endpoint map to instance for Command Class COMMAND_CLASS_SWITCH_BINARY endpoint 0

Post by nottix »

Hello,

i'm having this error on openzwave with my 3 z-uno devices

Code: Select all

2019-01-14 20:20:47.199 Error, Node017, Cannot find endpoint map to instance for Command Class COMMAND_CLASS_SWITCH_BINARY endpoint 0
2019-01-14 20:20:47.704 Error, Node017, Cannot find endpoint map to instance for Command Class COMMAND_CLASS_SWITCH_BINARY endpoint 0
etc...
and this is a sample of my openzwave configuration file (where endpoint="0" is missing)

Code: Select all

<CommandClass id="37" name="COMMAND_CLASS_SWITCH_BINARY" version="1" request_flags="5" innif="true">
	<Instance index="1" endpoint="1" />
	<Instance index="2" endpoint="2" />
	<Instance index="3" endpoint="3" />
	<Instance index="4" endpoint="4" />
	<Instance index="5" endpoint="5" />
	<Instance index="6" endpoint="6" />
	<Instance index="7" endpoint="7" />
	<Instance index="8" endpoint="8" />
</CommandClass>
I also found a similar problem with z-uno on this github issue https://github.com/OpenZWave/open-zwave/issues/966

Any ideas to fix this problem?

Thank you
Post Reply