varamfer / openhab

Automatically exported from code.google.com/p/openhab
0 stars 0 forks source link

1-wire item only updates once after creation #148

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Create a new Number Item of type onewire
2.save items file
3.

What is the expected output? What do you see instead?
In the logs i see dat the number item retrieves the temperature value only 
once, the next pass it is "undefined"

What version of the product are you using? On what operating system?
1.0 on ubuntu 12.04

Please provide any additional information below.
Number Temperature_Bureau "Temperatuur bureau [%.1f °C]" (Verdiep) { 
onewire="10.A77594010800#temperature" }

logs :
14:58:34.428 INFO  o.o.m.c.i.f.FolderObserver[:163] - Loaded file 
'onshuis.items'
14:58:35.116 INFO  runtime.busevents[:42] - Bureau received command OFF
14:58:39.016 INFO  runtime.busevents[:46] - Temperatuur_bureau state updated to 
Undefined
14:58:39.165 INFO  runtime.busevents[:46] - Temperature_Bureau state updated to 
18.125
14:59:18.756 WARN  o.e.j.servlet.ServletHandler[:553] - /openhab.app
java.util.UnknownFormatConversionException: Conversion = '.'
    at java.util.Formatter.checkText(Formatter.java:2519)

Regards,
Nico

Original issue reported on code.google.com by nicoat...@gmail.com on 18 Nov 2012 at 2:26

GoogleCodeExporter commented 8 years ago
Update : https://groups.google.com/forum/#!msg/openhab/6HdL2kILHv8/FrHFLGi67GYJ 
solved my issue.

Original comment by nicoat...@gmail.com on 18 Nov 2012 at 2:43

GoogleCodeExporter commented 8 years ago

Original comment by kai.openhab on 18 Nov 2012 at 6:36