Page 1 of 2

CO2, FLOOD DETECTOR - notifications

Posted: 28 May 2015 23:29
by kali
Hi,
I do not understand, how i can use flood detector (everspring) or CO2 sensor (SF812). How I can get notifications about the state of devices, show the state of on Dashboard HA? None of modules can't use this devices (there are only binary, multilevel etc device, but I can't see CO2 and flood. (In my case this device are included and showing in configuration).

In my HA i have this automation schema (i like this)
All my device, i.e. switch, door sensor or universal binary sensor are shown on HA.

Let's consider door sensor (name DS1).

1. Logical role (name role1) check the state of DS1.
2. If DS1 condition is ON, then the scene (name SC1) is activated.
3. SC1 ( thanks for HTTP_Device_toggleButton widget) execute php script (by the http device http://raspIP/script.php).
4. script.php send to me email information about DS1 activation.

Thats all.

How I can make like this whith the CO2 or flood detector? How i can use this devices?
I want get notification when in my home is fire or flood.
I look for solution since 6 moths! Please help me ! :) I've only one think: binding CO2/flod with another device (f.e, binary) and use this like show upper :(. But this dev. in this cases can be use only for this.
Sorry, for long text and bad english.

Thanks for forbearance.
best regards
- kali (Tomasz Kalinowski)

Re: CO2, FLOOD DETECTOR - notifications

Posted: 09 Jun 2015 19:07
by kali
If my questions isn't clear:

How can I use everspring flood detector. For example, on the HA dashboard i can see only baterry status of flood detector, but i can't see a status (alarm ON/OFF) on this device. Is this possible? If yes, pleas give me some directions.

Thanks.

Re: CO2, FLOOD DETECTOR - notifications

Posted: 10 Jun 2015 04:43
by pierre2302
The same problem with Fibaro FSS-001
Since October, 2014, me waits for the update!!

viewtopic.php?f=3423&t=20763

Re: CO2, FLOOD DETECTOR - notifications

Posted: 11 Jun 2015 15:38
by kali
Thx for info.
I'm waiting for solution.

Re: CO2, FLOOD DETECTOR - notifications

Posted: 20 Jun 2015 15:41
by PoltoS
It should work in rc37. Notification was implemented recently

Re: CO2, FLOOD DETECTOR - notifications

Posted: 21 Jun 2015 03:26
by pierre2302
it's nice to see you again PoltoS

Finally a good update, thank you very much.

I hope that for remote controls (minimote, KFOB, ....) you will publish a similar update.

Re: CO2, FLOOD DETECTOR - notifications

Posted: 22 Jun 2015 01:43
by PoltoS
KFob and minimote should work. You just need to configure these devices to send correct commands (depends on your wishes).

Re: CO2, FLOOD DETECTOR - notifications

Posted: 22 Jun 2015 15:20
by pierre2302
I would like to use an URL to read the state of every boutton, we tried several methods but unsuccessfully.

See attached comment: viewtopic.php?f=3423&t=21427

Thank you !!

Re: CO2, FLOOD DETECTOR - notifications

Posted: 23 Jun 2015 02:12
by PoltoS
I don't really get what you do in that post and what means "read state of button". Do you want to just detect button presses and trap them to run something? Why OpenRemote is involved in this? Usually people use OR to view devices state and all the logics "if button is pressed turn on X" is in Z-Way, while showin X state on the phone is done by OR.

Re: CO2, FLOOD DETECTOR - notifications

Posted: 23 Jun 2015 02:47
by pierre2302
Yes I want to be able to detect button presses !!!

For example to read the status of a switch I use: zway.devices[N].instances.SwitchBinary.data.level.value

I would want the same thing to read the state of every buttons.

thank you