Closed GoogleCodeExporter closed 9 years ago
If I comment that line out issue is gone, but I need that item in my config.
And it is perfectly working in 1.1.0.
Original comment by ramazany...@gmail.com
on 20 Apr 2013 at 2:25
simple check
if(!configItem.allDataPoints.contains(dp)){
configItem.allDataPoints.add(dp);
}
solves a problem.
Could you adjust it in source ?
Original comment by ramazany...@gmail.com
on 20 Apr 2013 at 3:21
hmmm ... the Exception seems to report the problem correctly! You are going to
add the same GA twice. Why do you add the same GA a second time as listening GA?
Original comment by teichsta
on 20 Apr 2013 at 9:07
because listening GA is the sam ein my case (keep in mind it is working
configuration for 1.1.0)
Original comment by ramazany...@gmail.com
on 21 Apr 2013 at 11:00
It should be sufficient to configure the GA once. Having different GAs for
Command and State is just a special case ...
Original comment by teichsta
on 21 Apr 2013 at 12:01
then please make a remark in wiki about upgrade. Currently it says that you
just need to copy configurations from 1.1.0, which is not correct in my case.
Original comment by ramazany...@gmail.com
on 21 Apr 2013 at 2:03
ok, than let's say it the other way around: from my point of view it was more a
bug than a feature that this configuration works with 1.1 ;-)
Original comment by teichsta
on 21 Apr 2013 at 2:05
ok, problem is clarified, so I'll reject this issue.
Original comment by kai.openhab
on 22 May 2013 at 8:18
Original issue reported on code.google.com by
ramazany...@gmail.com
on 20 Apr 2013 at 2:24