Ole8700 / openhab

Automatically exported from code.google.com/p/openhab
GNU General Public License v3.0
1 stars 0 forks source link

KNX configuration parsing #220

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add Number configuration in items config: 
  Number thTom_Mode       "Mode [MAP(mode.map):%s]"                       (gB_Tom)        {knx="5.005:2/4/7+<2/5/7" }
2.
3.

What is the expected output? What do you see instead?
I expect openhab sends a KNX read request to GA 2/5/7 to initialize state.
Instead, I get following error message:
11:53:36.993 ERROR o.o.m.i.i.GenericItemProvider[:226] - Binding information of 
type 'knx' for item ‘thTom_Mode‘ could not be parsed correctly.

What version of the product are you using? On what operating system?
openhab 1.1 on Ubuntu linux 12.10 x64

Please provide any additional information below.

Original issue reported on code.google.com by t...@ducbase.com on 25 Mar 2013 at 10:56

GoogleCodeExporter commented 9 years ago
This is probably a duplicate of Issue 132 that should be fixed in 1.2.

Original comment by cyril.ja...@gmail.com on 25 Mar 2013 at 11:44

GoogleCodeExporter commented 9 years ago
Hi,

I read through 132 and it does indeed appear to be a duplicate.  Feel free to 
close or flag accordingly.
Btw: the documentation actually does have the functionality listed:

knx="[<][<dptId>:]<mainGA>[[+[<]<listeningGA>]+[<]<listeningGA>..], 
[<][<dptId>:]<mainGA>[[+[<]<listeningGA>]+[<]<listeningGA>..]"

Thanks!
Tom.

Original comment by t...@ducbase.com on 25 Mar 2013 at 11:53

GoogleCodeExporter commented 9 years ago
Yes, the documentation is already updated for openHAB 1.2... A bit tricky to 
keep it applicable to all versions.

Original comment by kai.openhab on 25 Mar 2013 at 6:36