Extra Sensors: Difference between revisions

From Cumulus Wiki
Jump to navigationJump to search
12 bytes added ,  09:53, 16 September 2021
m
(2 intermediate revisions by the same user not shown)
Line 30: Line 30:
   ''utils/bin/cumulusutils.exe [[UserAskedData]]''    => this command produces the ExtraSensors datafiles with only those data required for the present and activated sensors.
   ''utils/bin/cumulusutils.exe [[UserAskedData]]''    => this command produces the ExtraSensors datafiles with only those data required for the present and activated sensors.


NOTE: UserAskedData is typically used in an interval through the scheduler. See also the [[AirLink]] and the [[ChartsCompiler]]
NOTE: [[UserAskedData]] is typically used in an interval through the scheduler. See also the [[AirLink]] and the [[ChartsCompiler]]


There are some translations in the section [ExtraSensors] in the language file. The names of the Extra Sensors given by the user in strings.ini are used through the language file translations in the [Compiler] section.
There are some translations in the section [ExtraSensors] in the language file. The names of the Extra Sensors given by the user in strings.ini are used through the language file translations in the [Compiler] section.
Line 40: Line 40:
#extrasensorscharts.txt    => contains the charts which go with the extra sensors (analogue to the trend charts produced by CMX with the same periodic generation and the same period shown)
#extrasensorscharts.txt    => contains the charts which go with the extra sensors (analogue to the trend charts produced by CMX with the same periodic generation and the same period shown)
#extrasensorsrealtime.txt  => contains the webtags for the current value of the Extra Sensors used. Has to be entered in Extra Webfiles as source to be processed end FTP'd to the webroot at realtime.
#extrasensorsrealtime.txt  => contains the webtags for the current value of the Extra Sensors used. Has to be entered in Extra Webfiles as source to be processed end FTP'd to the webroot at realtime.
#extrasensorsdata.json      => contains all data for the extra sensors specified (by the command ''utils/cumulusutils.exe UserAskedData''.
#extrasensorsdata.json      => contains all data for the extra sensors specified (by the command ''utils/cumulusutils.exe [[UserAskedData]]''.


In addition the  module produces a menu item ''SC map'' which, when clicked, activates ''sensorcommunity.txt'' which is also output of this module. This loads the global map of [https://sensor.community/en/ sensor.community] centered on the coordinates of the users weather station. The user may wish to upload his/her data to the sensor.community project which is beyond the scope of CumulusUtils and CumulusMX.
In addition the  module produces a menu item ''SC map'' which, when clicked, activates ''sensorcommunity.txt'' which is also output of this module. This loads the global map of [https://sensor.community/en/ sensor.community] centered on the coordinates of the users weather station. The user may wish to upload his/her data to the sensor.community project which is beyond the scope of CumulusUtils and CumulusMX.
Line 71: Line 71:
Data generation is separate from the code generation and should run on the FTP frequency like all other data generators of CumulusUtils and CumulusMX.  
Data generation is separate from the code generation and should run on the FTP frequency like all other data generators of CumulusUtils and CumulusMX.  
Run:
Run:
  utils/cumulusutils.exe UserAskedData
  utils/cumulusutils.exe [[UserAskedData]]
in the scheduler. The compiler and/or the AirLink module require that command as well so it may already be present.
in the scheduler. The compiler and/or the AirLink module require that command as well so it may already be present.




[[Category:CumulusUtils]]
[[Category:CumulusUtils]]

Navigation menu