Closed ugoviti closed 8 years ago
can you try this version: https://github.com/jeedom/plugin-openzwave/blob/master/ressources/openzwave/config/homeseer/hsm100.xml
I recently work on this device and now I can use it. but It's need a little trick, on NodeEvent notification I interpreter as a Basic CC with this I receive detection event.
my devices are in application version: 2.01, 2.02
Hi Nechry,
I confirm that your hsm100.xml version is working correctly now.
so we must use:
<CommandClass id="32" setasreport="add"/>
instead:
<CommandClass id="32" setasreport="true"/>
Can you make pull request to make upstream?
With kind regards
hi, setasreport="add" isn't valid. Just remove it instead.
Sent from my iPhone
On 27 Jan 2016, at 4:27 AM, Ugo Viti <notifications@github.com mailto:notifications@github.com > wrote:
Hi Nechry,
I confirm that your hsm100.xml version is working correctly now.
so we must use:
instead:
Can you make pull request to make upstream?
With kind regards
— Reply to this email directly or view it on GitHub.
my config file contains
<CommandClass id="32" action="add" />
not setasreport="add" this config file will merged very soon.
Dropping this as setasreport="add" is invalid.
the jeedom config file don't contains setasreport="add" but
<!-- add Basic set CC to raise a node_event -->
<CommandClass id="32" action="add" />
I missed the Markdown styling so the xml element don't showed, sorry for mistake.
my mistake too, I meant:
<CommandClass id="32" action="add" />
OZW Version: 1.4-3-g3f1d609
Hi all,
I discovered that my old HSM100 Wireless Multi-Sensor (2011/2012 version) from EZMotion doesn't works if in the file homeseer/hsm100.xml is enabled:
I have two EZMotion HSM100, are recognized as "Homeseer HSM100 Wireless Multi-Sensor":
OZW_Log when setasreport="true" is used (it doesn't work):
2016-01-21 08:28:20.466 Detail, Node058, Received: 0x01, 0x09, 0x00, 0x04, 0x00, 0x3a, 0x03, 0x20, 0x01, 0xff, 0x15 2016-01-21 08:28:20.467 Detail, 2016-01-21 08:28:20.467 Info, Node058, Received Basic set from node 58: level=255. Treating it as a Basic report. 2016-01-21 08:28:20.480 Detail, Node058, Received: 0x01, 0x09, 0x00, 0x04, 0x00, 0x3a, 0x03, 0x20, 0x01, 0xff, 0x15 2016-01-21 08:28:20.481 Detail, 2016-01-21 08:28:20.481 Info, Node058, Received Basic set from node 58: level=255. Treating it as a Basic report. 2016-01-21 08:28:20.506 Detail, Node058, Received: 0x01, 0x09, 0x00, 0x04, 0x00, 0x3a, 0x03, 0x20, 0x01, 0xff, 0x15 2016-01-21 08:28:20.507 Detail, 2016-01-21 08:28:20.507 Info, Node058, Received Basic set from node 58: level=255. Treating it as a Basic report. 2016-01-21 08:28:20.535 Detail, Node058, Received: 0x01, 0x09, 0x00, 0x04, 0x00, 0x3a, 0x03, 0x20, 0x01, 0xff, 0x15 2016-01-21 08:28:20.536 Detail, 2016-01-21 08:28:20.536 Info, Node058, Received Basic set from node 58: level=255. Treating it as a Basic report. 2016-01-21 08:28:20.547 Detail, Node058, Received: 0x01, 0x09, 0x00, 0x04, 0x00, 0x3a, 0x03, 0x20, 0x01, 0xff, 0x15 2016-01-21 08:28:20.547 Detail, 2016-01-21 08:28:20.547 Info, Node058, Received Basic set from node 58: level=255. Treating it as a Basic report. 2016-01-21 08:28:20.567 Detail, Node058, Received: 0x01, 0x09, 0x00, 0x04, 0x00, 0x3a, 0x03, 0x20, 0x01, 0xff, 0x15 2016-01-21 08:28:20.567 Detail, 2016-01-21 08:28:20.568 Info, Node058, Received Basic set from node 58: level=255. Treating it as a Basic report. 2016-01-21 08:28:20.643 Detail, Node058, Received: 0x01, 0x09, 0x00, 0x04, 0x00, 0x3a, 0x03, 0x20, 0x01, 0xff, 0x15 2016-01-21 08:28:20.644 Detail, 2016-01-21 08:28:20.644 Info, Node058, Received Basic set from node 58: level=255. Treating it as a Basic report.
OZW_Log when setasreport="true" is removed (it works):
2016-01-21 21:49:59.743 Detail, Node058, Received: 0x01, 0x09, 0x00, 0x04, 0x00, 0x3a, 0x03, 0x20, 0x01, 0xff, 0x15 2016-01-21 21:49:59.744 Detail, 2016-01-21 21:49:59.745 Info, Node058, Received Basic set from node 58: level=255. Sending event notification. 2016-01-21 21:49:59.746 Detail, Node058, Notification: NodeEvent
What can I do to solve that problem?
Disabling setasreport="true" upstream can make other version of that sensor do not works?
Thank you for the help.
With kind regards