HourCounter funktioniert nicht...

Begonnen von Thomas24568, 24 März 2018, 17:17:31

Vorheriges Thema - Nächstes Thema

Thomas24568

Moin!

Neue Baustelle... :-))

Mein Stromzähler liefert (ca.) alle 10 Sekunden einen Impuls, der von stromz auch brav mit Symbol Glühbirne an/aus in der Weboberfläche von FHEM angezeigt wird (kurzer Impuls).

Nun hatte ich irgendwo eine Vorlage auf Basis von HourCounter gefunden, die mir den Verbrauch pro Tag und insgesamt anzeigen soll. Die Vorlage ist eigentlich für Gaszähler gedacht, daher mußte ich einige Namen umsetzen. (https://voizchat.de/gaszaehler-verbrauch-erfassen-mit-fhem-und-raspberry-gpio/)

Aber irgendwie will der Zähler nicht laufen.

define Stromverbrauch HourCounter stromz:on stromz:off

Internals:
   CFGFN     
   DEF        stromz:on stromz:off
   NAME       Stromverbrauch
   NR         201
   NTFY_ORDER 50-Stromverbrauch
   STATE      0
   TYPE       HourCounter
   VERSION    1.0.1.2 - 24.12.2014
   READINGS:
     2018-03-24 17:00:00   countsOverall   2568
     2018-03-24 17:00:00   countsPerDay    0
     2018-03-24 17:00:00   pauseTimeEdge   0
     2018-03-24 17:00:00   pauseTimeIncrement 5082
     2018-03-24 17:00:00   pauseTimeOverall 5082
     2018-03-24 17:00:00   pauseTimePerDay 5082
     2018-03-24 17:00:00   pulseTimeEdge   0
     2018-03-24 17:00:00   pulseTimeIncrement 0
     2018-03-24 17:00:00   pulseTimeOverall 0
     2018-03-24 17:00:00   pulseTimePerDay 0
     2018-03-24 17:00:00   state           0
     2018-03-24 15:35:18   tickDay         0
     2018-03-24 17:00:00   tickHour        2
     2018-03-24 15:35:18   tickMonth       0
     2018-03-24 17:00:00   tickUpdated     4
     2018-03-24 15:35:18   tickWeek        0
     2018-03-24 15:35:18   tickYear        0
     2018-03-24 17:00:00   value           0
   helper:
     OFF_Regexp stromz:off
     ON_Regexp  stromz:on
     calledByEvent
     changedTimestamp 2018-03-24 17:00:00
     forceClear
     forceDayChange
     forceHourChange
     forceMonthChange
     forceWeekChange
     forceYearChange
     isFirstRun
     sdRoundHourLast 1521907200
     value      -1
     cmdQueue:
Attributes:


Nach der Anleitung fehlt noch eine Log-Datei. Muster:
define FileLog_Gasverbrauch FileLog ./log/Gasverbrauch-%Y-%m.log Gasverbrauch:countsOverall:.*|Gasverbrauch:countsPerDay:.*|Gasverbrauch:state:.*

Meine Variante:

define Stromverbrauch FileLog ./log/Stromverbrauch-%Y-%m.log Stromverbrauch:countsOverall:.*|Stromverbrauch:countsPerDay:.*|Stromverbrauch:state:.*

Aber die Zähler dadrin zählen nicht hoch, obwohl alle paar Sekunden ein Impuls kommt.

Und wie erweitere ich den Befehl, damit ich auch "werte pro Stunde" bekomme? Ich habe im Wiki den Begriff "tickHour" gefunden, also scheint es sowas zu geben. Nur wie muß ich das oben einsetzen?

Thomas

amenomade

Guck was im EventMonitor kommt, und dann was in der Datei landet.

Bei tickHour musst Du theoretisch nur die DEF von der FileLog mit |tickHour:.* erweitern
Pi 3B, Alexa, CUL868+Selbstbau 1/2λ-Dipol-Antenne, USB Optolink / Vitotronic, Debmatic und HM / HmIP Komponenten, Rademacher Duofern Jalousien, Fritz!Dect Thermostaten, Proteus

Thomas24568

Im Eventmoni kommt viel (s.u.), in der Datei landet gar nichts. ???

2018-03-24 17:22:26 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:22:26 RPI_GPIO Pin35 on
2018-03-24 17:22:26 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:22:26 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:22:26 RPI_GPIO Pin35 off
2018-03-24 17:22:26 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:22:33 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:22:33 RPI_GPIO Pin35 on
2018-03-24 17:22:33 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:22:33 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:22:33 RPI_GPIO Pin35 off
2018-03-24 17:22:33 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:22:41 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:22:41 RPI_GPIO Pin35 on
2018-03-24 17:22:41 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:22:41 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:22:41 RPI_GPIO Pin35 off
2018-03-24 17:22:41 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:22:48 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:22:48 RPI_GPIO Pin35 on
2018-03-24 17:22:48 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:22:48 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:22:48 RPI_GPIO Pin35 off
2018-03-24 17:22:48 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:22:56 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:22:56 RPI_GPIO Pin35 on
2018-03-24 17:22:56 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:22:56 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:22:56 RPI_GPIO Pin35 off
2018-03-24 17:22:56 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:23:03 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:23:03 RPI_GPIO Pin35 on
2018-03-24 17:23:03 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:23:03 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:23:03 RPI_GPIO Pin35 off
2018-03-24 17:23:03 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:23:11 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:23:11 RPI_GPIO Pin35 on
2018-03-24 17:23:11 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:23:11 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:23:11 RPI_GPIO Pin35 off
2018-03-24 17:23:11 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:23:19 OWTHERM OWX_28_FF9677311704 temperature: 13.6875
2018-03-24 17:23:19 OWTHERM OWX_28_FF9677311704 T: 13.69 °C ↓
2018-03-24 17:23:19 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:23:19 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:23:19 RPI_GPIO Pin35 off
2018-03-24 17:23:19 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:23:20 OWTHERM OWX_28_FF28A4011703 temperature: 21.5
2018-03-24 17:23:20 OWTHERM OWX_28_FF28A4011703 T: 21.50 °C ↓
2018-03-24 17:23:20 OWTHERM OWX_28_FF0DA5011703 temperature: 20.5
2018-03-24 17:23:20 OWTHERM OWX_28_FF0DA5011703 T: 20.50 °C ↓
2018-03-24 17:23:22 OWTHERM OWX_28_FF1D37521704 temperature: 22.6875
2018-03-24 17:23:22 OWTHERM OWX_28_FF1D37521704 T: 22.69 °C ↓
2018-03-24 17:23:23 OWTHERM OWX_28_FF0235521704 temperature: 9.5
2018-03-24 17:23:23 OWTHERM OWX_28_FF0235521704 T:  9.50 °C ↓
2018-03-24 17:23:24 OWTHERM OWX_28_6A0437060000 temperature: 22.75
2018-03-24 17:23:24 OWTHERM OWX_28_6A0437060000 T: 22.75 °C ↓
2018-03-24 17:23:25 OWTHERM OWX_28_FF50C3511704 temperature: 41.5
2018-03-24 17:23:25 OWTHERM OWX_28_FF50C3511704 T: 41.50 °C ↓
2018-03-24 17:23:26 OWTHERM OWX_28_FF0BF1011703 temperature: 23.3125
2018-03-24 17:23:26 OWTHERM OWX_28_FF0BF1011703 T: 23.31 °C ↓
2018-03-24 17:23:26 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:23:26 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:23:26 RPI_GPIO Pin35 off
2018-03-24 17:23:26 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:23:27 OWTHERM OWX_28_13B936060000 temperature: 21.5
2018-03-24 17:23:27 OWTHERM OWX_28_13B936060000 T: 21.50 °C ↓
2018-03-24 17:23:27 OWTHERM OWX_28_FFE58B311704 temperature: 20
2018-03-24 17:23:27 OWTHERM OWX_28_FFE58B311704 T: 20.00 °C ↓
2018-03-24 17:23:29 OWTHERM OWX_28_FF3EE1011703 temperature: 45.25
2018-03-24 17:23:29 OWTHERM OWX_28_FF3EE1011703 T: 45.25 °C ↓
2018-03-24 17:23:30 OWTHERM OWX_28_FFE99A531704 temperature: 31.625
2018-03-24 17:23:30 OWTHERM OWX_28_FFE99A531704 T: 31.62 °C ↓
2018-03-24 17:23:31 OWTHERM OWX_28_FFD285531704 temperature: 30.375
2018-03-24 17:23:31 OWTHERM OWX_28_FFD285531704 T: 30.38 °C ↓
2018-03-24 17:23:33 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:23:33 RPI_GPIO Pin35 on
2018-03-24 17:23:33 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:23:33 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:23:33 RPI_GPIO Pin35 off
2018-03-24 17:23:33 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:23:40 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:23:40 RPI_GPIO Pin35 on
2018-03-24 17:23:40 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:23:40 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:23:40 RPI_GPIO Pin35 off
2018-03-24 17:23:40 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:23:48 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:23:48 RPI_GPIO Pin35 on
2018-03-24 17:23:48 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:23:48 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:23:48 RPI_GPIO Pin35 off
2018-03-24 17:23:48 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:23:55 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:23:55 RPI_GPIO Pin35 on
2018-03-24 17:23:55 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:23:55 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:23:55 RPI_GPIO Pin35 off
2018-03-24 17:23:55 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:24:03 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:24:03 RPI_GPIO Pin35 on
2018-03-24 17:24:03 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:24:03 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:24:03 RPI_GPIO Pin35 off
2018-03-24 17:24:03 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:24:10 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:24:10 RPI_GPIO Pin35 on
2018-03-24 17:24:10 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:24:10 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:24:10 RPI_GPIO Pin35 off
2018-03-24 17:24:10 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:24:18 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:24:18 RPI_GPIO Pin35 on
2018-03-24 17:24:18 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:24:18 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:24:18 RPI_GPIO Pin35 off
2018-03-24 17:24:18 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:24:25 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:24:25 RPI_GPIO Pin35 on
2018-03-24 17:24:25 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:24:25 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:24:25 RPI_GPIO Pin35 off
2018-03-24 17:24:25 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:24:33 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:24:33 RPI_GPIO Pin35 on
2018-03-24 17:24:33 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:24:33 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:24:33 RPI_GPIO Pin35 off
2018-03-24 17:24:33 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:24:41 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:24:41 RPI_GPIO Pin35 on
2018-03-24 17:24:41 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:24:41 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:24:41 RPI_GPIO Pin35 off
2018-03-24 17:24:41 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:24:48 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:24:48 RPI_GPIO Pin35 on
2018-03-24 17:24:48 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:24:48 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:24:48 RPI_GPIO Pin35 off
2018-03-24 17:24:48 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:24:56 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:24:56 RPI_GPIO Pin35 on
2018-03-24 17:24:56 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:24:56 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:24:56 RPI_GPIO Pin35 off
2018-03-24 17:24:56 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:25:03 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:25:03 RPI_GPIO Pin35 on
2018-03-24 17:25:04 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:25:04 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:25:04 RPI_GPIO Pin35 off
2018-03-24 17:25:04 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:25:11 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:25:11 RPI_GPIO Pin35 on
2018-03-24 17:25:11 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:25:11 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:25:11 RPI_GPIO Pin35 off
2018-03-24 17:25:11 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:25:19 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:25:19 RPI_GPIO Pin35 on
2018-03-24 17:25:19 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:25:19 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:25:19 RPI_GPIO Pin35 off
2018-03-24 17:25:19 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:25:26 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:25:26 RPI_GPIO Pin35 on
2018-03-24 17:25:26 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:25:26 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:25:26 RPI_GPIO Pin35 off
2018-03-24 17:25:26 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:25:34 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:25:34 RPI_GPIO Pin35 on
2018-03-24 17:25:34 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:25:34 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:25:34 RPI_GPIO Pin35 off
2018-03-24 17:25:34 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:25:41 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:25:41 RPI_GPIO Pin35 on
2018-03-24 17:25:41 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:25:41 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:25:41 RPI_GPIO Pin35 off
2018-03-24 17:25:41 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:25:49 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:25:49 RPI_GPIO Pin35 on
2018-03-24 17:25:49 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:25:49 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:25:49 RPI_GPIO Pin35 off
2018-03-24 17:25:49 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:25:57 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:25:57 RPI_GPIO Pin35 on
2018-03-24 17:25:57 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:25:57 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:25:57 RPI_GPIO Pin35 off
2018-03-24 17:25:57 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:26:06 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:26:06 RPI_GPIO Pin35 on
2018-03-24 17:26:06 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:26:06 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:26:06 RPI_GPIO Pin35 off
2018-03-24 17:26:06 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:26:13 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:26:13 RPI_GPIO Pin35 on
2018-03-24 17:26:14 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:26:14 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:26:14 RPI_GPIO Pin35 off
2018-03-24 17:26:14 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:26:21 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:26:21 RPI_GPIO Pin35 on
2018-03-24 17:26:21 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:26:21 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:26:21 RPI_GPIO Pin35 off
2018-03-24 17:26:21 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:26:29 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:26:29 RPI_GPIO Pin35 on
2018-03-24 17:26:29 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:26:29 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:26:29 RPI_GPIO Pin35 off
2018-03-24 17:26:29 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:26:36 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:26:36 RPI_GPIO Pin35 on
2018-03-24 17:26:36 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:26:36 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:26:36 RPI_GPIO Pin35 off
2018-03-24 17:26:36 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:26:44 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:26:44 RPI_GPIO Pin35 on
2018-03-24 17:26:44 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:26:44 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:26:44 RPI_GPIO Pin35 off
2018-03-24 17:26:44 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:26:51 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:26:51 RPI_GPIO Pin35 on
2018-03-24 17:26:51 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:26:51 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:26:51 RPI_GPIO Pin35 off
2018-03-24 17:26:51 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:26:58 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:26:58 RPI_GPIO Pin35 on
2018-03-24 17:26:59 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:26:59 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:26:59 RPI_GPIO Pin35 off
2018-03-24 17:26:59 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:27:06 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:27:06 RPI_GPIO Pin35 on
2018-03-24 17:27:06 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:27:06 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:27:06 RPI_GPIO Pin35 off
2018-03-24 17:27:06 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:27:13 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:27:13 RPI_GPIO Pin35 on
2018-03-24 17:27:13 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:27:13 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:27:13 RPI_GPIO Pin35 off
2018-03-24 17:27:13 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:27:22 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:27:22 RPI_GPIO Pin35 on
2018-03-24 17:27:22 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:27:22 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:27:22 RPI_GPIO Pin35 off
2018-03-24 17:27:22 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:27:30 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:27:30 RPI_GPIO Pin35 on
2018-03-24 17:27:30 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:27:30 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:27:30 RPI_GPIO Pin35 off
2018-03-24 17:27:30 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:27:39 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:27:39 RPI_GPIO Pin35 on
2018-03-24 17:27:39 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:27:39 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:27:39 RPI_GPIO Pin35 off
2018-03-24 17:27:39 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:27:47 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:27:47 RPI_GPIO Pin35 on
2018-03-24 17:27:48 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:27:48 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:27:48 RPI_GPIO Pin35 off
2018-03-24 17:27:48 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:27:56 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:27:56 RPI_GPIO Pin35 on
2018-03-24 17:27:56 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:27:56 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:27:56 RPI_GPIO Pin35 off
2018-03-24 17:27:56 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:27:59 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:27:59 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:27:59 RPI_GPIO Pin35 off
2018-03-24 17:27:59 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:27:59 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:27:59 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:27:59 RPI_GPIO Pin35 off
2018-03-24 17:27:59 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:28:05 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:28:05 RPI_GPIO Pin35 on
2018-03-24 17:28:05 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:28:05 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:28:05 RPI_GPIO Pin35 off
2018-03-24 17:28:05 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:28:14 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:28:14 RPI_GPIO Pin35 on
2018-03-24 17:28:14 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:28:14 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:28:14 RPI_GPIO Pin35 off
2018-03-24 17:28:14 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:28:19 OWTHERM OWX_28_FF9677311704 temperature: 13.625
2018-03-24 17:28:19 OWTHERM OWX_28_FF9677311704 T: 13.62 °C ↓
2018-03-24 17:28:20 OWTHERM OWX_28_FF28A4011703 temperature: 21.5
2018-03-24 17:28:20 OWTHERM OWX_28_FF28A4011703 T: 21.50 °C ↓
2018-03-24 17:28:20 OWTHERM OWX_28_FF0DA5011703 temperature: 20.5
2018-03-24 17:28:20 OWTHERM OWX_28_FF0DA5011703 T: 20.50 °C ↓
2018-03-24 17:28:22 OWTHERM OWX_28_FF1D37521704 temperature: 22.75
2018-03-24 17:28:22 OWTHERM OWX_28_FF1D37521704 T: 22.75 °C ↓
2018-03-24 17:28:23 OWTHERM OWX_28_FF0235521704 temperature: 9.4375
2018-03-24 17:28:23 OWTHERM OWX_28_FF0235521704 T:  9.44 °C ↓
2018-03-24 17:28:24 OWTHERM OWX_28_6A0437060000 temperature: 22.8125
2018-03-24 17:28:24 OWTHERM OWX_28_6A0437060000 T: 22.81 °C ↓
2018-03-24 17:28:24 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:28:24 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:28:24 RPI_GPIO Pin35 off
2018-03-24 17:28:24 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:28:25 OWTHERM OWX_28_FF50C3511704 temperature: 41.75
2018-03-24 17:28:25 OWTHERM OWX_28_FF50C3511704 T: 41.75 °C ↓
2018-03-24 17:28:26 OWTHERM OWX_28_FF0BF1011703 temperature: 23.375
2018-03-24 17:28:26 OWTHERM OWX_28_FF0BF1011703 T: 23.38 °C ↓
2018-03-24 17:28:27 OWTHERM OWX_28_FFE58B311704 temperature: 18
2018-03-24 17:28:27 OWTHERM OWX_28_FFE58B311704 T: 18.00 °C ↓
2018-03-24 17:28:27 OWTHERM OWX_28_13B936060000 temperature: 21.5
2018-03-24 17:28:27 OWTHERM OWX_28_13B936060000 T: 21.50 °C ↓
2018-03-24 17:28:29 OWTHERM OWX_28_FF3EE1011703 temperature: 42.125
2018-03-24 17:28:29 OWTHERM OWX_28_FF3EE1011703 T: 42.12 °C ↓
2018-03-24 17:28:30 OWTHERM OWX_28_FFE99A531704 temperature: 34.75
2018-03-24 17:28:30 OWTHERM OWX_28_FFE99A531704 T: 34.75 °C ↓
2018-03-24 17:28:31 OWTHERM OWX_28_FFD285531704 temperature: 30.625
2018-03-24 17:28:31 OWTHERM OWX_28_FFD285531704 T: 30.62 °C ↓
2018-03-24 17:28:33 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:28:33 RPI_GPIO Pin35 on
2018-03-24 17:28:33 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:28:33 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:28:33 RPI_GPIO Pin35 off
2018-03-24 17:28:33 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:28:42 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:28:42 RPI_GPIO Pin35 on
2018-03-24 17:28:43 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:28:43 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:28:43 RPI_GPIO Pin35 off
2018-03-24 17:28:43 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:28:52 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:28:52 RPI_GPIO Pin35 on
2018-03-24 17:28:52 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:28:52 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:28:52 RPI_GPIO Pin35 off
2018-03-24 17:28:52 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:29:01 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:29:01 RPI_GPIO Pin35 on
2018-03-24 17:29:01 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:29:01 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:29:01 RPI_GPIO Pin35 off
2018-03-24 17:29:01 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:29:11 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:29:11 RPI_GPIO Pin35 on
2018-03-24 17:29:11 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:29:11 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:29:11 RPI_GPIO Pin35 off
2018-03-24 17:29:11 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:29:20 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:29:20 RPI_GPIO Pin35 on
2018-03-24 17:29:20 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:29:20 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:29:20 RPI_GPIO Pin35 off
2018-03-24 17:29:20 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:29:30 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:29:30 RPI_GPIO Pin35 on
2018-03-24 17:29:30 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:29:30 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:29:30 RPI_GPIO Pin35 off
2018-03-24 17:29:30 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:29:39 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:29:39 RPI_GPIO Pin35 on
2018-03-24 17:29:39 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:29:39 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:29:39 RPI_GPIO Pin35 off
2018-03-24 17:29:39 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:29:48 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:29:48 RPI_GPIO Pin35 on
2018-03-24 17:29:48 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:29:48 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:29:48 RPI_GPIO Pin35 off
2018-03-24 17:29:48 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:29:58 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:29:58 RPI_GPIO Pin35 on
2018-03-24 17:29:58 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:29:58 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:29:58 RPI_GPIO Pin35 off
2018-03-24 17:29:58 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:30:03 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:30:03 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:30:03 RPI_GPIO Pin35 off
2018-03-24 17:30:03 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:30:03 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:30:03 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:30:03 RPI_GPIO Pin35 off
2018-03-24 17:30:03 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:30:07 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:30:07 RPI_GPIO Pin35 on
2018-03-24 17:30:07 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:30:07 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:30:07 RPI_GPIO Pin35 off
2018-03-24 17:30:07 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:30:16 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:30:16 RPI_GPIO Pin35 on
2018-03-24 17:30:17 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:30:17 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:30:17 RPI_GPIO Pin35 off
2018-03-24 17:30:17 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:30:26 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:30:26 RPI_GPIO Pin35 on
2018-03-24 17:30:26 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:30:26 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:30:26 RPI_GPIO Pin35 off
2018-03-24 17:30:26 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:30:35 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:30:35 RPI_GPIO Pin35 on
2018-03-24 17:30:35 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:30:35 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:30:35 RPI_GPIO Pin35 off
2018-03-24 17:30:35 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:30:44 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:30:44 RPI_GPIO Pin35 on
2018-03-24 17:30:44 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:30:44 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:30:44 RPI_GPIO Pin35 off
2018-03-24 17:30:44 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:30:53 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:30:53 RPI_GPIO Pin35 on
2018-03-24 17:30:53 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:30:53 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:30:53 RPI_GPIO Pin35 off
2018-03-24 17:30:53 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:31:02 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:31:02 RPI_GPIO Pin35 on
2018-03-24 17:31:02 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:31:02 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:31:02 RPI_GPIO Pin35 off
2018-03-24 17:31:02 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:31:11 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:31:11 RPI_GPIO Pin35 on
2018-03-24 17:31:12 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:31:12 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:31:12 RPI_GPIO Pin35 off
2018-03-24 17:31:12 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:31:21 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:31:21 RPI_GPIO Pin35 on
2018-03-24 17:31:21 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:31:21 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:31:21 RPI_GPIO Pin35 off
2018-03-24 17:31:21 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:31:30 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:31:30 RPI_GPIO Pin35 on
2018-03-24 17:31:30 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:31:30 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:31:30 RPI_GPIO Pin35 off
2018-03-24 17:31:30 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:31:40 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:31:40 RPI_GPIO Pin35 on
2018-03-24 17:31:40 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:31:40 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:31:40 RPI_GPIO Pin35 off
2018-03-24 17:31:40 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:31:49 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:31:49 RPI_GPIO Pin35 on
2018-03-24 17:31:49 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:31:49 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:31:49 RPI_GPIO Pin35 off
2018-03-24 17:31:49 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:31:59 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:31:59 RPI_GPIO Pin35 on
2018-03-24 17:31:59 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:31:59 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:31:59 RPI_GPIO Pin35 off
2018-03-24 17:31:59 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:32:08 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:32:08 RPI_GPIO Pin35 on
2018-03-24 17:32:08 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:32:08 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:32:08 RPI_GPIO Pin35 off
2018-03-24 17:32:08 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:32:18 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:32:18 RPI_GPIO Pin35 on
2018-03-24 17:32:18 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:32:18 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:32:18 RPI_GPIO Pin35 off
2018-03-24 17:32:18 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:32:27 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:32:27 RPI_GPIO Pin35 on
2018-03-24 17:32:27 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:32:27 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:32:27 RPI_GPIO Pin35 off
2018-03-24 17:32:27 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:32:37 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:32:37 RPI_GPIO Pin35 on
2018-03-24 17:32:37 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:32:37 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:32:37 RPI_GPIO Pin35 off
2018-03-24 17:32:37 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:32:46 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:32:46 RPI_GPIO Pin35 on
2018-03-24 17:32:46 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:32:46 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:32:46 RPI_GPIO Pin35 off
2018-03-24 17:32:46 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:32:56 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:32:56 RPI_GPIO Pin35 on
2018-03-24 17:32:56 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:32:56 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:32:56 RPI_GPIO Pin35 off
2018-03-24 17:32:56 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:33:05 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:33:05 RPI_GPIO Pin35 on
2018-03-24 17:33:05 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:33:05 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:33:05 RPI_GPIO Pin35 off
2018-03-24 17:33:05 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:33:15 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:33:15 RPI_GPIO Pin35 on
2018-03-24 17:33:15 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:33:15 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:33:15 RPI_GPIO Pin35 off
2018-03-24 17:33:15 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:33:19 OWTHERM OWX_28_FF9677311704 temperature: 13.625
2018-03-24 17:33:19 OWTHERM OWX_28_FF9677311704 T: 13.62 °C ↓
2018-03-24 17:33:20 OWTHERM OWX_28_FF28A4011703 temperature: 21.5
2018-03-24 17:33:20 OWTHERM OWX_28_FF28A4011703 T: 21.50 °C ↓
2018-03-24 17:33:20 OWTHERM OWX_28_FF0DA5011703 temperature: 20.5
2018-03-24 17:33:20 OWTHERM OWX_28_FF0DA5011703 T: 20.50 °C ↓
2018-03-24 17:33:22 OWTHERM OWX_28_FF1D37521704 temperature: 22.75
2018-03-24 17:33:22 OWTHERM OWX_28_FF1D37521704 T: 22.75 °C ↓
2018-03-24 17:33:23 OWTHERM OWX_28_FF0235521704 temperature: 9.375
2018-03-24 17:33:23 OWTHERM OWX_28_FF0235521704 T:  9.38 °C ↓
2018-03-24 17:33:24 OWTHERM OWX_28_6A0437060000 temperature: 22.9375
2018-03-24 17:33:24 OWTHERM OWX_28_6A0437060000 T: 22.94 °C ↓
2018-03-24 17:33:25 OWTHERM OWX_28_FF50C3511704 temperature: 36.6875
2018-03-24 17:33:25 OWTHERM OWX_28_FF50C3511704 T: 36.69 °C ↓
2018-03-24 17:33:25 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:33:25 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:33:25 RPI_GPIO Pin35 off
2018-03-24 17:33:25 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:33:26 OWTHERM OWX_28_FF0BF1011703 temperature: 23.375
2018-03-24 17:33:26 OWTHERM OWX_28_FF0BF1011703 T: 23.38 °C ↓
2018-03-24 17:33:27 OWTHERM OWX_28_13B936060000 temperature: 21.5
2018-03-24 17:33:27 OWTHERM OWX_28_13B936060000 T: 21.50 °C ↓
2018-03-24 17:33:27 OWTHERM OWX_28_FFE58B311704 temperature: 18.5
2018-03-24 17:33:27 OWTHERM OWX_28_FFE58B311704 T: 18.50 °C ↓
2018-03-24 17:33:29 OWTHERM OWX_28_FF3EE1011703 temperature: 37.5
2018-03-24 17:33:29 OWTHERM OWX_28_FF3EE1011703 T: 37.50 °C ↓
2018-03-24 17:33:30 OWTHERM OWX_28_FFE99A531704 temperature: 33.25
2018-03-24 17:33:30 OWTHERM OWX_28_FFE99A531704 T: 33.25 °C ↓
2018-03-24 17:33:31 OWTHERM OWX_28_FFD285531704 temperature: 29.625
2018-03-24 17:33:31 OWTHERM OWX_28_FFD285531704 T: 29.62 °C ↓
2018-03-24 17:33:34 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:33:34 RPI_GPIO Pin35 on
2018-03-24 17:33:34 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:33:34 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:33:34 RPI_GPIO Pin35 off
2018-03-24 17:33:34 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:33:43 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:33:43 RPI_GPIO Pin35 on
2018-03-24 17:33:44 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:33:44 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:33:44 RPI_GPIO Pin35 off
2018-03-24 17:33:44 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:33:53 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:33:53 RPI_GPIO Pin35 on
2018-03-24 17:33:53 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:33:53 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:33:53 RPI_GPIO Pin35 off
2018-03-24 17:33:53 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:34:02 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:34:02 RPI_GPIO Pin35 on
2018-03-24 17:34:02 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:34:02 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:34:02 RPI_GPIO Pin35 off
2018-03-24 17:34:02 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:34:11 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:34:11 RPI_GPIO Pin35 on
2018-03-24 17:34:12 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:34:12 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:34:12 RPI_GPIO Pin35 off
2018-03-24 17:34:12 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:34:21 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:34:21 RPI_GPIO Pin35 on
2018-03-24 17:34:21 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:34:21 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:34:21 RPI_GPIO Pin35 off
2018-03-24 17:34:21 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:34:30 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:34:30 RPI_GPIO Pin35 on
2018-03-24 17:34:30 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:34:30 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:34:30 RPI_GPIO Pin35 off
2018-03-24 17:34:30 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:34:39 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:34:39 RPI_GPIO Pin35 on
2018-03-24 17:34:39 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:34:39 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:34:39 RPI_GPIO Pin35 off
2018-03-24 17:34:39 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:34:48 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:34:48 RPI_GPIO Pin35 on
2018-03-24 17:34:48 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:34:48 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:34:48 RPI_GPIO Pin35 off
2018-03-24 17:34:48 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:34:58 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:34:58 RPI_GPIO Pin35 on
2018-03-24 17:34:58 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:34:58 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:34:58 RPI_GPIO Pin35 off
2018-03-24 17:34:58 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:35:07 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:35:07 RPI_GPIO Pin35 on
2018-03-24 17:35:08 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:35:08 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:35:08 RPI_GPIO Pin35 off
2018-03-24 17:35:08 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:35:17 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:35:17 RPI_GPIO Pin35 on
2018-03-24 17:35:17 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:35:17 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:35:17 RPI_GPIO Pin35 off
2018-03-24 17:35:17 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:35:27 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:35:27 RPI_GPIO Pin35 on
2018-03-24 17:35:27 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:35:27 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:35:27 RPI_GPIO Pin35 off
2018-03-24 17:35:27 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:35:36 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:35:36 RPI_GPIO Pin35 on
2018-03-24 17:35:36 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:35:36 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:35:36 RPI_GPIO Pin35 off
2018-03-24 17:35:36 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:35:46 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:35:46 RPI_GPIO Pin35 on
2018-03-24 17:35:46 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:35:46 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:35:46 RPI_GPIO Pin35 off
2018-03-24 17:35:46 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:35:55 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:35:55 RPI_GPIO Pin35 on
2018-03-24 17:35:55 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:35:55 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:35:55 RPI_GPIO Pin35 off
2018-03-24 17:35:55 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:36:05 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:36:05 RPI_GPIO Pin35 on
2018-03-24 17:36:05 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:36:05 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:36:05 RPI_GPIO Pin35 off
2018-03-24 17:36:05 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:36:14 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:36:14 RPI_GPIO Pin35 on
2018-03-24 17:36:14 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:36:14 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:36:14 RPI_GPIO Pin35 off
2018-03-24 17:36:14 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:36:24 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:36:24 RPI_GPIO Pin35 on
2018-03-24 17:36:24 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:36:24 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:36:24 RPI_GPIO Pin35 off
2018-03-24 17:36:24 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:36:34 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:36:34 RPI_GPIO Pin35 on
2018-03-24 17:36:34 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:36:34 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:36:34 RPI_GPIO Pin35 off
2018-03-24 17:36:34 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:36:43 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:36:43 RPI_GPIO Pin35 on
2018-03-24 17:36:43 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:36:43 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:36:43 RPI_GPIO Pin35 off
2018-03-24 17:36:43 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:36:53 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:36:53 RPI_GPIO Pin35 on
2018-03-24 17:36:53 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:36:53 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:36:53 RPI_GPIO Pin35 off
2018-03-24 17:36:53 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:37:02 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:37:02 RPI_GPIO Pin35 on
2018-03-24 17:37:02 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:37:02 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:37:02 RPI_GPIO Pin35 off
2018-03-24 17:37:02 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:37:12 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:37:12 RPI_GPIO Pin35 on
2018-03-24 17:37:12 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:37:12 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:37:12 RPI_GPIO Pin35 off
2018-03-24 17:37:12 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:37:21 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:37:21 RPI_GPIO Pin35 on
2018-03-24 17:37:21 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:37:21 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:37:21 RPI_GPIO Pin35 off
2018-03-24 17:37:21 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:37:31 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:37:31 RPI_GPIO Pin35 on
2018-03-24 17:37:31 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:37:31 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:37:31 RPI_GPIO Pin35 off
2018-03-24 17:37:31 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:37:40 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:37:40 RPI_GPIO Pin35 on
2018-03-24 17:37:40 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:37:40 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:37:40 RPI_GPIO Pin35 off
2018-03-24 17:37:40 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:37:50 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:37:50 RPI_GPIO Pin35 on
2018-03-24 17:37:50 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:37:50 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:37:50 RPI_GPIO Pin35 off
2018-03-24 17:37:50 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:37:59 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:37:59 RPI_GPIO Pin35 on
2018-03-24 17:37:59 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:37:59 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:37:59 RPI_GPIO Pin35 off
2018-03-24 17:37:59 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:38:08 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:38:08 RPI_GPIO Pin35 on
2018-03-24 17:38:08 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:38:08 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:38:08 RPI_GPIO Pin35 off
2018-03-24 17:38:08 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:38:17 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:38:17 RPI_GPIO Pin35 on
2018-03-24 17:38:17 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:38:17 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:38:17 RPI_GPIO Pin35 off
2018-03-24 17:38:17 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:38:19 OWTHERM OWX_28_FF9677311704 temperature: 13.625
2018-03-24 17:38:19 OWTHERM OWX_28_FF9677311704 T: 13.62 °C ↓
2018-03-24 17:38:20 OWTHERM OWX_28_FF28A4011703 temperature: 21.5
2018-03-24 17:38:20 OWTHERM OWX_28_FF28A4011703 T: 21.50 °C ↓
2018-03-24 17:38:20 OWTHERM OWX_28_FF0DA5011703 temperature: 20.5
2018-03-24 17:38:20 OWTHERM OWX_28_FF0DA5011703 T: 20.50 °C ↓
2018-03-24 17:38:22 OWTHERM OWX_28_FF1D37521704 temperature: 22.75
2018-03-24 17:38:22 OWTHERM OWX_28_FF1D37521704 T: 22.75 °C ↓
2018-03-24 17:38:23 OWTHERM OWX_28_FF0235521704 temperature: 9.3125
2018-03-24 17:38:23 OWTHERM OWX_28_FF0235521704 T:  9.31 °C ↓
2018-03-24 17:38:24 OWTHERM OWX_28_6A0437060000 temperature: 23.0625
2018-03-24 17:38:24 OWTHERM OWX_28_6A0437060000 T: 23.06 °C ↓
2018-03-24 17:38:25 OWTHERM OWX_28_FF50C3511704 temperature: 37.9375
2018-03-24 17:38:25 OWTHERM OWX_28_FF50C3511704 T: 37.94 °C ↓
2018-03-24 17:38:26 OWTHERM OWX_28_FF0BF1011703 temperature: 23.375
2018-03-24 17:38:26 OWTHERM OWX_28_FF0BF1011703 T: 23.38 °C ↓
2018-03-24 17:38:27 OWTHERM OWX_28_FFE58B311704 temperature: 19.5
2018-03-24 17:38:27 OWTHERM OWX_28_FFE58B311704 T: 19.50 °C ↓
2018-03-24 17:38:27 OWTHERM OWX_28_13B936060000 temperature: 21.5
2018-03-24 17:38:27 OWTHERM OWX_28_13B936060000 T: 21.50 °C ↓
2018-03-24 17:38:27 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:38:27 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:38:27 RPI_GPIO Pin35 off
2018-03-24 17:38:27 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:38:29 OWTHERM OWX_28_FF3EE1011703 temperature: 46.125
2018-03-24 17:38:29 OWTHERM OWX_28_FF3EE1011703 T: 46.12 °C ↓
2018-03-24 17:38:30 OWTHERM OWX_28_FFE99A531704 temperature: 31.75
2018-03-24 17:38:30 OWTHERM OWX_28_FFE99A531704 T: 31.75 °C ↓
2018-03-24 17:38:31 OWTHERM OWX_28_FFD285531704 temperature: 29.375
2018-03-24 17:38:31 OWTHERM OWX_28_FFD285531704 T: 29.38 °C ↓
2018-03-24 17:38:36 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:38:36 RPI_GPIO Pin35 on
2018-03-24 17:38:36 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:38:36 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:38:36 RPI_GPIO Pin35 off
2018-03-24 17:38:36 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:38:46 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:38:46 RPI_GPIO Pin35 on
2018-03-24 17:38:46 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:38:46 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:38:46 RPI_GPIO Pin35 off
2018-03-24 17:38:46 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:38:55 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:38:55 RPI_GPIO Pin35 on
2018-03-24 17:38:55 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:38:55 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:38:55 RPI_GPIO Pin35 off
2018-03-24 17:38:55 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:39:04 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:39:04 RPI_GPIO Pin35 on
2018-03-24 17:39:05 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:39:05 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:39:05 RPI_GPIO Pin35 off
2018-03-24 17:39:05 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:39:14 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:39:14 RPI_GPIO Pin35 on
2018-03-24 17:39:14 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:39:14 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:39:14 RPI_GPIO Pin35 off
2018-03-24 17:39:14 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:39:23 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:39:23 RPI_GPIO Pin35 on
2018-03-24 17:39:23 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:39:23 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:39:23 RPI_GPIO Pin35 off
2018-03-24 17:39:23 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:39:33 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:39:33 RPI_GPIO Pin35 on
2018-03-24 17:39:33 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:39:33 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:39:33 RPI_GPIO Pin35 off
2018-03-24 17:39:33 RPI_GPIO Pin35 Longpress: off
2018-03-24 17:39:42 RPI_GPIO Pin35 Pinlevel: high
2018-03-24 17:39:42 RPI_GPIO Pin35 on
2018-03-24 17:39:42 RPI_GPIO Pin35 Dblclick: off
2018-03-24 17:39:42 RPI_GPIO Pin35 Pinlevel: low
2018-03-24 17:39:42 RPI_GPIO Pin35 off
2018-03-24 17:39:42 RPI_GPIO Pin35 Longpress: off

amenomade

Ich sehe aber nirgendwo die Events, die Du in deinem Zähler nutzt:
stromz:on
stromz:off
Pi 3B, Alexa, CUL868+Selbstbau 1/2λ-Dipol-Antenne, USB Optolink / Vitotronic, Debmatic und HM / HmIP Komponenten, Rademacher Duofern Jalousien, Fritz!Dect Thermostaten, Proteus

Thomas24568

Habe ich inzwischen bemerkt: stromz ist ein Alias auf Pin35. Geändert, funktioniert trotzdem nicht.

Thomas

amenomade

Alias reicht m.A. nicht, um die Events zu fangen.
Pi 3B, Alexa, CUL868+Selbstbau 1/2λ-Dipol-Antenne, USB Optolink / Vitotronic, Debmatic und HM / HmIP Komponenten, Rademacher Duofern Jalousien, Fritz!Dect Thermostaten, Proteus

Thomas24568

Okay, noch mal langsam zum mitdenken und verstehen (auf meiner Seite).

Ein elektrisches Signal (Impuls vom Zähler) soll als Zahl und Diagramm in FHEM dargestellt werden.

1. Teilschritt: Das Signal muss FHEM mitgeteilt werden.
Der Raspberry Pi empfängt an Pin 35 den Impuls. Dazu wird in FHEM ein Objekt angelegt mit dem Namen Pin35:

ZitatInternals:
   DEF        19
   EXCEPT_FD  40
   GPIO_Basedir /sys/class/gpio
   GPIO_Nr    19
   NAME       Pin35
   NR         122
   STATE      off
   TYPE       RPI_GPIO
   WiringPi_gpio /usr/local/bin/gpio
   lasttrg    1521994951.42159
   READINGS:
     2018-03-25 18:22:31   Dblclick        off
     2018-03-25 18:22:31   Longpress       off
     2018-03-25 18:22:31   Pinlevel        low
     2018-03-25 18:22:31   state           off
   fhem:
     interfaces switch
Attributes:
   active_low no
   alias      stomz
   direction  input
   interrupt  both
   room       Pin35=GPIO19=StromS0
   toggletostate yes

Gut, damit kann FHEM noch nichts weiter anfangen als den Zustand anzeigen.

2. Teilschritt: Jede Zustandsänderung muß in eine Log-Datei geschrieben werden:

define Strom35 FileLog ./log/Stromverbrauch-%Y-%m.log Pin35

"Strom35" ist der Name, anhand der FHEM die Log-Datei identifiziert.
"Pin35" ist das, wo die zu schreibenden Ereignisse herkommen.

Internals:
   CFGFN     
   DEF        ./log/Stromverbrauch-%Y-%m.log Pin35
   NAME       Strom35
   NOTIFYDEV  Pin35
   NR         146
   NTFY_ORDER 50-Strom35
   REGEXP     Pin35
   STATE      active
   TYPE       FileLog
   currentlogfile ./log/Stromverbrauch-2018-03.log
   logfile    ./log/Stromverbrauch-%Y-%m.log
   READINGS:
     2018-03-25 18:27:04   linesInTheFile  37986
   pos:
Attributes:


So, jetzt wird jedes Ereignis (Impuls) das auf Pin35 ankommt als Zeile in die Log-Datei geschrieben. Das sieht dann so aus (der Übersichtlichkeit wegen nur 2 Ereignisse):

2018-03-25_18:28:19 Pin35 Pinlevel: high
2018-03-25_18:28:19 Pin35 on
2018-03-25_18:28:19 Pin35 Dblclick: off
2018-03-25_18:28:19 Pin35 Pinlevel: low
2018-03-25_18:28:19 Pin35 off
2018-03-25_18:28:19 Pin35 Longpress: off
2018-03-25_18:28:26 Pin35 Pinlevel: high
2018-03-25_18:28:26 Pin35 on
2018-03-25_18:28:26 Pin35 Dblclick: off
2018-03-25_18:28:26 Pin35 Pinlevel: low
2018-03-25_18:28:26 Pin35 off
2018-03-25_18:28:26 Pin35 Longpress: off



Jetzt müssen die Daten nur noch ausgewertet werden. Dafür habe ich im Internet die Funktion HourCount gefunden.

3. Teilschritt: HourCout einsetzen

define Stromverbrauch HourCounter Pin35:countsOverall:.*|Pin35:countsPerDay:.*|Pin35:state:.*|Pin35:tickHour:.*|Pin35:tickDay:.*|Pin35:tickMonth:.*|Pin35:tickWeek:.*

"Stromverbrauch" ist der (frei gewählte) Name für diesen Funktionsaufruf. "Pin35:xxx" sind die Werte, die später dem Diagramm zur Verfügung gestellt werden sollen. HourCount kann noch viel mehr Werte liefern, die jetzt aber nicht von Belang sind.

Internals:
   CFGFN     
   DEF        Pin35:countsOverall:.*|Pin35:countsPerDay:.*|Pin35:state:.*|Pin35:tickHour:.*|Pin35:tickDay:.*|Pin35:tickMonth:.*|Pin35:tickWeek:.*
   NAME       Stromverbrauch
   NR         147
   NTFY_ORDER 50-Stromverbrauch
   STATE      0
   TYPE       HourCounter
   VERSION    1.0.1.2 - 24.12.2014
   READINGS:
     2018-03-25 18:00:00   countsOverall   0
     2018-03-25 18:00:00   countsPerDay    0
     2018-03-25 00:00:00   pauseTimePerDay 0
     2018-03-25 00:00:00   pulseTimePerDay 0
     2018-03-25 18:00:00   state           0
     2018-03-25 00:00:00   tickDay         1
     2018-03-25 18:00:00   tickHour        18
     2018-03-24 23:04:30   tickMonth       0
     2018-03-25 18:00:00   tickUpdated     19
     2018-03-25 00:00:00   tickWeek        1
     2018-03-24 23:04:30   tickYear        0
     2018-03-25 18:00:00   value           0
   helper:
     OFF_Regexp
     ON_Regexp  Pin35:countsOverall:.*|Pin35:countsPerDay:.*|Pin35:state:.*|Pin35:tickHour:.*|Pin35:tickDay:.*|Pin35:tickMonth:.*|Pin35:tickWeek:.*
     calledByEvent
     changedTimestamp 2018-03-25 18:00:00
     forceClear
     forceDayChange
     forceHourChange
     forceMonthChange
     forceWeekChange
     forceYearChange
     isFirstRun
     sdRoundHourLast 1521993600
     value      -1
     cmdQueue:
Attributes:


Doch nun bin ich mit meinem Wissen am Ende: In der Übersicht von FHEM ("Everything") steht der Eintrag "Stromverbrauch" unter der Überschrift "HourCount" mit der Zahl 0 am Ende. Ein SVG anlegen-Buttom vermisse ich. Wo liegt der Fehler (oder mein Missverständnis)?

Thomas

amenomade

#7
Nein.
1 => OK
2 => eventuell. Ist aber für HourCounter nicht nötig.
3 => HourCounter ist ein Modul, der die Aktivität von "1" zählen sollte. https://fhem.de/commandref.html#HourCounter oder https://wiki.fhem.de/wiki/HourCounter
4 => Die Aktivität von diesem HourCounter Device muss geloggt werden, damit ein Plot möglich wird.

Das heisst:
HourCounter muss auf Pin35 reagieren. Dann wird er anfangen zu zählen und die Readings countsOverall, countsPerDay, tickxxx usw. werden aktualisiert
define Stromverbrauch HourCounter Pin35:on Pin35:off

Dann definierst Du eine Log, die auf diese Readings reagiert. Dort wirst Du den SVG_Plot kreieren können.
define StromverbrauchLog FileLog ./log/StromverbrauchLog-%Y-%m.log Stromverbrauch:countsOverall:.*|Stromverbrauch:countsPerDay:.*|Stromverbrauch:state:.*


Pi 3B, Alexa, CUL868+Selbstbau 1/2λ-Dipol-Antenne, USB Optolink / Vitotronic, Debmatic und HM / HmIP Komponenten, Rademacher Duofern Jalousien, Fritz!Dect Thermostaten, Proteus

Thomas24568

Danke, funktioniert. Für heute reichts, demnächst noch ein paar Fragen...

Thomas