openhab / org.openhab.ui.habmin

HABmin - a graphical user interface for openHAB 2
231 stars 91 forks source link

please add fibaro roller shutter 2 fgr-222 (new version) #112

Closed ghost closed 8 years ago

ghost commented 8 years ago

Hi Chris,

Hope you're fine.

I install a new version Fibaro roller shutter for a friend but it's not in database.

It's an EU version 2.5.

id=1000, type=302

doc_fgr222

Same function as fgr 222 just the external device appearance change.

Cheers,

Gilles.

cdjackson commented 8 years ago

Hi Gilles, Is it possible to get the nodeX.xml file for this device?

Cheers Chris

ghost commented 8 years ago

Hi Chris,

Hey happy New year !

It's not easy as my friend hasn't got internet but I will go and get the file. It's better to get it.

Cheers,

Gilles

Le 19 janvier 2016 00:16:13 CET, Chris Jackson notifications@github.com a écrit :

Hi Gilles, Is it possible to get the nodeX.xml file for this device?

Cheers Chris


Reply to this email directly or view it on GitHub: https://github.com/cdjackson/HABmin2/issues/112#issuecomment-172678598

Envoyé de mon téléphone Android avec K-9 Mail. Excusez la brièveté.

ghost commented 8 years ago

Hi Chris,

OK, I've got the node file.

I send it to you by mail.

Cheers,

Gilles.

cdjackson commented 8 years ago

Thanks Gilles - I'll try and do this over the next few days.

ghost commented 8 years ago

Thank you Chris.

Le 20 janvier 2016 23:53:33 GMT+01:00, Chris Jackson notifications@github.com a écrit :

Thanks Gilles - I'll try and do this over the next few days.


Reply to this email directly or view it on GitHub: https://github.com/cdjackson/HABmin2/issues/112#issuecomment-173389817

Envoyé de mon téléphone Android avec K-9 Mail. Excusez la brièveté.

JakobLichterfeld commented 8 years ago

I guess this was already done in 1.8 https://github.com/openhab/openhab/pull/3665

ghost commented 8 years ago

Hi Chris, ghostreader86, Could you confirm it's OK for last 1.8 snapshot? As my friend has got a 1.7. Thank you, Gilles

Le 24 janvier 2016 21:31:03 GMT+01:00, ghostreader86 notifications@github.com a écrit :

I guess this was already done in 1.8 https://github.com/openhab/openhab/pull/3665


Reply to this email directly or view it on GitHub: https://github.com/cdjackson/HABmin2/issues/112#issuecomment-174339000

Envoyé de mon téléphone Android avec K-9 Mail. Excusez la brièveté.

cdjackson commented 8 years ago

Hi Gilles, This was merged before 1.8 was released, so yes, it will be in 1.8.

Chris

JakobLichterfeld commented 8 years ago

It is and it is working

shrikantlahase commented 8 years ago

Hi,

I have fgr 222 rollershutter and its not accepting UP DOWN STOP command in openhab 1.8.2 , its only accepting 0,99 values

Please anybody have solution for this...

Thanks Shrikant

cdjackson commented 8 years ago

ZWave doesn’t have the concept of start/stop - just setting the position. Or maybe there’s a command class I’ve missed to do this with the new version?

JakobLichterfeld commented 8 years ago

I'm still on 1.8.1 and everything runs fine. Can you show us your items file? You should define the rollershutter like this:

Rollershutter UG_Treppenhaus_Rollladen "Rollladen Treppenhaus UG [%d %%]" (g_UG_Treppenhaus_Rollladen)

You can then send UP, DOWN, STOP or 50% for example

cdjackson commented 8 years ago

@ghostreader86 thanks - can you provide your item definition please?

shrikantlahase commented 8 years ago

My items defination is:

I tried 2 different definations:

Dimmer ROLLER_SHUTTER_162_163_43_1 {zwave="43:0:command=FIBARO_FGRM_222,type=shutter,restore_last_value=true"} Dimmer ROLLER_SHUTTER_162_163_43_1 {zwave="43:0:command=SWITCH_MULTILEVEL,restore_last_value=true"}

On Fri, Jun 24, 2016 at 11:29 PM, Chris Jackson notifications@github.com wrote:

@ghostreader86 thanks - can you provide your item definition please?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/cdjackson/HABmin2/issues/112#issuecomment-228416393, or mute the thread https://github.com/notifications/unsubscribe/AQBOcE2Utfr_FLsoEd3xcX9iQ7Qdndu3ks5qPBsMgaJpZM4HHFJR .

cdjackson commented 8 years ago

What version of the ZWave binding are you using? I assumed (maybe incorrectly) that you were using OH2 since this is the HABmin2 project. Can you please confirm as it looks from your binding strings that it’s OH1 but please confirm.

On 25 Jun 2016, at 06:12, shrikant lahase notifications@github.com wrote:

My items defination is:

I tried 2 different definations:

Dimmer ROLLER_SHUTTER_162_163_43_1 {zwave="43:0:command=FIBARO_FGRM_222,type=shutter,restore_last_value=true"} Dimmer ROLLER_SHUTTER_162_163_43_1 {zwave="43:0:command=SWITCH_MULTILEVEL,restore_last_value=true"}

On Fri, Jun 24, 2016 at 11:29 PM, Chris Jackson notifications@github.com wrote:

@ghostreader86 thanks - can you provide your item definition please?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/cdjackson/HABmin2/issues/112#issuecomment-228416393, or mute the thread https://github.com/notifications/unsubscribe/AQBOcE2Utfr_FLsoEd3xcX9iQ7Qdndu3ks5qPBsMgaJpZM4HHFJR .

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/cdjackson/HABmin2/issues/112#issuecomment-228512760, or mute the thread https://github.com/notifications/unsubscribe/AA_kQ03rsmPOjS25bBXQHCvTlFfGO-reks5qPLjWgaJpZM4HHFJR.

JakobLichterfeld commented 8 years ago

Thats the issue, define it as rollershutter to control it with up, down and stop and%

Am 25.06.2016 07:13 schrieb "shrikant lahase" notifications@github.com:

My items defination is:

I tried 2 different definations:

Dimmer ROLLER_SHUTTER_162_163_43_1 {zwave="43:0:command=FIBARO_FGRM_222,type=shutter,restore_last_value=true"} Dimmer ROLLER_SHUTTER_162_163_43_1 {zwave="43:0:command=SWITCH_MULTILEVEL,restore_last_value=true"}

On Fri, Jun 24, 2016 at 11:29 PM, Chris Jackson notifications@github.com wrote:

@ghostreader86 thanks - can you provide your item definition please?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub <https://github.com/cdjackson/HABmin2/issues/112#issuecomment-228416393 , or mute the thread < https://github.com/notifications/unsubscribe/AQBOcE2Utfr_FLsoEd3xcX9iQ7Qdndu3ks5qPBsMgaJpZM4HHFJR

.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/cdjackson/HABmin2/issues/112#issuecomment-228512760, or mute the thread https://github.com/notifications/unsubscribe/APvteBsZPqhHgC5DWVWCUYdq-1zz_7QXks5qPLjYgaJpZM4HHFJR .

shrikantlahase commented 8 years ago

Hi, I have fgrm222 rollershutter , i want to control it using values like 10,20,......etc. i don't want to use UP DOWN, STOP. I want scroll like functionality. I tried using SWITCH_MULTILEVEL command class but not working.

How to achieve this...?

Thanks, Shrikant

cdjackson commented 8 years ago

You should be able to use a dimmer n your sitemap.

shrikantlahase commented 8 years ago

i am not getting your answer. Are you saying like use of dimmer controller instead of rollershutter controller...?

On Thu, Jul 7, 2016 at 11:57 AM, Chris Jackson notifications@github.com wrote:

You should be able to use a dimmer n your sitemap.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/cdjackson/HABmin2/issues/112#issuecomment-230990568, or mute the thread https://github.com/notifications/unsubscribe/AQBOcHJi-EOq1r7lBnM5DmzesqYr2eBKks5qTJxmgaJpZM4HHFJR .

cdjackson commented 8 years ago

yes

shrikantlahase commented 8 years ago

electrically , we can not do wiring of rollershutter motor with dimmer controller.....

On Thu, Jul 7, 2016 at 12:07 PM, Chris Jackson notifications@github.com wrote:

yes

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/cdjackson/HABmin2/issues/112#issuecomment-230993820, or mute the thread https://github.com/notifications/unsubscribe/AQBOcPgbg_vqnRzKLqNLzPvM49rXJiXLks5qTJ68gaJpZM4HHFJR .

cdjackson commented 8 years ago

I am not talking electrically - I said to use the dimmer in your sitemap.

shrikantlahase commented 8 years ago

ok.....chris

On Thu, Jul 7, 2016 at 1:56 PM, Chris Jackson notifications@github.com wrote:

I am not talking electrically - I said to use the dimmer in your sitemap.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/cdjackson/HABmin2/issues/112#issuecomment-231014872, or mute the thread https://github.com/notifications/unsubscribe/AQBOcP2nifGeaE06Ehj9Lz1h3c54sZK_ks5qTLhLgaJpZM4HHFJR .

shrikantlahase commented 8 years ago

i will try ..... this.

On Thu, Jul 7, 2016 at 2:15 PM, Shrikant Lahase shrikant@aviconn.in wrote:

ok.....chris

On Thu, Jul 7, 2016 at 1:56 PM, Chris Jackson notifications@github.com wrote:

I am not talking electrically - I said to use the dimmer in your sitemap.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/cdjackson/HABmin2/issues/112#issuecomment-231014872, or mute the thread https://github.com/notifications/unsubscribe/AQBOcP2nifGeaE06Ehj9Lz1h3c54sZK_ks5qTLhLgaJpZM4HHFJR .

JakobLichterfeld commented 8 years ago

need to do the initialisation to be able to set a percent value... Rollershutter item is able to accept up,down stop and percent values

Am 07.07.2016 10:45 schrieb "shrikant lahase" notifications@github.com:

i will try ..... this.

On Thu, Jul 7, 2016 at 2:15 PM, Shrikant Lahase shrikant@aviconn.in wrote:

ok.....chris

On Thu, Jul 7, 2016 at 1:56 PM, Chris Jackson notifications@github.com wrote:

I am not talking electrically - I said to use the dimmer in your sitemap.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub <https://github.com/cdjackson/HABmin2/issues/112#issuecomment-231014872 , or mute the thread < https://github.com/notifications/unsubscribe/AQBOcP2nifGeaE06Ehj9Lz1h3c54sZK_ks5qTLhLgaJpZM4HHFJR

.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/cdjackson/HABmin2/issues/112#issuecomment-231019160, or mute the thread https://github.com/notifications/unsubscribe/APvteBRFEdwgkk-1HyZcxLKgiBMIEruFks5qTLy8gaJpZM4HHFJR .

cdjackson commented 8 years ago

What do you mean?

On 7 Jul 2016, at 11:43, ghostreader86 notifications@github.com wrote:

need to do the initialisation to be able to set a percent value... Rollershutter item is able to accept up,down stop and percent values

Am 07.07.2016 10:45 schrieb "shrikant lahase" notifications@github.com:

i will try ..... this.

On Thu, Jul 7, 2016 at 2:15 PM, Shrikant Lahase shrikant@aviconn.in wrote:

ok.....chris

On Thu, Jul 7, 2016 at 1:56 PM, Chris Jackson notifications@github.com wrote:

I am not talking electrically - I said to use the dimmer in your sitemap.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub <https://github.com/cdjackson/HABmin2/issues/112#issuecomment-231014872 , or mute the thread < https://github.com/notifications/unsubscribe/AQBOcP2nifGeaE06Ehj9Lz1h3c54sZK_ks5qTLhLgaJpZM4HHFJR

.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/cdjackson/HABmin2/issues/112#issuecomment-231019160, or mute the thread https://github.com/notifications/unsubscribe/APvteBRFEdwgkk-1HyZcxLKgiBMIEruFks5qTLy8gaJpZM4HHFJR .

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/cdjackson/HABmin2/issues/112#issuecomment-231032136, or mute the thread https://github.com/notifications/unsubscribe/AA_kQzt48VXsiOsLbogIu-TqcWfncmB1ks5qTMokgaJpZM4HHFJR.

JakobLichterfeld commented 8 years ago

Sorry, I mean you need to perform the calibration process before the fibaro rollershutter accepts % values. Otherwise it did not now, what 90% means, so it has to learn the endpositions first. Afterwards you can use sendcommand(name, up), down, stop or 90% for example

cdjackson commented 8 years ago

Ah - ok, thanks for the clarification.

shrikantlahase commented 7 years ago

its working after calibration