mapulu / com.oomi

Oomi App for Athom Homey
GNU General Public License v3.0
1 stars 4 forks source link

Oomi Multisensor 6 #1

Open stephanetomas opened 5 years ago

stephanetomas commented 5 years ago

Hello,

We have added this day my oomi Multisensor 6 on my Homey but it's note reconized when i would like to integrate it. It's only detected on generic z-wave device and not work. Could you help me ?

Best Regards

mapulu commented 5 years ago

I only added the id which is provided in the Z-Wave Alliance Manual. The Device may have another ID. Could you please provide me Manufacturer-ID Product-Type-ID Product-ID You can find it in the advanced settings of the device in the homey app. You also could provide a screenshot.

stephanetomas commented 5 years ago

Please find attached the screenshot

[Image] Manufacturer-ID : 362 Product-Type : 2 Product-ID : 100

Best Regards.

mapulu commented 5 years ago

Thank you. I'll add it on monday. Expect it to be released during next week.

mapulu commented 5 years ago

Added it to V1.0.1 Waiting for approval from Athom.

stephanetomas commented 5 years ago

Hello

Oomi Apps has been succesfuly update to 1.0.1 version this day. Now my multisensor 6 has reconized but I have data sync problem.

when i have included device, just temperature has been collect but not other information.

After inclusion, no data was received on homey only just a tamper alarm work correctly. The temperature is not update and no informations has not received after many hours (View printscreen).

Best Regards.

[Image]

mapulu commented 5 years ago

This is not the only device which not works with my Oomi App.

I will push soon 1.0.2 which should fix this and other issues. If not I will add a beta with debug logging.

stephanetomas commented 5 years ago

ok, feel free to contact me if you need more information or test.

stephanetomas commented 5 years ago

Hello,

I would like to say if it's possible to delete ID of my Oomi device for adding it on Homey Aeotec App ?

Manufacturer-ID : 362 Product-Type : 2 Product-ID : 100

I have already open a case to integrate my oomi multisensor 6 on Homey Aeotec App but the support have respond that :


De : Boaz (Athom) Envoyé : mercredi 14 août à 15:43 Objet : [Athom] Re: Issue with Aeotec (com.aeotec@2.0.29) À : stephanetomas@hotmail.fr

- Please type your reply above this line -

Your request (17012) has been updated. To add additional comments, reply to this email. Boaz (Athom) Aug 14, 15:43 CEST Hi Stéphane,

Unfortunately we cannot merge products of a different brand when this brand already has its own app.

I advise you to contact the developer through slack ( slack.athom.comhttp://slack.athom.com), he is known there as @mapulu. He is quite active here, so if you send him a pm, he should respond quite fast.

I'm sorry for the inconvenience. Best Regards, Boaz The Athom support team.


I have other Multisensor 6 of Aeotec Company and it work very well into Aeotec App. And I wonder if it would not be more judicious to add directly oomi multisensor 6 into Aeotec App because it's the same hardware.

It's not possible for you to collabore with Athom B.V. for this case ?

Best Regards. Stéphane TOMAS

mapulu commented 5 years ago

Sorry for the delay. Still trying to fix other problems. It seems to be the same hardware (because it is the same manufacturer) but it is not the same firmware... Oomi is Aoetec only in buggy version... The driver for the multisensor is a 1 to 1 copy with minor changes and additions which not affects the driver functionality. So if added to the Aoetec App it also would not work.

You could ask Boaz about my conversation about pull request which Athom ignores. That's the reason I made this app instead of wasting my time with pull request.

stephanetomas commented 5 years ago

And if an Aeotec update Multisensor 6 Z-Wave firmware is injectés into oomi sensor ?

mapulu commented 5 years ago

Sorry I don't understand what you mean.

Could you please send me a crash report if the problems persist, then I can look what I can do.

smartthingsro commented 5 years ago

Hey, you need to change the alarm_motion to next code. I will create a pull request.

this.registerCapability('alarm_motion', 'NOTIFICATION', { reportParser: report => { if (report && report['Notification Type'] === 'Burglar' && report.hasOwnProperty('Event (Parsed)') && report['Event (Parsed)'] === 'Motion Detection, Unknown Location' ) { return true; } if (report && report['Event (Parsed)'] === 'Event inactive' && report.hasOwnProperty('Event Parameter') && report['Notification Type'] === 'Burglar' ) { return false; } return null; } });

mapulu commented 5 years ago

I do not have the device and did not received any debug data. I find almost no documentation for these devices. And the devices are not exact the same like the Aoetec ones. So I need your help, you can add a PR or send me a crash report with some debug data.

@smartthingsro thank you I merged your PR