Package

com.ubirch.avatar

cmd

Permalink

package cmd

Visibility
  1. Public
  2. All

Type Members

  1. case class CsvData(trackleId: String, paketCounter: Int, timestamp: Int, t1: Double, t2: Double, t3: Double, day: String, time: String) extends Product with Serializable

    Permalink

    1.

    1. TrackleId,: 1 (0 or 1) 2. Paket Count: 179 (1 Byte, max 255) 3. Timestamp: 2271 (0-65535) 4. T1 (Temp in °C, formula by Delta, see below) 5. T2 (Temp in °C, formula by Delta, see below) 6. T3 (Temp in °C, formula by Delta, see below) 7. Day 8. Time

  2. case class LogData(timestamp: Int, trackleId: String, batteryPower: Int, paketCounter: Int, t1Adc: Int, t2Adc: Int, t1r: Double, t2r: Double, t1: Double, t2: Double, t3: Double, tAvg: Double) extends Product with Serializable

    Permalink

    1.

    1. Timestamp: 2271 (0-65535) 2. TrackleId: TR1 (01 oder 1) 3. Akkuladung: 1308mV 4. Paket Count: 117 (1 Byte, max 255) 5. T1adc: 22192 (Widerstand in Ohm) 6. T2adc: 22103 (Widerstand in Ohm) 7. T1r: 114.285 (resistance, formula: ((((adc * 1.35) / 65536) / 0.0005) / 8.0) ) 8. T2r: 113.827 (resistance, formula: ((((adc * 1.35) / 65536) / 0.0005) / 8.0) 9. T1: 36.75 (Temp in °C, formula by Delta, see below) 10. T2: 35.57 (Temp in °C, formula by Delta, see below) 11. T3: 36.22C (currently not relevant) 12. T = avg

Value Members

  1. object ClearDb extends App with StrictLogging with ESStorageCleanup with MongoStorageCleanup

    Permalink

    author: derMicha since: 12/12/16

  2. object CreateDevice extends App with ElasticsearchMappings with MongoConstraints with MyJsonProtocol with StrictLogging

    Permalink
  3. object CsvData extends Serializable

    Permalink
  4. object DeviceUpdateTester extends App with MyJsonProtocol

    Permalink
  5. object ImportProdLogs extends App with StrictLogging

    Permalink
  6. object ImportTrackle extends App with StrictLogging

    Permalink

    author: cvandrei since: 2017-07-24

  7. object InitData extends App with MyJsonProtocol with StrictLogging

    Permalink

    Created by derMicha on 09/11/16.

  8. object KeyImporter extends App

    Permalink
  9. object KeypairGen extends App with StrictLogging

    Permalink

    Created by derMicha on 14/11/16.

  10. object LogData extends Serializable

    Permalink
  11. object PatchDevices extends App with ElasticsearchMappings with MongoConstraints with MyJsonProtocol with StrictLogging

    Permalink
  12. object TestKeyService extends App with MyJsonProtocol with StrictLogging

    Permalink

    Created by derMicha on 09/11/16.

  13. object TestingSchwarzbrot extends App with MyJsonProtocol with StrictLogging

    Permalink

    Created by derMicha on 18/05/17.

Ungrouped