DheerajKhajuria / pimatic-mysensors

mysensors
http://forum.mysensors.org/topic/797/pimatic-mysensors-controller-plugin
GNU General Public License v2.0
23 stars 24 forks source link

Added extra options #5

Closed sweebee closed 9 years ago

sweebee commented 9 years ago

Can/will you add this request?

DheerajKhajuria commented 9 years ago

@sweebee can you use button sensor to detect open/close state. and will remain in updated state since we don't have reset timer there.

sweebee commented 9 years ago

Found an other way, just used the mysensorspir and my pir sends a false signal after 60 seconds. i have set the mysensorspir to 120 seconds.

But could you still add the extensions? So people can change the name (label) of opened/closed to something like away/home or something.

DheerajKhajuria commented 9 years ago

i think there's an option to override the label from opened/closed . let me check will revert back.

sweebee commented 9 years ago

Yes there is an option to override it, but its only possible if you add the extensions like for a button: ["xConfirm", "xLink", "xClosedLabel", "xOpenedLabel"]

DheerajKhajuria commented 9 years ago

@sweebee ok kindly recommit the code with required changes. Also, let me know if i commit the dimmer device code.

sweebee commented 9 years ago

Recommited, with dimmer and extensions: https://github.com/DheerajKhajuria/pimatic-mysensors/pull/9

DheerajKhajuria commented 9 years ago

merged