Ole8700 / openhab

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

HTTP Binding not updating Item #225

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Current Snapshoot (20130330-170720)

after start:
> openhab items W* (manual)

    Weather_Temperature (Type=NumberItem, State=Uninitialized)

> openhab send Weather_Temperature 0 (manual)
    12:21:40.636 INFO  runtime.busevents[:42] - Weather_Temperature received command 0

> openhab items W* (Manual)
    Weather_Temperature (Type=NumberItem, State=0)

> openhab send Weather_Temperature -1 (Manual)
    12:22:32.612 INFO  runtime.busevents[:42] - Weather_Temperature received command -1

This update ist done by http binding:

12:22:55.545 INFO  runtime.busevents[:46] - Weather_Temperature state updated 
to 0

>  openhab items W* (Manual)
    Weather_Temperature (Type=NumberItem, State=-1)

so Items keeps old state
with 1.2.0-#378 it works fine

Original issue reported on code.google.com by kleina.i...@gmail.com on 31 Mar 2013 at 10:29

GoogleCodeExporter commented 9 years ago

Original comment by kai.openhab on 31 Mar 2013 at 10:30

GoogleCodeExporter commented 9 years ago
hmm ... cannot reproduce with the current snapshot. Can you confirm that this 
behaviour is still available?

Original comment by teichsta on 4 Apr 2013 at 9:49

GoogleCodeExporter commented 9 years ago
seems to work now again - closed

Original comment by kleina.i...@gmail.com on 15 Apr 2013 at 8:27

GoogleCodeExporter commented 9 years ago
ok, feel free to open it again, if the problems occurs again

Original comment by teichsta on 15 Apr 2013 at 8:33