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
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
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