FHEM Forum

FHEM => fhem-users => Thema gestartet von: Guest am 21 Januar 2012, 17:53:55

Titel: Multiple rooms
Beitrag von: Guest am 21 Januar 2012, 17:53:55
Originally posted by: <email address deleted>

Hello,

I'm using the attribute room to place devices in multiple rooms. With
pgm2 I notices that it matters in what order this attribute is filled.
For instance:
Attr fht1 room living, heating
Attr fht2 room heating

This will create two different rooms in the pgm2 web, both named
heating.

If I change this to:
Attr fht1 room living, heating
Attr fht2 room bath, heating

Then I've got as expected only one room named 'heating'.

Is this a known problem or am I doing something wrong?

Thanks,
Alex

--
To unsubscribe from this group, send email to
fhem-users+unsubscribe@googlegroups.com
Titel: Re: Multiple rooms
Beitrag von: Oskar am 21 Januar 2012, 18:34:34
                                                     

Am 21.01.2012 um 17:53 schrieb Alex van Hoboken:

> Hello,
>
> I'm using the attribute room to place devices in multiple rooms. With
> pgm2 I notices that it matters in what order this attribute is filled.
> For instance:
> Attr fht1 room living, heating
> Attr fht2 room heating
>
> This will create two different rooms in the pgm2 web, both named
> heating.

No, one is named "heating", and the other one is named " heating".  
> If I change this to:
> Attr fht1 room living, heating
> Attr fht2 room bath, heating
>
> Then I've got as expected only one room named 'heating'.

No, you get one room named ' heating'.

> Is this a known problem or am I doing something wrong?

For me, both.  just avoid blanks in the attributes, write
Attr fht1 room living,heating

Cheers
   Oskar

--
To unsubscribe from this group, send email to
fhem-users+unsubscribe@googlegroups.com
Titel: Re: Multiple rooms
Beitrag von: Guest am 21 Januar 2012, 19:13:31
Originally posted by: <email address deleted>

Hmm, that was easily solved, thanks. It works.

On 21 jan, 18:34, Jan-Hinrich Fessel wrote:
> Am 21.01.2012 um 17:53 schrieb Alex van Hoboken:
>
> > Hello,
>
> > I'm using the attribute room to place devices in multiple rooms. With
> > pgm2 I notices that it matters in what order this attribute is filled.
> > For instance:
> > Attr fht1 room living, heating
> > Attr fht2 room heating
>
> > This will create two different rooms in the pgm2 web, both named
> > heating.
>
> No, one is named "heating", and the other one is named " heating".
>
> > If I change this to:
> > Attr fht1 room living, heating
> > Attr fht2 room bath, heating
>
> > Then I've got as expected only one room named 'heating'.
>
> No, you get one room named ' heating'.
>
> > Is this a known problem or am I doing something wrong?
>
> For me, both.  just avoid blanks in the attributes, write
> Attr fht1 room living,heating
>
> Cheers
>         Oskar

--
To unsubscribe from this group, send email to
fhem-users+unsubscribe@googlegroups.com