livebox:pachube

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
livebox:pachube [2014/11/08 09:33] – [now attribute] brettlivebox:pachube [2014/11/08 09:41] (current) – [As a Service] brett
Line 103: Line 103:
   * The tag=key updates the tag value of the datastream identified by the ID key/field   * The tag=key updates the tag value of the datastream identified by the ID key/field
   * The value= updates the value of the datastream identified by the ID key/field   * The value= updates the value of the datastream identified by the ID key/field
 +
 +The attributes; id, tag and value are mandatory and must be supplied with each xAP message.
  
 The configuration page on the HAH xively tab is unaffected The configuration page on the HAH xively tab is unaffected
Line 127: Line 129:
  
 ==== feed attribute ==== ==== feed attribute ====
 +
 +This is an optional attribute.
  
 When feeding xap-xively manually you may supply a feed attribute to override the default feedid= setting obtained from the /etc/xap.d/xap-xively.ini file. When feeding xap-xively manually you may supply a feed attribute to override the default feedid= setting obtained from the /etc/xap.d/xap-xively.ini file.
Line 137: Line 141:
 value=60 value=60
 feed=1234 feed=1234
 +}
 +</code>
 +
 +==== min/max attribute ====
 +
 +These are optional attributes.
 +
 +When feeding xap-xively manually you may supply a min/max attribute to specify to the xively backend the range of values to be expected.  This assists it with graphing.
 +
 +<code>
 +datastream
 +{
 +id=4
 +tag=Temperature
 +value=20
 +min=-10
 +max=40
 +}
 +</code>
 +
 +
 +==== unit attribute ====
 +
 +This is an optional attribute.
 +
 +This attribute allows you to supply a textual hint for the unit type of the value.  Its purpose is to document the value units when viewing graphs and values through the xively web interface.
 +
 +<code>
 +datastream
 +{
 +id=4
 +tag=Pressure
 +value=973
 +unit=hPa
 } }
 </code> </code>
  • livebox/pachube.1415439182.txt.gz
  • Last modified: 2014/11/08 09:33
  • by brett