Personal tools

Difference between revisions of "1-Wire sensor"

From PhotoVoltaic Logger new generation

Jump to: navigation, search
(Created page with "1-Wire sensors need a special setup. For a 1-Wire sensor reading 2 information needed: * the Sensor serial * the Sensor channel For correct handling fro...")
 
m
 
(3 intermediate revisions by the same user not shown)
Line 5: Line 5:
 
* the Sensor channel
 
* the Sensor channel
  
For correct handling from script in <tt>/owfs</tt> setup your sensor like this:
+
For correct handling from script in <tt>/owfs</tt> configure your sensor like this:
 +
 
  
 
[[File:TemperatureSensorChannel.png]]
 
[[File:TemperatureSensorChannel.png]]
 +
  
 
Please take attention at the '''serial number format'''!
 
Please take attention at the '''serial number format'''!
 +
 +
All my 1-Wire sensors are connected to the server by my self constructed [[1-Wire Hub]] and a [http://www.fuchs-shop.com/en/shop/17/1/13372016/ DS9490R USB to 1-Wire Adapter] and [http://www.fuchs-shop.com/en/shop/2/1/13372235/ RJ12 cable].
  
 
[[Category:Channel]]
 
[[Category:Channel]]
 +
[[Category:1-Wire]]
 +
[[Category:Hardware]]

Latest revision as of 22:53, 22 March 2014

1-Wire sensors need a special setup.

For a 1-Wire sensor reading 2 information needed:

  • the Sensor serial
  • the Sensor channel

For correct handling from script in /owfs configure your sensor like this:


TemperatureSensorChannel.png


Please take attention at the serial number format!

All my 1-Wire sensors are connected to the server by my self constructed 1-Wire Hub and a DS9490R USB to 1-Wire Adapter and RJ12 cable.