Signalduino Version 3.3.1 / 3.3.2 / 3.3.3-dev

Begonnen von Sidey, 02 Oktober 2016, 23:39:11

Vorheriges Thema - Nächstes Thema

Ralf9

#870
Hier ist eine kleine Anleitung zum flashen einer aktuellen Firmware, wenn die Module vom normalen fhem update (svn) verwendet werden.

Der Ausgangspunkt ist das firmware Verzeichnis auf github. z.B.
https://github.com/RFD-FHEM/RFFHEM/tree/dev-r33/FHEM/firmware
danach das gewünschte hex-file öffnen und auf den raw button klicken.

Nun gibt es 2 Möglichkeiten:

a)
Die Datei mit "Seite speichern unter" herunterladen.
Alternativ kann das hex-file auch in der linux shell mit wget heruntergeladen werden.
z.B.:
ralf@cubie:/opt/fhem/FHEM/firmware$ wget https://raw.githubusercontent.com/RFD-FHEM/RFFHEM/dev-r33/FHEM/firmware/SIGNALduino_nanoCC1101.hex

Nun muss das sduino Attribut hardware gesetzt werden. z.B.:
attr sduino hardware nanoCC1101

Jetzt kann mit "set sduino flash" geflasht werden.

b)
Es kann auch direkt, ohne daß die firmware heruntergeladen werden muß, geflasht werden. z.B:
set sduino flash https://raw.githubusercontent.com/RFD-FHEM/RFFHEM/dev-r33/FHEM/firmware/SIGNALduino_nanoCC1101.hex

Dies hat aber den Nachteil, daß nach dem flashen das flashlog nicht angezeigt wird.

@Sidey
Siehst Du eine Möglichkeit, daß auch bei dieser flash Variante das flashlog angezeigt wird?

Gruß Ralf
FHEM auf Cubietruck mit Igor-Image, SSD und  hmland + HM-CFG-USB-2,  HMUARTLGW Lan,   HM-LC-Bl1PBU-FM, HM-CC-RT-DN, HM-SEC-SC-2, HM-MOD-Re-8, HM-MOD-Em-8
HM-Wired:  HMW_IO_12_FM, HMW_Sen_SC_12_DR, Selbstbau IO-Module HBW_IO_SW
Maple-SIGNALduino, WH3080,  Hideki, Id 7

Sidey

Zitat von: Ralf9 am 06 Februar 2018, 21:36:55
Hier ist eine kleine Anleitung zum flashen einer aktuellen Firmware, wenn die Module vom normalen fhem update (svn) verwendet werden.


b)
Es kann auch direkt, ohne daß die firmware heruntergeladen werden muß, geflasht werden. z.B:
set sduino flash https://raw.githubusercontent.com/RFD-FHEM/RFFHEM/dev-r33/FHEM/firmware/SIGNALduino_nanoCC1101.hex

Dies hat aber den Nachteil, daß nach dem flashen das flashlog nicht angezeigt wird.

@Sidey
Siehst Du eine Möglichkeit, daß auch bei dieser flash Variante das flashlog angezeigt wird?

Hi Ralf,

das ist definitiv die Option, die in Zukunft auch noch unterstützt wird. Binarys werden nicht mehr ins SVN hochgeladen.
Den Code habe ich mir noch nicht genau angesehen, aber ich denke das Flashlog wird nicht angezeigt, da der Vorgang asynchron von Statten geht.

Theoretisch sollte es aber möglich sein das Ergebnis vom flash Vorgang asynchron über FHEMWeb darzustellen.
Einfacher ist es vermutlich, einfach das Flashlog zu verlinken. Ich könnte mir auch vorstellen, dass wir das flashlog parsen und die wichtige Information (welche wäre das?) in einem Reading oder internal anzuzeigen.

Grüße Sidey
Signalduino, Homematic, Raspberry Pi, Mysensors, MQTT, Alexa, Docker, AlexaFhem

Maintainer von: SIGNALduino, fhem-docker, alexa-fhem-docker, fhempy-docker

Ralf9

Eine Möglichkeit wäre auch ein neuer get Befehl zum anzeigen des flash log
get sduino flashlog

Gibt es auch eine Möglichkeit was in ein popup auszugeben ohne zuvor get ausführen zu müssen?

ZitatIch könnte mir auch vorstellen, dass wir das flashlog parsen und die wichtige Information (welche wäre das?)
Es wird wahrscheinlich auch reichen, wenn man die letzten paar Zeilen vom flashlog ins fhemlog ausgibt.
avrdude: 17738 bytes of flash verified

avrdude done.  Thank you.


Gruß Ralf
FHEM auf Cubietruck mit Igor-Image, SSD und  hmland + HM-CFG-USB-2,  HMUARTLGW Lan,   HM-LC-Bl1PBU-FM, HM-CC-RT-DN, HM-SEC-SC-2, HM-MOD-Re-8, HM-MOD-Em-8
HM-Wired:  HMW_IO_12_FM, HMW_Sen_SC_12_DR, Selbstbau IO-Module HBW_IO_SW
Maple-SIGNALduino, WH3080,  Hideki, Id 7

Sidey

Zitat von: Ralf9 am 06 Februar 2018, 22:19:43
Eine Möglichkeit wäre auch ein neuer get Befehl zum anzeigen des flash log
get sduino flashlog
Das halte ich nicht für notwendig. Da könnte man ja eher noch den Link in der Device Anzeige mit einbauen.

Zitat von: Ralf9 am 06 Februar 2018, 22:19:43
Gibt es auch eine Möglichkeit was in ein popup auszugeben ohne zuvor get ausführen zu müssen?
Hätte ich jetzt gedacht, dass es egal ist ob ich set oder get mache.

Ich habe übrigens folgende Filelog definiert und kann darüber auch problemlos das flashlog ansehen:
defmod FileLog_SDuino FileLog ./log/SIGNALduino-%Y.log sduino:.*


Mir hat das bislang ausgereicht. Wer möchte, kann das sicher verfeinern, damit nur das Flashlog dort angezeigt wird.

Grüße Sidey
Signalduino, Homematic, Raspberry Pi, Mysensors, MQTT, Alexa, Docker, AlexaFhem

Maintainer von: SIGNALduino, fhem-docker, alexa-fhem-docker, fhempy-docker

Kawaci

Hallo!
Kann es sein das für eine signalduino mit nano cc1101 noch kein 3.3.2 gibt? hab jetzt alles versucht zu flashen, es geht durch aber es bleibt immer die version vom 10.märz 2017 drinnen! oder komm ich da einfach nicht ran?

Lg Martin

Sidey

Hi Kawaci,

ich habe bislang überhaupt keine 3.3.2 veröffentlicht.
Ralf hat eien Modifizierte unter der Version 3.3.2 veröffentlicht.

Grüße Sidey
Signalduino, Homematic, Raspberry Pi, Mysensors, MQTT, Alexa, Docker, AlexaFhem

Maintainer von: SIGNALduino, fhem-docker, alexa-fhem-docker, fhempy-docker

Kawaci

Danke! Also ist die vom 10 März die aktuelle?

Hab da gleich noch eine frage! Hab mir ne Wetterstation vom lidl gekauft mit regen sensor! der Regensensor wird mit auto create angelegt aber die Windstärke und Richtung kommt im eventmonitior nur das

09 08:38:28 SIGNALduino sduino sduino 4: sduino/msg READ: MS;P0=-8916;P1=471;P2=-2013;P3=-4004;D=10121213121213121312131312131313131312131313121213121212121212121212131312;CP=1;SP=0;R=70;
2018-02-09 08:38:28 SIGNALduino sduino sduino 4: sduino: Matched MS Protocol id 0 -> weather1
2018-02-09 08:38:28 SIGNALduino sduino sduino 5: sduino: Starting demodulation at Position 2
2018-02-09 08:38:28 SIGNALduino sduino sduino 4: sduino: Decoded MS Protocol id 0 dmsg s256FB9006000 length 40 RSSI = -39
2018-02-09 08:38:28 SIGNALduino sduino sduino 5: sduino Dispatch: s256FB9006000, test gleich
2018-02-09 08:38:28 SIGNALduino sduino sduino 4: sduino Dispatch: s256FB9006000, Dropped due to short time or equal msg
2018-02-


Was kann es da haben? den sensor hab ich neben den sduino gestellt und auch da kommt nichts anderes an!

pejonp

#877
Hi kawaci

Nimm mal die abgehangene Datei aus diesem Beitrag (https://forum.fhem.de/index.php/topic,78768.msg762029.html#msg762029).
Vielleicht löst es das Problem .

Pejonp
LaCrossGW 868MHz:WT470+TFA+TX37-IT+EMT7110+W136+WH25A HP1003+WH2621
SignalD(CC1101):Bresser+WS-0101(868MHz WH1080)+Velux KLF200+MAX!+HM-MOD-UART:Smoke HM-SEC-SD+VITOSOLIC 200 RESOL VBUS-LAN+SolarEdge SE5K(Modbus)+Sonnen!eco8(10kWh)+TD3511+DRT710M(Modbus)+ZigBee+Z-Wave+MQTT+vitoconnect

Kawaci

danke hat nichts geholfen jetzt hab ich meine whiteID's ausgeschaltet und noch immer nichts!

das sduino eventmonitor:
09 10:34:12 SIGNALduino sduino sduino 4: sduino/msg READ: MS;P3=-828;P4=465;P6=-8931;P7=-2005;D=46474743474743474347434347434747474747474747474747474747474747474747434743;CP=4;SP=6;R=70;O;
2018-02-09 10:34:12 SIGNALduino sduino sduino 4: sduino/msg READ: MS;P0=455;P1=-8932;P3=-2040;P4=-4047;D=01030304030304030403040403040404040403040404030304030303030303030303040403;CP=0;SP=1;R=70;O;
2018-02-09 10:34:12 SIGNALduino sduino sduino 4: sduino: Matched MS Protocol id 0 -> weather1
2018-02-09 10:34:12 SIGNALduino sduino sduino 5: sduino: Starting demodulation at Position 2
2018-02-09 10:34:12 SIGNALduino sduino sduino 4: sduino: Decoded MS Protocol id 0 dmsg s256FB9006000 length 40 RSSI = -39
2018-02-09 10:34:12 SIGNALduino sduino sduino 5: sduino Dispatch: s256FB9006000, test ungleich: disabled
2018-02-09 10:34:12 SIGNALduino sduino sduino 5: sduino Dispatch: s256FB9006000, -39 dB, dispatch
2018-02-09 10:34:12 SIGNALduino sduino sduino 4: sduino: Matched MS Protocol id 68 -> PFR-130
2018-02-09 10:34:12 SIGNALduino sduino sduino 5: sduino: Starting demodulation at Position 2
2018-02-09 10:34:12 SIGNALduino sduino sduino 4: sduino: Decoded MS Protocol id 68 dmsg s256FB9006000 length 40 RSSI = -39
2018-02-09 10:34:12 SIGNALduino sduino sduino 5: sduino Dispatch: s256FB9006000, test gleich
2018-02-09 10:34:12 SIGNALduino sduino sduino 4: sduino Dispatch: s256FB9006000, Dropped due to short time or equal msg
2018-02-09 10:34:12 SIGNALduino sduino sduino 4: sduino/msg READ: MS;P0=446;P1=-9041;P3=-2041;P4=-4066;D=01030304040303030403040403040403030403030403030303030303030303030304030404;CP=0;SP=1;R=42;O;
2018-02-09 10:34:12 SIGNALduino sduino sduino 4: sduino: Matched MS Protocol id 0 -> weather1
2018-02-09 10:34:12 SIGNALduino sduino sduino 5: sduino: Starting demodulation at Position 2
2018-02-09 10:34:12 SIGNALduino sduino sduino 4: sduino: Decoded MS Protocol id 0 dmsg s316C9000B000 length 40 RSSI = -53
2018-02-09 10:34:12 SIGNALduino sduino sduino 5: sduino Dispatch: s316C9000B000, test ungleich: disabled
2018-02-09 10:34:12 SIGNALduino sduino sduino 5: sduino Dispatch: s316C9000B000, -53 dB, dispatch
2018-02-09 10:34:12 SIGNALduino sduino sduino 4: sduino: Matched MS Protocol id 68 -> PFR-130
2018-02-09 10:34:12 SIGNALduino sduino sduino 5: sduino: Starting demodulation at Position 2
2018-02-09 10:34:12 SIGNALduino sduino sduino 4: sduino: Decoded MS Protocol id 68 dmsg s316C9000B000 length 40 RSSI = -53
2018-02-09 10:34:12 SIGNALduino sduino sduino 5: sduino Dispatch: s316C9000B000, test gleich
2018-02-09 10:34:12 SIGNALduino sduino sduino 4: sduino Dispatch: s316C9000B000, Dropped due to short time or equal msg
2018-02-09 10:34:13 SIGNALduino sduino sduino 4: sduino/msg READ: MU;P0=-92;P1=455;P2=841;P3=-4058;P5=-9052;P6=192;D=01213131212121312131312131312121312121312121212121212121212121213121313156;CP=1;R=40;
2018-02-09 10:34:13 SIGNALduino sduino sduino 5: sduino: applying filterfunc SIGNALduino_filterSign
2018-02-09 10:34:13 SIGNALduino sduino sduino 5: sduino: applying filterfunc SIGNALduino_compPattern
2018-02-09 10:34:14 SIGNALduino sduino sduino 4: sduino/msg READ: MU;P0=154;P1=-112;P2=9944;P3=-392;P4=-228;P5=255;D=0123045404045404045454545404040454545454540454045404040404040404040404040404040404040404545404045404040404040404040404040404040404040404040404040404040454040404040404040454045404040454545454540404040404040454545;CP=0;R=44;
2018-02-09 10:34:14 SIGNALduino sduino sduino 5: sduino: applying filterfunc SIGNALduino_filterSign
2018-02-09 10:34:14 SIGNALduino sduino sduino 4: sduino: Fingerprint for MU Protocol id 20 -> livolo matches, trying to demodulate
2018-02-09 10:34:14 SIGNALduino sduino sduino 5: sduino: Starting demodulation at Position 1
2018-02-09 10:34:14 SIGNALduino sduino sduino 4: sduino: Fingerprint for MU Protocol id 29 -> HT12e remote matches, trying to demodulate
2018-02-09 10:34:14 SIGNALduino sduino sduino 5: sduino: start pattern for MU Protocol id 29 -> HT12e remote mismatches, aborting
2018-02-09 10:34:14 SIGNALduino sduino sduino 5: sduino: applying filterfunc SIGNALduino_compPattern
2018-02-09 10:34:14 SIGNALduino sduino sduino 4: sduino: Fingerprint for MU Protocol id 45 -> Revolt matches, trying to demodulate
2018-02-09 10:34:14 SIGNALduino sduino sduino 5: sduino: Starting demodulation at Position 4
2018-02-09 10:34:14 SIGNALduino sduino sduino 5: sduino: applying postDemodulation
2018-02-09 10:34:14 SIGNALduino sduino sduino 5: sduino: modified value after postDemodulation:88
2018-02-09 10:34:14 SIGNALduino sduino sduino 5: sduino: dispatching bits: 0 1 0 0 1 0 0 1 1 1 1 0 0 0 1 1 1 1 1 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 1 0 0
2018-02-09 10:34:14 SIGNALduino sduino sduino 4: sduino: decoded matched MU Protocol id 45 dmsg r49E3EA0000320000002014 length 88 RSSI = -52
2018-02-09 10:34:14 SIGNALduino sduino sduino 5: sduino Dispatch: r49E3EA0000320000002014, test ungleich: disabled
2018-02-09 10:34:14 SIGNALduino sduino sduino 5: sduino Dispatch: r49E3EA0000320000002014, -52 dB, dispatch
2018-02-09 10:34:14 SIGNALduino sduino sduino 4: sduino: Fingerprint for MU Protocol id 70 -> FHT80TF matches, trying to demodulate
2018-02-09 10:34:14 SIGNALduino sduino sduino 5: sduino: Starting demodulation at Position 6
2018-02-09 10:34:16 SIGNALduino sduino sduino 4: sduino/msg READ: MU;P0=-1972;P1=511;P2=-3866;P3=-1152;P4=92;P5=-580;P6=-8652;D=0121010121210101345101216121010121212121010101010;CP=1;R=253;
2018-02-09 10:34:16 SIGNALduino sduino sduino 4: sduino: Fingerprint for MU Protocol id 13.1 -> FLAMINGO FA21 b matches, trying to demodulate
2018-02-09 10:34:16 SIGNALduino sduino sduino 5: sduino: start pattern for MU Protocol id 13.1 -> FLAMINGO FA21 b mismatches, aborting
2018-02-09 10:34:16 SIGNALduino sduino sduino 5: sduino: applying filterfunc SIGNALduino_filterSign
2018-02-09 10:34:16 SIGNALduino sduino sduino 4: sduino: Fingerprint for MU Protocol id 28 -> IC Ledspot matches, trying to demodulate
2018-02-09 10:34:16 SIGNALduino sduino sduino 5: sduino: start pattern for MU Protocol id 28 -> IC Ledspot mismatches, aborting
2018-02-09 10:34:16 SIGNALduino sduino sduino 4: sduino: Fingerprint for MU Protocol id 30 -> unitec47031 matches, trying to demodulate
2018-02-09 10:34:16 SIGNALduino sduino sduino 5: sduino: Starting demodulation at Position 2
2018-02-09 10:34:16 SIGNALduino sduino sduino 4: sduino: Fingerprint for MU Protocol id 36 -> socket36 matches, trying to demodulate
2018-02-09 10:34:16 SIGNALduino sduino sduino 5: sduino: start pattern for MU Protocol id 36 -> socket36 mismatches, aborting
2018-02-09 10:34:16 SIGNALduino sduino sduino 5: sduino: applying filterfunc SIGNALduino_compPattern
2018-02-09 10:34:16 SIGNALduino sduino sduino 4: sduino: Fingerprint for MU Protocol id 39 -> X10 Protocol matches, trying to demodulate
2018-02-09 10:34:16 SIGNALduino sduino sduino 5: sduino: start pattern for MU Protocol id 39 -> X10 Protocol mismatches, aborting
2018-02-09 10:34:16 SIGNALduino sduino sduino 4: sduino: Fingerprint for MU Protocol id 61 -> FS10 matches, trying to demodulate
2018-02-09 10:34:16 SIGNALduino sduino sduino 5: sduino: Starting demodulation at Position 15
2018-02-09 10:34:16 SIGNALduino sduino sduino 4: sduino: Fingerprint for MU Protocol id 8 -> TX3 Protocol matches, trying to demodulate
2018-02-09 10:34


hier ein list vom sduino

Internals:
   Clients    :IT:CUL_TCM97001:SD_RSL:OREGON:CUL_TX:SD_AS:Hideki:SD_WS07:SD_WS09: :SD_WS:RFXX10REC:Dooya:SOMFY:SD_UT:SD_WS_Maverick:FLAMINGO:CUL_WS:Revolt: :FS10:CUL_FHTTK:Siro:FHT:FS20:SIGNALduino_un:
   DEF        /dev/serial/by-id/usb-FTDI_FT232R_USB_UART_A700CVK6-if00-port0@57600
   DMSG       P12#751FBA4AE8BEC7552B4901
   DevState   initialized
   DeviceName /dev/serial/by-id/usb-FTDI_FT232R_USB_UART_A700CVK6-if00-port0@57600
   FD         22
   LASTDMSG   P12#751FBA4AE8BEC7552B4901
   MSGCNT     102
   NAME       sduino
   NR         56
   PARTIAL   
   RAWMSG     MC;LL=-1016;LH=933;SL=-528;SH=445;D=A8C1F45ADF460A395595DB4;C=486;L=90;R=29;
   RSSI       -59.5
   STATE      opened
   TIME       1518169025
   TYPE       SIGNALduino
   sendworking 0
   unknownmessages
   version    V 3.3.1-dev SIGNALduino cc1101 - compiled at Mar 10 2017 22:54:50
   DoubleMsgIDs:
   MatchList:
     10:SD_WS07 ^P7#[A-Fa-f0-9]{6}F[A-Fa-f0-9]{2}(#R[A-F0-9][A-F0-9]){0,1}$
     11:SD_WS09 ^P9#F[A-Fa-f0-9]+
     12:SD_WS   ^W\d+x{0,1}#.*
     13:RFXX10REC ^(20|29)[A-Fa-f0-9]+
     14:Dooya   ^P16#[A-Fa-f0-9]+
     15:SOMFY   ^Ys[0-9A-F]+
     16:SD_WS_Maverick ^P47#[A-Fa-f0-9]+
     17:SD_UT   ^u30#.*
     18:FLAMINGO ^P13#[A-Fa-f0-9]+
     19:CUL_WS  ^K[A-Fa-f0-9]{5,}
     1:IT       ^i......
     20:Revolt  ^r[A-Fa-f0-9]{22}
     21:FS10    ^P61#[A-F0-9]+
     22:Siro    ^P72#[A-Fa-f0-9]+
     23:FHT     ^81..(04|09|0d)..(0909a001|83098301|c409c401)..
     24:FS20    ^81..(04|0c)..0101a001
     2:CUL_TCM97001 ^s[A-Fa-f0-9]+
     3:SD_RSL   ^P1#[A-Fa-f0-9]{8}
     4:OREGON   ^(3[8-9A-F]|[4-6][0-9A-F]|7[0-8]).*
     5:CUL_TX   ^TX..........
     6:SD_AS    ^P2#[A-Fa-f0-9]{7,8}
     7:Hideki   ^P12#75[A-F0-9]+
     9:CUL_FHTTK ^T[A-F0-9]{8}
     X:SIGNALduino_un ^[u]\d+#.*
   QUEUE:
   READINGS:
     2018-02-09 10:31:26   state           opened
     2018-02-09 10:31:26   version         V 3.3.1-dev SIGNALduino cc1101 - compiled at Mar 10 2017 22:54:50
   keepalive:
     ok         1
     retry      0
   mcIdList:
     10
     11
     12
     12.1
     18
     43
     47
     52
     57
     58
   msIdList:
     0
     1
     13
     14
     15
     17
     2
     22
     23
     25
     3
     3.1
     32
     33
     35
     38
     4
     41
     51
     55
     6
     68
     7
     72.1
   muIdList:
     13.1
     16
     20
     21
     24
     26
     27
     28
     29
     30
     31
     36
     37
     39
     40
     44
     44.1
     45
     46
     48
     49
     5
     50
     56
     59
     60
     61
     62
     64
     65
     66
     67
     69
     70
     71
     72
     75
     8
     9
Attributes:
   devStateIcon opened:WLAN_Status.1 disconnected:WLAN_Status.0
   flashCommand avrdude -c arduino -b 57600 -P [PORT] -p atmega328p -vv -U flash:w:[HEXFILE] 2>[LOGFILE]
   group      Gateway
   hardware   nanoCC1101
   room       Gateways
   verbose    3


und ein list vom Regensensor der Wetterstation

Internals:
   CHANGED   
   CODE       CUL_TCM97001_49
   DEF        CUL_TCM97001_49
   LASTInputDev MyCUL433
   MSGCNT     22
   MyCUL433_MSGCNT 12
   MyCUL433_RAWMSG s316C9000B0FA;  448: 9056
   MyCUL433_TIME 2018-02-09 10:37:54
   NAME       W174_49
   NR         193
   RSSI       -77
   STATE      R: 2.5
   TYPE       CUL_TCM97001
   lastH      0
   lastT      1518169074
   sduino_DMSG s316C9000B000
   sduino_MSGCNT 10
   sduino_RAWMSG MS;P0=-8425;P1=458;P3=-2037;P4=-4056;D=10131314141313131413141413141413131413131413131313131313131313131314131414;CP=1;SP=0;R=40;O;
   sduino_RSSI -54
   sduino_TIME 2018-02-09 10:37:54
   READINGS:
     2017-12-16 19:05:09   battery         ok
     2018-02-09 10:37:54   israining       no
     2018-02-09 10:37:54   rain            2.5
     2018-02-09 10:37:54   state           R: 2.5
Attributes:
   event-min-interval .*:300
   event-on-change-reading .*
   model      W174
   room       CUL_TCM97001


was kann da haben?

pejonp

Hi Kawaci,

stell mal beim signalduino verbose=5. FHEM neu gestartet ?
Markiere mal die Stellen im Log und schriebe die aktuellen Werte der WS dazu.

Bilder der WS, Typ, Beschreibung ?!

pejonp
LaCrossGW 868MHz:WT470+TFA+TX37-IT+EMT7110+W136+WH25A HP1003+WH2621
SignalD(CC1101):Bresser+WS-0101(868MHz WH1080)+Velux KLF200+MAX!+HM-MOD-UART:Smoke HM-SEC-SD+VITOSOLIC 200 RESOL VBUS-LAN+SolarEdge SE5K(Modbus)+Sonnen!eco8(10kWh)+TD3511+DRT710M(Modbus)+ZigBee+Z-Wave+MQTT+vitoconnect

Kawaci

so verbose 5 vom sduino

2018-02-09 11:43:54 SIGNALduino sduino sduino 4: sduino/msg READ: MS;P0=-4057;P1=447;P2=-2046;P3=-9057;D=13121210101212121012101012101012121012121012121212121212121212121210121010;CP=1;SP=3;R=39;O;
2018-02-09 11:43:54 SIGNALduino sduino sduino 4: sduino: Matched MS Protocol id 0 -> weather1
2018-02-09 11:43:54 SIGNALduino sduino sduino 5: sduino: Starting demodulation at Position 2
2018-02-09 11:43:54 SIGNALduino sduino sduino 4: sduino: Decoded MS Protocol id 0 dmsg s316C9000B000 length 40 RSSI = -54.5
2018-02-09 11:43:54 SIGNALduino sduino sduino 5: sduino Dispatch: s316C9000B000, test gleich
2018-02-09 11:43:54 SIGNALduino sduino sduino 4: sduino Dispatch: s316C9000B000, Dropped due to short time or equal msg
2018-02-09 11:43:54 SIGNALduino sduino sduino 4: sduino: Matched MS Protocol id 68 -> PFR-130
2018-02-09 11:43:54 SIGNALduino sduino sduino 5: sduino: Starting demodulation at Position 2
2018-02-09 11:43:54 SIGNALduino sduino sduino 4: sduino: Decoded MS Protocol id 68 dmsg s316C9000B000 length 40 RSSI = -54.5
2018-02-09 11:43:54 SIGNALduino sduino sduino 5: sduino Dispatch: s316C9000B000, test gleich
2018-02-09 11:43:54 SIGNALduino sduino sduino 4: sduino Dispatch: s316C9000B000, Dropped due to short time or equal msg
2018-02-09 11:43:54 SIGNALduino sduino sduino 4: sduino/msg READ: MS;P0=-2041;P1=453;P2=-4060;P3=-9058;D=13101012121010101210121210121210101210101210101010101010101010101012101212;CP=1;SP=3;R=41;
2018-02-09 11:43:54 SIGNALduino sduino sduino 4: sduino: Matched MS Protocol id 0 -> weather1
2018-02-09 11:43:54 SIGNALduino sduino sduino 5: sduino: Starting demodulation at Position 2
2018-02-09 11:43:54 SIGNALduino sduino sduino 4: sduino: Decoded MS Protocol id 0 dmsg s316C9000B000 length 40 RSSI = -53.5
2018-02-09 11:43:54 SIGNALduino sduino sduino 5: sduino Dispatch: s316C9000B000, test gleich
2018-02-09 11:43:54 SIGNALduino sduino sduino 4: sduino Dispatch: s316C9000B000, Dropped due to short time or equal msg


und ein link für die ws!


https://www.wogibtswas.at/auriol-premium-wetterstation-3-teilig-angebot-800431

pejonp

Hi Kawaci,

Vielleicht sollten wir im anderen Beitrag weiter machen. Siehe vorhergehender link.
Empfängt die Basisstation alle Sensoren ?!
Stelle mal die Sensoren so 1-3 Meter entfernt vom Empfänger auf.
Werden die Daten vom w174 richtig angezeigt ?

Pejonp
LaCrossGW 868MHz:WT470+TFA+TX37-IT+EMT7110+W136+WH25A HP1003+WH2621
SignalD(CC1101):Bresser+WS-0101(868MHz WH1080)+Velux KLF200+MAX!+HM-MOD-UART:Smoke HM-SEC-SD+VITOSOLIC 200 RESOL VBUS-LAN+SolarEdge SE5K(Modbus)+Sonnen!eco8(10kWh)+TD3511+DRT710M(Modbus)+ZigBee+Z-Wave+MQTT+vitoconnect

pejonp

LaCrossGW 868MHz:WT470+TFA+TX37-IT+EMT7110+W136+WH25A HP1003+WH2621
SignalD(CC1101):Bresser+WS-0101(868MHz WH1080)+Velux KLF200+MAX!+HM-MOD-UART:Smoke HM-SEC-SD+VITOSOLIC 200 RESOL VBUS-LAN+SolarEdge SE5K(Modbus)+Sonnen!eco8(10kWh)+TD3511+DRT710M(Modbus)+ZigBee+Z-Wave+MQTT+vitoconnect

yoda_gh

Hallo!

Ich hoffe, das ist der richtige Thread für allgemeine Probleme mit SIGNALduino?

Ich habe gerade entsprechend der Anleitung unter https://wiki.fhem.de/wiki/SIGNALduino#Software:_Modul ein Update versucht und bekomme diesen Fehler nach "update all https://raw.githubusercontent.com/RFD-FHEM/RFFHEM/dev-r33/controls_signalduino.txt":


2018.02.13 06:26:41 1 : UPD FHEM/14_SD_WS_Maverick.pm
2018.02.13 06:26:42 1 : UPD FHEM/14_SD_RSL.pm
2018.02.13 06:26:42 1 : UPD FHEM/14_SD_AS.pm
2018.02.13 06:26:42 1 : UPD FHEM/14_BresserTemeo.pm
2018.02.13 06:26:42 1 : UPD FHEM/10_FS10.pm
2018.02.13 06:26:42 1 : UPD FHEM/14_SD_WS.pm
2018.02.13 06:26:42 1 : UPD FHEM/14_SD_UT.pm
2018.02.13 06:26:42 1 : Got 4574 bytes for FHEM/14_SD_UT.pm, expected 4397
2018.02.13 06:26:42 1 : aborting.


Ist die Beschreibung veraltet oder ein temporäres Problem?

Ralf9

Die dev-r33 ist die Entwicklungsversion, da kann es auch mal sein, daß für kurze Zeit etwas nicht passt.
Aktuell gibt es da noch einen kleinen Bug, wenn das fhem recht aktuell ist:
https://forum.fhem.de/index.php/topic,58396.msg759294.html#msg759294

Die stabile Version ist im normalen fhem update (svn)

Gruß Ralf
FHEM auf Cubietruck mit Igor-Image, SSD und  hmland + HM-CFG-USB-2,  HMUARTLGW Lan,   HM-LC-Bl1PBU-FM, HM-CC-RT-DN, HM-SEC-SC-2, HM-MOD-Re-8, HM-MOD-Em-8
HM-Wired:  HMW_IO_12_FM, HMW_Sen_SC_12_DR, Selbstbau IO-Module HBW_IO_SW
Maple-SIGNALduino, WH3080,  Hideki, Id 7