modul für withings wage (und blutdruck messgerät)

Begonnen von justme1968, 22 Dezember 2013, 00:28:31

Vorheriges Thema - Nächstes Thema

Blablubblaber

Garnicht direkt war eher die Frage ob es theoretisch möglich wäre als nettes extra.

Gut bei genauerer Überlegung waren die finger wieder schneller mit schreiben wie es sinnvoll ist am besten einfach vergessen XD

rubbertail

Tach Markus,

kein Stress damit - das ist nun kein wirklich entscheidendes Modul - aber ich hab gestern nochmal die letzte Version eingespielt - und hab damit mein FHEM vorübergehend getötet, mit Meldung im Log "ERROR in Socket Creation : Verbindungsaufbau abgelehnt".
Leider war ein Log-Hochsetzen dadurch auch nicht mehr möglich.
Hab das Modul mal ganz rausgenommen vorübergehend, jetzt läuft FHEM wieder - dies hier nur erstmal als Feedback.

Martin
FHEM auf Raspi, CUL433, CUL868, RFXTRX433e, CULCuBE
FRITZ: Fritzbox7590AX, 6xFritzDECT301, 10xFritzDECT200, FritzRepeater 6000
MAX!: Fensterkontakte
netatmo: Wetterstation & Thermostat
Milights, IT, Withings, HUE

rubbertail

Ähm... ich hab irgendwie grad nen Blackout scheint mir - könnt mir mal jemand nen Tritt in die richtige Richtung verpassen?

Ich versuch mit dem neuen Modul (in /opt/fhem/FHEM kopiert, chown fhem:dialout 32_withings.pm gemacht, auf Ausführbarkeit geachtet) grade den Account neu zu definieren (alte Reste sind weg):

define mywithings withings ACCOUNT mywithingsuser@mywithingsemail.de myP455w0rd!

(Account-Name/eMail und Passwort sind natürlich Fake) - Tscha, und an dieser Stelle beendet sich fhem ganz. Im Log seh ich dann, dass er versucht, alle möglichen Geräte und Accounts anzulegen, rauscht aber an die Wand - merkwürdigerweise aber nicht mit einer eigenen Fehlermeldung, sondern dann auf einmal mit yowsup-Fehlern?!?

Bin mit configDB und dblog unterwegs, daher ist das nicht so fix mal in der fhem.cfg zu ändern - wenn ich danach über das Startscript fhem neu starte, hat er den define offenbar noch nciht gespeichert, und fhem kommt ohne Withings-Account und -Geräte wieder hoch, also kein Beinbruch, aber ich frag mich grade, ob ich hier Bockmist baue?

Danke für ne Idee - falls jemand eine hat. Merkwürdig ist - es ging ja schonmal... %((

LG
Martin
FHEM auf Raspi, CUL433, CUL868, RFXTRX433e, CULCuBE
FRITZ: Fritzbox7590AX, 6xFritzDECT301, 10xFritzDECT200, FritzRepeater 6000
MAX!: Fensterkontakte
netatmo: Wetterstation & Thermostat
Milights, IT, Withings, HUE

Markus M.

Seltsam.
Kannst du das bei Gelegenheit mal mit aktiviertem Stacktrace und Loglevel 5 probieren?
Die Version im Anhang setzt automatisch verbose 5 und disable 1 für mit autocreate angelegte Geräte.
Damit solltest du dann sehen können wo es knallt :)
Aktuell weder Smarthome noch FHEM vorhanden

rubbertail

#259
Aaaalso, hier mal der Logauszug (weiter unten, Account ausgeXXXt) - Markus, vielleicht könntest du mir da was dazu sagen (schonmal danke fürs gucken)?
Ich sehe, dass der Account erst angelegt wird, sich erfolgreich damit angemeldet wird, und nun die Devices automatisch angelegt würden.

Auf die Nase fällt er dann am Ende bei "readauraalarm" - und da kommt dann ein "ERROR in Socket Creation : Verbindungsaufbau abgelehnt" - aber offenbar durch den yowsup-Client in Python. Das passiert allerdings ohne das 32_withings-Modul nicht.

Bzgl. des Logauszugs: Da, wo "----- IGNORE ----" steht, kommt bei jeder Device-Erstellung eine Ansammlung von Meldungen wie
...
2016.06.21 13:59:38 4: Ignoring AURIOL_47
2016.06.21 13:59:38 4: Ignoring AURIOL_83
2016.06.21 13:59:38 4: Ignoring CUL_TCM97001_0
...

die einfach 26x hintereinander alle Devices auflistet, denen ich ein "set <xyz> attr ignore 1" verpasst habe. Das passiert hinter jedem User/Device, das autocreated wird aus dem withings-Account heraus.

So, nun aber der Logauszug:
2016.06.21 13:59:34 4: WEB_195.81.210.187_61598 POST /fhem&fw_id=395&cmd=define+mywithingsacc+withings+ACCOUNT+myemail%40mydomain.de+mypassword; BUFLEN:0
2016.06.21 13:59:34 5: Cmd: >define mywithingsacc withings ACCOUNT myemail@mydomain.de mypassword<
2016.06.21 13:59:34 5: Loading ./FHEM/32_withings.pm
2016.06.21 13:59:34 1: PERL WARNING: keys on reference is experimental at ./FHEM/32_withings.pm line 1718.
2016.06.21 13:59:34 3: stacktrace:
2016.06.21 13:59:34 3:     main::__ANON__                      called by ./FHEM/32_withings.pm (1718)
2016.06.21 13:59:34 3:     (eval)                              called by fhem.pl (2242)
2016.06.21 13:59:34 3:     (eval)                              called by fhem.pl (2241)
2016.06.21 13:59:34 3:     main::CommandReload                 called by fhem.pl (1682)
2016.06.21 13:59:34 3:     main::LoadModule                    called by fhem.pl (1744)
2016.06.21 13:59:34 3:     main::CommandDefine                 called by fhem.pl (1072)
2016.06.21 13:59:34 3:     main::AnalyzeCommand                called by fhem.pl (942)
2016.06.21 13:59:34 3:     main::AnalyzeCommandChain           called by ./FHEM/01_FHEMWEB.pm (2248)
2016.06.21 13:59:34 3:     main::FW_fC                         called by ./FHEM/01_FHEMWEB.pm (759)
2016.06.21 13:59:34 3:     main::FW_answerCall                 called by ./FHEM/01_FHEMWEB.pm (454)
2016.06.21 13:59:34 3:     main::FW_Read                       called by fhem.pl (3172)
2016.06.21 13:59:34 3:     main::CallFn                        called by fhem.pl (659)
2016.06.21 13:59:34 5: withings: initialize
2016.06.21 13:59:34 5: withings: define mywithingsacc withings ACCOUNT myemail@mydomain.de mypassword
2016.06.21 13:59:34 5: mywithingsacc: connect
2016.06.21 13:59:34 5: Triggering global (1 changes)
2016.06.21 13:59:34 5: Starting notify loop for global, first event ATTR mywithingsacc room WithingsTest
2016.06.21 13:59:34 5: Notify from Device: global recieved
2016.06.21 13:59:34 5: DbLog: logging of Device: global , Type: GLOBAL , Event: ATTR mywithingsacc room WithingsTest , Reading: state , Value: ATTR mywithingsacc room WithingsTest , Unit:
2016.06.21 13:59:34 5: Triggering global (1 changes)
2016.06.21 13:59:34 5: Starting notify loop for global, first event ATTR mywithingsacc verbose 5
2016.06.21 13:59:34 5: Notify from Device: global recieved
2016.06.21 13:59:34 5: DbLog: logging of Device: global , Type: GLOBAL , Event: ATTR mywithingsacc verbose 5 , Reading: state , Value: ATTR mywithingsacc verbose 5 , Unit:
2016.06.21 13:59:34 4: HttpUtils url=https://healthmate.withings.com/
2016.06.21 13:59:35 4: https://healthmate.withings.com/: HTTP response code 302
2016.06.21 13:59:35 4: HttpUtils https://healthmate.withings.com/: Redirect to https://account.withings.com/connectionuser?appname=my2&appliver=9bb36b80&r=https%3A%2F%2Fhealthmate.withings.com%2F
2016.06.21 13:59:35 4: HttpUtils url=https://account.withings.com/connectionuser?appname=my2&appliver=9bb36b80&r=https%3A%2F%2Fhealthmate.withings.com%2F
2016.06.21 13:59:35 4: https://account.withings.com/connectionuser?appname=my2&appliver=9bb36b80&r=https%3A%2F%2Fhealthmate.withings.com%2F: HTTP response code 302
2016.06.21 13:59:35 4: HttpUtils https://account.withings.com/connectionuser?appname=my2&appliver=9bb36b80&r=https%3A%2F%2Fhealthmate.withings.com%2F: Redirect to https://account.withings.com:443/connectionuser/account_login?appname=my2&appliver=9bb36b80&r=https%3A%2F%2Fhealthmate.withings.com%2F
2016.06.21 13:59:35 4: HttpUtils url=https://account.withings.com:443/connectionuser/account_login?appname=my2&appliver=9bb36b80&r=https%3A%2F%2Fhealthmate.withings.com%2F
2016.06.21 13:59:35 4: https://account.withings.com:443/connectionuser/account_login?appname=my2&appliver=9bb36b80&r=https%3A%2F%2Fhealthmate.withings.com%2F: HTTP response code 200
2016.06.21 13:59:35 4: HttpUtils https://account.withings.com:443/connectionuser/account_login?appname=my2&appliver=9bb36b80&r=https%3A%2F%2Fhealthmate.withings.com%2F: Got data, length: 3535
2016.06.21 13:59:35 4: mywithingsacc: appliver 9bb36b80
2016.06.21 13:59:35 4: HttpUtils url=https://account.withings.com/connectionuser/account_login?appname=my2&appliver=9bb36b80&r=https%3A%2F%2Fhealthmate.withings.com%2F
2016.06.21 13:59:36 4: https://account.withings.com/connectionuser/account_login?appname=my2&appliver=9bb36b80&r=https%3A%2F%2Fhealthmate.withings.com%2F: HTTP response code 302
2016.06.21 13:59:36 4: HttpUtils https://account.withings.com/connectionuser/account_login?appname=my2&appliver=9bb36b80&r=https%3A%2F%2Fhealthmate.withings.com%2F: Got data, length: 0
2016.06.21 13:59:36 4: HttpUtils https://account.withings.com/connectionuser/account_login?appname=my2&appliver=9bb36b80&r=https%3A%2F%2Fhealthmate.withings.com%2F: Zero length data, header follows:
2016.06.21 13:59:36 4:   Server: nginx
2016.06.21 13:59:36 4:   Date: Tue, 21 Jun 2016 11:59:36 GMT
2016.06.21 13:59:36 4:   Content-Type: text/html;charset=UTF-8
2016.06.21 13:59:36 4:   Content-Length: 0
2016.06.21 13:59:36 4:   Connection: close
2016.06.21 13:59:36 4:   Location: https://healthmate.withings.com/
2016.06.21 13:59:36 4:   Set-Cookie: session_key=1158-581228e6-cd6204ff; domain=withings.com; path=/; expires=Tue, 21-Jun-2016 13:59:36 UTC
2016.06.21 13:59:36 4:   X-Powered-By: BeagleBone Black
2016.06.21 13:59:36 4:   X-Recruitment: You should work for us! Find jobs at http://www.withings.com/us/careers/
2016.06.21 13:59:36 4: mywithingsacc: sessionkey 1158-581228e6-cd6204ff
2016.06.21 13:59:36 4: HttpUtils url=https://healthmate.withings.com/index/service/account
2016.06.21 13:59:36 4: https://healthmate.withings.com/index/service/account: HTTP response code 200
2016.06.21 13:59:36 4: HttpUtils https://healthmate.withings.com/index/service/account: Got data, length: 236
2016.06.21 13:59:36 4: mywithingsacc: accountid 12345
2016.06.21 13:59:36 5: mywithingsacc: getusers
2016.06.21 13:59:36 4: HttpUtils url=https://healthmate.withings.com/index/service/account
2016.06.21 13:59:37 4: https://healthmate.withings.com/index/service/account: HTTP response code 200
2016.06.21 13:59:37 4: HttpUtils https://healthmate.withings.com/index/service/account: Got data, length: 4454
2016.06.21 13:59:37 2: mywithingsacc: create new device 'withings_U244355' for user '244355'
2016.06.21 13:59:37 5: withings: define withings_U244355 withings 244355 cca4b4dc4a8a9146
2016.06.21 13:59:37 5: withings_U244355: inituser 244355
2016.06.21 13:59:37 2: withings_U244355: I/O device is mywithingsacc
2016.06.21 13:59:37 5: withings_U244355: getuserdetails 244355
2016.06.21 13:59:37 4: HttpUtils url=https://healthmate.withings.com/index/service/user
2016.06.21 13:59:37 4: https://healthmate.withings.com/index/service/user: HTTP response code 200
2016.06.21 13:59:37 4: HttpUtils https://healthmate.withings.com/index/service/user: Got data, length: 351
2016.06.21 13:59:37 5: Triggering global (1 changes)
2016.06.21 13:59:37 5: Starting notify loop for global, first event DEFINED withings_U244355
----- IGNORE -----
2016.06.21 13:59:38 5: Notify from Device: global recieved
2016.06.21 13:59:38 5: DbLog: logging of Device: global , Type: GLOBAL , Event: DEFINED withings_U244355 , Reading: state , Value: DEFINED withings_U244355 , Unit:
2016.06.21 13:59:38 5: Triggering global (1 changes)
2016.06.21 13:59:38 5: Starting notify loop for global, first event ATTR withings_U244355 alias MGR
2016.06.21 13:59:38 5: Notify from Device: global recieved
2016.06.21 13:59:38 5: DbLog: logging of Device: global , Type: GLOBAL , Event: ATTR withings_U244355 alias MGR , Reading: state , Value: ATTR withings_U244355 alias MGR , Unit:
2016.06.21 13:59:38 5: Triggering global (1 changes)
2016.06.21 13:59:38 5: Starting notify loop for global, first event ATTR withings_U244355 room WithingsTest
2016.06.21 13:59:38 5: Notify from Device: global recieved
2016.06.21 13:59:38 5: DbLog: logging of Device: global , Type: GLOBAL , Event: ATTR withings_U244355 room WithingsTest , Reading: state , Value: ATTR withings_U244355 room WithingsTest , Unit:
2016.06.21 13:59:38 5: Triggering global (1 changes)
2016.06.21 13:59:38 5: Starting notify loop for global, first event ATTR withings_U244355 IODev mywithingsacc
2016.06.21 13:59:38 5: Notify from Device: global recieved
2016.06.21 13:59:38 5: DbLog: logging of Device: global , Type: GLOBAL , Event: ATTR withings_U244355 IODev mywithingsacc , Reading: state , Value: ATTR withings_U244355 IODev mywithingsacc , Unit:
2016.06.21 13:59:38 5: Triggering global (1 changes)
2016.06.21 13:59:38 5: Starting notify loop for global, first event ATTR withings_U244355 disable 1
2016.06.21 13:59:38 5: Notify from Device: global recieved
2016.06.21 13:59:38 5: DbLog: logging of Device: global , Type: GLOBAL , Event: ATTR withings_U244355 disable 1 , Reading: state , Value: ATTR withings_U244355 disable 1 , Unit:
2016.06.21 13:59:38 5: Triggering global (1 changes)
2016.06.21 13:59:38 5: Starting notify loop for global, first event ATTR withings_U244355 verbose 5
2016.06.21 13:59:38 5: Notify from Device: global recieved
2016.06.21 13:59:38 5: DbLog: logging of Device: global , Type: GLOBAL , Event: ATTR withings_U244355 verbose 5 , Reading: state , Value: ATTR withings_U244355 verbose 5 , Unit:
2016.06.21 13:59:38 2: mywithingsacc: create new device 'withings_U245089' for user '245089'
2016.06.21 13:59:38 5: withings: define withings_U245089 withings 245089 2d203c6df6aaa655
2016.06.21 13:59:38 5: withings_U245089: inituser 245089
2016.06.21 13:59:38 2: withings_U245089: I/O device is mywithingsacc
2016.06.21 13:59:38 5: withings_U245089: getuserdetails 245089
2016.06.21 13:59:38 4: HttpUtils url=https://healthmate.withings.com/index/service/user
2016.06.21 13:59:38 4: https://healthmate.withings.com/index/service/user: HTTP response code 200
2016.06.21 13:59:38 4: HttpUtils https://healthmate.withings.com/index/service/user: Got data, length: 353
2016.06.21 13:59:38 5: Triggering global (1 changes)
2016.06.21 13:59:38 5: Starting notify loop for global, first event DEFINED withings_U245089
----- IGNORE -----
2016.06.21 13:59:39 5: Notify from Device: global recieved
2016.06.21 13:59:39 5: DbLog: logging of Device: global , Type: GLOBAL , Event: DEFINED withings_U245089 , Reading: state , Value: DEFINED withings_U245089 , Unit:
2016.06.21 13:59:39 5: Triggering global (1 changes)
2016.06.21 13:59:39 5: Starting notify loop for global, first event ATTR withings_U245089 alias BGR
2016.06.21 13:59:39 5: Notify from Device: global recieved
2016.06.21 13:59:39 5: DbLog: logging of Device: global , Type: GLOBAL , Event: ATTR withings_U245089 alias BGR , Reading: state , Value: ATTR withings_U245089 alias BGR , Unit:
2016.06.21 13:59:39 5: Triggering global (1 changes)
2016.06.21 13:59:39 5: Starting notify loop for global, first event ATTR withings_U245089 room WithingsTest
2016.06.21 13:59:39 5: Notify from Device: global recieved
2016.06.21 13:59:39 5: DbLog: logging of Device: global , Type: GLOBAL , Event: ATTR withings_U245089 room WithingsTest , Reading: state , Value: ATTR withings_U245089 room WithingsTest , Unit:
2016.06.21 13:59:39 5: Triggering global (1 changes)
2016.06.21 13:59:39 5: Starting notify loop for global, first event ATTR withings_U245089 IODev mywithingsacc
2016.06.21 13:59:39 5: Notify from Device: global recieved
2016.06.21 13:59:39 5: DbLog: logging of Device: global , Type: GLOBAL , Event: ATTR withings_U245089 IODev mywithingsacc , Reading: state , Value: ATTR withings_U245089 IODev mywithingsacc , Unit:
2016.06.21 13:59:39 5: Triggering global (1 changes)
2016.06.21 13:59:39 5: Starting notify loop for global, first event ATTR withings_U245089 disable 1
2016.06.21 13:59:39 5: Notify from Device: global recieved
2016.06.21 13:59:39 5: DbLog: logging of Device: global , Type: GLOBAL , Event: ATTR withings_U245089 disable 1 , Reading: state , Value: ATTR withings_U245089 disable 1 , Unit:
2016.06.21 13:59:39 5: Triggering global (1 changes)
2016.06.21 13:59:39 5: Starting notify loop for global, first event ATTR withings_U245089 verbose 5
2016.06.21 13:59:39 5: Notify from Device: global recieved
2016.06.21 13:59:39 5: DbLog: logging of Device: global , Type: GLOBAL , Event: ATTR withings_U245089 verbose 5 , Reading: state , Value: ATTR withings_U245089 verbose 5 , Unit:
2016.06.21 13:59:39 2: mywithingsacc: create new device 'withings_U245092' for user '245092'
2016.06.21 13:59:39 5: withings: define withings_U245092 withings 245092 9fe5ae859b88b36e
2016.06.21 13:59:39 5: withings_U245092: inituser 245092
2016.06.21 13:59:39 2: withings_U245092: I/O device is mywithingsacc
2016.06.21 13:59:39 5: withings_U245092: getuserdetails 245092
2016.06.21 13:59:39 4: HttpUtils url=https://healthmate.withings.com/index/service/user
2016.06.21 13:59:40 4: https://healthmate.withings.com/index/service/user: HTTP response code 200
2016.06.21 13:59:40 4: HttpUtils https://healthmate.withings.com/index/service/user: Got data, length: 350
2016.06.21 13:59:40 5: Triggering global (1 changes)
2016.06.21 13:59:40 5: Starting notify loop for global, first event DEFINED withings_U245092
----- IGNORE -----
2016.06.21 13:59:40 5: Notify from Device: global recieved
2016.06.21 13:59:40 5: DbLog: logging of Device: global , Type: GLOBAL , Event: DEFINED withings_U245092 , Reading: state , Value: DEFINED withings_U245092 , Unit:
2016.06.21 13:59:40 5: Triggering global (1 changes)
2016.06.21 13:59:40 5: Starting notify loop for global, first event ATTR withings_U245092 alias TKR
2016.06.21 13:59:40 5: Notify from Device: global recieved
2016.06.21 13:59:40 5: DbLog: logging of Device: global , Type: GLOBAL , Event: ATTR withings_U245092 alias TKR , Reading: state , Value: ATTR withings_U245092 alias TKR , Unit:
2016.06.21 13:59:40 5: Triggering global (1 changes)
2016.06.21 13:59:41 5: Starting notify loop for global, first event ATTR withings_U245092 room WithingsTest
2016.06.21 13:59:41 5: Notify from Device: global recieved
2016.06.21 13:59:41 5: DbLog: logging of Device: global , Type: GLOBAL , Event: ATTR withings_U245092 room WithingsTest , Reading: state , Value: ATTR withings_U245092 room WithingsTest , Unit:
2016.06.21 13:59:41 5: Triggering global (1 changes)
2016.06.21 13:59:41 5: Starting notify loop for global, first event ATTR withings_U245092 IODev mywithingsacc
2016.06.21 13:59:41 5: Notify from Device: global recieved
2016.06.21 13:59:41 5: DbLog: logging of Device: global , Type: GLOBAL , Event: ATTR withings_U245092 IODev mywithingsacc , Reading: state , Value: ATTR withings_U245092 IODev mywithingsacc , Unit:
2016.06.21 13:59:41 5: Triggering global (1 changes)
2016.06.21 13:59:41 5: Starting notify loop for global, first event ATTR withings_U245092 disable 1
2016.06.21 13:59:41 5: Notify from Device: global recieved
2016.06.21 13:59:41 5: DbLog: logging of Device: global , Type: GLOBAL , Event: ATTR withings_U245092 disable 1 , Reading: state , Value: ATTR withings_U245092 disable 1 , Unit:
2016.06.21 13:59:41 5: Triggering global (1 changes)
2016.06.21 13:59:41 5: Starting notify loop for global, first event ATTR withings_U245092 verbose 5
2016.06.21 13:59:41 5: Notify from Device: global recieved
2016.06.21 13:59:41 5: DbLog: logging of Device: global , Type: GLOBAL , Event: ATTR withings_U245092 verbose 5 , Reading: state , Value: ATTR withings_U245092 verbose 5 , Unit:
2016.06.21 13:59:41 2: mywithingsacc: create new device 'withings_U279179' for user '279179'
2016.06.21 13:59:41 5: withings: define withings_U279179 withings 279179 b9734d08ac8ef730
2016.06.21 13:59:41 5: withings_U279179: inituser 279179
2016.06.21 13:59:41 2: withings_U279179: I/O device is mywithingsacc
2016.06.21 13:59:41 5: withings_U279179: getuserdetails 279179
2016.06.21 13:59:41 4: HttpUtils url=https://healthmate.withings.com/index/service/user
2016.06.21 13:59:41 4: https://healthmate.withings.com/index/service/user: HTTP response code 200
2016.06.21 13:59:41 4: HttpUtils https://healthmate.withings.com/index/service/user: Got data, length: 357
2016.06.21 13:59:41 5: Triggering global (1 changes)
2016.06.21 13:59:41 5: Starting notify loop for global, first event DEFINED withings_U279179
----- IGNORE -----
2016.06.21 13:59:42 5: Notify from Device: global recieved
2016.06.21 13:59:42 5: DbLog: logging of Device: global , Type: GLOBAL , Event: DEFINED withings_U279179 , Reading: state , Value: DEFINED withings_U279179 , Unit:
2016.06.21 13:59:42 5: Triggering global (1 changes)
2016.06.21 13:59:42 5: Starting notify loop for global, first event ATTR withings_U279179 alias HEJ
2016.06.21 13:59:42 5: Notify from Device: global recieved
2016.06.21 13:59:42 5: DbLog: logging of Device: global , Type: GLOBAL , Event: ATTR withings_U279179 alias HEJ , Reading: state , Value: ATTR withings_U279179 alias HEJ , Unit:
2016.06.21 13:59:42 5: Triggering global (1 changes)
2016.06.21 13:59:42 5: Starting notify loop for global, first event ATTR withings_U279179 room WithingsTest
2016.06.21 13:59:42 5: Notify from Device: global recieved
2016.06.21 13:59:42 5: DbLog: logging of Device: global , Type: GLOBAL , Event: ATTR withings_U279179 room WithingsTest , Reading: state , Value: ATTR withings_U279179 room WithingsTest , Unit:
2016.06.21 13:59:42 5: Triggering global (1 changes)
2016.06.21 13:59:42 5: Starting notify loop for global, first event ATTR withings_U279179 IODev mywithingsacc
2016.06.21 13:59:42 5: Notify from Device: global recieved
2016.06.21 13:59:42 5: DbLog: logging of Device: global , Type: GLOBAL , Event: ATTR withings_U279179 IODev mywithingsacc , Reading: state , Value: ATTR withings_U279179 IODev mywithingsacc , Unit:
2016.06.21 13:59:42 5: Triggering global (1 changes)
2016.06.21 13:59:42 5: Starting notify loop for global, first event ATTR withings_U279179 disable 1
2016.06.21 13:59:42 5: Notify from Device: global recieved
2016.06.21 13:59:42 5: DbLog: logging of Device: global , Type: GLOBAL , Event: ATTR withings_U279179 disable 1 , Reading: state , Value: ATTR withings_U279179 disable 1 , Unit:
2016.06.21 13:59:42 5: Triggering global (1 changes)
2016.06.21 13:59:42 5: Starting notify loop for global, first event ATTR withings_U279179 verbose 5
2016.06.21 13:59:42 5: Notify from Device: global recieved
2016.06.21 13:59:42 5: DbLog: logging of Device: global , Type: GLOBAL , Event: ATTR withings_U279179 verbose 5 , Reading: state , Value: ATTR withings_U279179 verbose 5 , Unit:
2016.06.21 13:59:42 2: mywithingsacc: create new device 'withings_U322517' for user '322517'
2016.06.21 13:59:42 5: withings: define withings_U322517 withings 322517 d7692768cca38350
2016.06.21 13:59:42 5: withings_U322517: inituser 322517
2016.06.21 13:59:42 2: withings_U322517: I/O device is mywithingsacc
2016.06.21 13:59:42 5: withings_U322517: getuserdetails 322517
2016.06.21 13:59:42 4: HttpUtils url=https://healthmate.withings.com/index/service/user
2016.06.21 13:59:42 4: https://healthmate.withings.com/index/service/user: HTTP response code 200
2016.06.21 13:59:42 4: HttpUtils https://healthmate.withings.com/index/service/user: Got data, length: 354
2016.06.21 13:59:42 5: Triggering global (1 changes)
2016.06.21 13:59:42 5: Starting notify loop for global, first event DEFINED withings_U322517
2016.06.21 13:59:43 5: Notify from Device: global recieved
----- IGNORE -----
2016.06.21 13:59:43 5: DbLog: logging of Device: global , Type: GLOBAL , Event: DEFINED withings_U322517 , Reading: state , Value: DEFINED withings_U322517 , Unit:
2016.06.21 13:59:43 5: Triggering global (1 changes)
2016.06.21 13:59:43 5: Starting notify loop for global, first event ATTR withings_U322517 alias BET
2016.06.21 13:59:43 5: Notify from Device: global recieved
2016.06.21 13:59:43 5: DbLog: logging of Device: global , Type: GLOBAL , Event: ATTR withings_U322517 alias BET , Reading: state , Value: ATTR withings_U322517 alias BET , Unit:
2016.06.21 13:59:43 5: Triggering global (1 changes)
2016.06.21 13:59:43 5: Starting notify loop for global, first event ATTR withings_U322517 room WithingsTest
2016.06.21 13:59:43 5: Notify from Device: global recieved
2016.06.21 13:59:43 5: DbLog: logging of Device: global , Type: GLOBAL , Event: ATTR withings_U322517 room WithingsTest , Reading: state , Value: ATTR withings_U322517 room WithingsTest , Unit:
2016.06.21 13:59:43 5: Triggering global (1 changes)
2016.06.21 13:59:43 5: Starting notify loop for global, first event ATTR withings_U322517 IODev mywithingsacc
2016.06.21 13:59:43 5: Notify from Device: global recieved
2016.06.21 13:59:43 5: DbLog: logging of Device: global , Type: GLOBAL , Event: ATTR withings_U322517 IODev mywithingsacc , Reading: state , Value: ATTR withings_U322517 IODev mywithingsacc , Unit:
2016.06.21 13:59:43 5: Triggering global (1 changes)
2016.06.21 13:59:43 5: Starting notify loop for global, first event ATTR withings_U322517 disable 1
2016.06.21 13:59:43 5: Notify from Device: global recieved
2016.06.21 13:59:43 5: DbLog: logging of Device: global , Type: GLOBAL , Event: ATTR withings_U322517 disable 1 , Reading: state , Value: ATTR withings_U322517 disable 1 , Unit:
2016.06.21 13:59:43 5: Triggering global (1 changes)
2016.06.21 13:59:43 5: Starting notify loop for global, first event ATTR withings_U322517 verbose 5
2016.06.21 13:59:43 5: Notify from Device: global recieved
2016.06.21 13:59:43 5: DbLog: logging of Device: global , Type: GLOBAL , Event: ATTR withings_U322517 verbose 5 , Reading: state , Value: ATTR withings_U322517 verbose 5 , Unit:
2016.06.21 13:59:43 2: mywithingsacc: create new device 'withings_U393022' for user '393022'
2016.06.21 13:59:43 5: withings: define withings_U393022 withings 393022 8c87ca55e83b1242
2016.06.21 13:59:43 5: withings_U393022: inituser 393022
2016.06.21 13:59:43 2: withings_U393022: I/O device is mywithingsacc
2016.06.21 13:59:43 5: withings_U393022: getuserdetails 393022
2016.06.21 13:59:43 4: HttpUtils url=https://healthmate.withings.com/index/service/user
2016.06.21 13:59:44 4: https://healthmate.withings.com/index/service/user: HTTP response code 200
2016.06.21 13:59:44 4: HttpUtils https://healthmate.withings.com/index/service/user: Got data, length: 355
2016.06.21 13:59:44 5: Triggering global (1 changes)
2016.06.21 13:59:44 5: Starting notify loop for global, first event DEFINED withings_U393022
2016.06.21 13:59:44 5: Notify from Device: global recieved
----- IGNORE -----
2016.06.21 13:59:44 5: DbLog: logging of Device: global , Type: GLOBAL , Event: DEFINED withings_U393022 , Reading: state , Value: DEFINED withings_U393022 , Unit:
2016.06.21 13:59:44 5: Triggering global (1 changes)
2016.06.21 13:59:44 5: Starting notify loop for global, first event ATTR withings_U393022 alias MIS
2016.06.21 13:59:44 5: Notify from Device: global recieved
2016.06.21 13:59:44 5: DbLog: logging of Device: global , Type: GLOBAL , Event: ATTR withings_U393022 alias MIS , Reading: state , Value: ATTR withings_U393022 alias MIS , Unit:
2016.06.21 13:59:44 5: Triggering global (1 changes)
2016.06.21 13:59:44 5: Starting notify loop for global, first event ATTR withings_U393022 room WithingsTest
2016.06.21 13:59:45 5: Notify from Device: global recieved
2016.06.21 13:59:45 5: DbLog: logging of Device: global , Type: GLOBAL , Event: ATTR withings_U393022 room WithingsTest , Reading: state , Value: ATTR withings_U393022 room WithingsTest , Unit:
2016.06.21 13:59:45 5: Triggering global (1 changes)
2016.06.21 13:59:45 5: Starting notify loop for global, first event ATTR withings_U393022 IODev mywithingsacc
2016.06.21 13:59:45 5: Notify from Device: global recieved
2016.06.21 13:59:45 5: DbLog: logging of Device: global , Type: GLOBAL , Event: ATTR withings_U393022 IODev mywithingsacc , Reading: state , Value: ATTR withings_U393022 IODev mywithingsacc , Unit:
2016.06.21 13:59:45 5: Triggering global (1 changes)
2016.06.21 13:59:45 5: Starting notify loop for global, first event ATTR withings_U393022 disable 1
2016.06.21 13:59:45 5: Notify from Device: global recieved
2016.06.21 13:59:45 5: DbLog: logging of Device: global , Type: GLOBAL , Event: ATTR withings_U393022 disable 1 , Reading: state , Value: ATTR withings_U393022 disable 1 , Unit:
2016.06.21 13:59:45 5: Triggering global (1 changes)
2016.06.21 13:59:45 5: Starting notify loop for global, first event ATTR withings_U393022 verbose 5
2016.06.21 13:59:45 5: Notify from Device: global recieved
2016.06.21 13:59:45 5: DbLog: logging of Device: global , Type: GLOBAL , Event: ATTR withings_U393022 verbose 5 , Reading: state , Value: ATTR withings_U393022 verbose 5 , Unit:
2016.06.21 13:59:45 2: mywithingsacc: create new device 'withings_U552454' for user '552454'
2016.06.21 13:59:45 5: withings: define withings_U552454 withings 552454 bfc20d0562833038
2016.06.21 13:59:45 5: withings_U552454: inituser 552454
2016.06.21 13:59:45 2: withings_U552454: I/O device is mywithingsacc
2016.06.21 13:59:45 5: withings_U552454: getuserdetails 552454
2016.06.21 13:59:45 4: HttpUtils url=https://healthmate.withings.com/index/service/user
2016.06.21 13:59:45 4: https://healthmate.withings.com/index/service/user: HTTP response code 200
2016.06.21 13:59:45 4: HttpUtils https://healthmate.withings.com/index/service/user: Got data, length: 351
2016.06.21 13:59:45 5: Triggering global (1 changes)
2016.06.21 13:59:45 5: Starting notify loop for global, first event DEFINED withings_U552454
----- IGNORE -----
2016.06.21 13:59:46 5: Notify from Device: global recieved
2016.06.21 13:59:46 5: DbLog: logging of Device: global , Type: GLOBAL , Event: DEFINED withings_U552454 , Reading: state , Value: DEFINED withings_U552454 , Unit:
2016.06.21 13:59:46 5: Triggering global (1 changes)
2016.06.21 13:59:46 5: Starting notify loop for global, first event ATTR withings_U552454 alias PET
2016.06.21 13:59:46 5: Notify from Device: global recieved
2016.06.21 13:59:46 5: DbLog: logging of Device: global , Type: GLOBAL , Event: ATTR withings_U552454 alias PET , Reading: state , Value: ATTR withings_U552454 alias PET , Unit:
2016.06.21 13:59:46 5: Triggering global (1 changes)
2016.06.21 13:59:46 5: Starting notify loop for global, first event ATTR withings_U552454 room WithingsTest
2016.06.21 13:59:46 5: Notify from Device: global recieved
2016.06.21 13:59:46 5: DbLog: logging of Device: global , Type: GLOBAL , Event: ATTR withings_U552454 room WithingsTest , Reading: state , Value: ATTR withings_U552454 room WithingsTest , Unit:
2016.06.21 13:59:46 5: Triggering global (1 changes)
2016.06.21 13:59:46 5: Starting notify loop for global, first event ATTR withings_U552454 IODev mywithingsacc
2016.06.21 13:59:46 5: Notify from Device: global recieved
2016.06.21 13:59:46 5: DbLog: logging of Device: global , Type: GLOBAL , Event: ATTR withings_U552454 IODev mywithingsacc , Reading: state , Value: ATTR withings_U552454 IODev mywithingsacc , Unit:
2016.06.21 13:59:46 5: Triggering global (1 changes)
2016.06.21 13:59:46 5: Starting notify loop for global, first event ATTR withings_U552454 disable 1
2016.06.21 13:59:46 5: Notify from Device: global recieved
2016.06.21 13:59:46 5: DbLog: logging of Device: global , Type: GLOBAL , Event: ATTR withings_U552454 disable 1 , Reading: state , Value: ATTR withings_U552454 disable 1 , Unit:
2016.06.21 13:59:46 5: Triggering global (1 changes)
2016.06.21 13:59:46 5: Starting notify loop for global, first event ATTR withings_U552454 verbose 5
2016.06.21 13:59:46 5: Notify from Device: global recieved
2016.06.21 13:59:46 5: DbLog: logging of Device: global , Type: GLOBAL , Event: ATTR withings_U552454 verbose 5 , Reading: state , Value: ATTR withings_U552454 verbose 5 , Unit:
2016.06.21 13:59:46 5: mywithingsacc: getdevices
2016.06.21 13:59:46 4: HttpUtils url=https://healthmate.withings.com/index/service/association
2016.06.21 13:59:46 4: https://healthmate.withings.com/index/service/association: HTTP response code 200
2016.06.21 13:59:46 4: HttpUtils https://healthmate.withings.com/index/service/association: Got data, length: 3065
2016.06.21 13:59:46 2: mywithingsacc: create new device 'withings_D59949' for device '59949'
2016.06.21 13:59:46 5: withings: define withings_D59949 withings 59949
2016.06.21 13:59:46 5: withings_D59949: initdevice 59949
2016.06.21 13:59:46 2: withings_D59949: I/O device is mywithingsacc
2016.06.21 13:59:46 5: withings_D59949: getdevicedetail 59949
2016.06.21 13:59:46 4: HttpUtils url=https://healthmate.withings.com/index/service/device
2016.06.21 13:59:47 4: https://healthmate.withings.com/index/service/device: HTTP response code 200
2016.06.21 13:59:47 4: HttpUtils https://healthmate.withings.com/index/service/device: Got data, length: 510
2016.06.21 13:59:47 5: Triggering global (1 changes)
2016.06.21 13:59:47 5: Starting notify loop for global, first event DEFINED withings_D59949
----- IGNORE -----
2016.06.21 13:59:47 5: Notify from Device: global recieved
2016.06.21 13:59:47 5: DbLog: logging of Device: global , Type: GLOBAL , Event: DEFINED withings_D59949 , Reading: state , Value: DEFINED withings_D59949 , Unit:
2016.06.21 13:59:47 5: Triggering global (1 changes)
2016.06.21 13:59:47 5: Starting notify loop for global, first event ATTR withings_D59949 alias Body Scale
2016.06.21 13:59:47 5: Notify from Device: global recieved
2016.06.21 13:59:47 5: DbLog: logging of Device: global , Type: GLOBAL , Event: ATTR withings_D59949 alias Body Scale , Reading: state , Value: ATTR withings_D59949 alias Body Scale , Unit:
2016.06.21 13:59:47 5: Triggering global (1 changes)
2016.06.21 13:59:47 5: Starting notify loop for global, first event ATTR withings_D59949 alias Smart Scale
2016.06.21 13:59:47 5: Notify from Device: global recieved
2016.06.21 13:59:47 5: DbLog: logging of Device: global , Type: GLOBAL , Event: ATTR withings_D59949 alias Smart Scale , Reading: state , Value: ATTR withings_D59949 alias Smart Scale , Unit:
2016.06.21 13:59:47 5: Triggering global (1 changes)
2016.06.21 13:59:47 5: Starting notify loop for global, first event ATTR withings_D59949 room WithingsTest
2016.06.21 13:59:47 5: Notify from Device: global recieved
2016.06.21 13:59:47 5: DbLog: logging of Device: global , Type: GLOBAL , Event: ATTR withings_D59949 room WithingsTest , Reading: state , Value: ATTR withings_D59949 room WithingsTest , Unit:
2016.06.21 13:59:47 5: Triggering global (1 changes)
2016.06.21 13:59:47 5: Starting notify loop for global, first event ATTR withings_D59949 IODev mywithingsacc
2016.06.21 13:59:47 5: Notify from Device: global recieved
2016.06.21 13:59:47 5: DbLog: logging of Device: global , Type: GLOBAL , Event: ATTR withings_D59949 IODev mywithingsacc , Reading: state , Value: ATTR withings_D59949 IODev mywithingsacc , Unit:
2016.06.21 13:59:47 5: Triggering global (1 changes)
2016.06.21 13:59:47 5: Starting notify loop for global, first event ATTR withings_D59949 disable 1
2016.06.21 13:59:47 5: Notify from Device: global recieved
2016.06.21 13:59:47 5: DbLog: logging of Device: global , Type: GLOBAL , Event: ATTR withings_D59949 disable 1 , Reading: state , Value: ATTR withings_D59949 disable 1 , Unit:
2016.06.21 13:59:48 5: Triggering global (1 changes)
2016.06.21 13:59:48 5: Starting notify loop for global, first event ATTR withings_D59949 verbose 5
2016.06.21 13:59:48 5: Notify from Device: global recieved
2016.06.21 13:59:48 5: DbLog: logging of Device: global , Type: GLOBAL , Event: ATTR withings_D59949 verbose 5 , Reading: state , Value: ATTR withings_D59949 verbose 5 , Unit:
2016.06.21 13:59:48 2: mywithingsacc: create new device 'withings_D1610557' for device '1610557'
2016.06.21 13:59:48 5: withings: define withings_D1610557 withings 1610557
2016.06.21 13:59:48 5: withings_D1610557: initdevice 1610557
2016.06.21 13:59:48 2: withings_D1610557: I/O device is mywithingsacc
2016.06.21 13:59:48 5: withings_D1610557: getdevicedetail 1610557
2016.06.21 13:59:48 4: HttpUtils url=https://healthmate.withings.com/index/service/device
2016.06.21 13:59:48 4: https://healthmate.withings.com/index/service/device: HTTP response code 200
2016.06.21 13:59:48 4: HttpUtils https://healthmate.withings.com/index/service/device: Got data, length: 437
2016.06.21 13:59:48 5: Triggering global (1 changes)
2016.06.21 13:59:48 5: Starting notify loop for global, first event DEFINED withings_D1610557
----- IGNORE -----
2016.06.21 13:59:48 5: Notify from Device: global recieved
2016.06.21 13:59:48 5: DbLog: logging of Device: global , Type: GLOBAL , Event: DEFINED withings_D1610557 , Reading: state , Value: DEFINED withings_D1610557 , Unit:
2016.06.21 13:59:49 5: Triggering global (1 changes)
2016.06.21 13:59:49 5: Starting notify loop for global, first event ATTR withings_D1610557 alias Blood Pressure Monitor
2016.06.21 13:59:49 5: Notify from Device: global recieved
2016.06.21 13:59:49 5: DbLog: logging of Device: global , Type: GLOBAL , Event: ATTR withings_D1610557 alias Blood Pressure Monitor , Reading: state , Value: ATTR withings_D1610557 alias Blood Pressure Monitor , Unit:
2016.06.21 13:59:49 5: Triggering global (1 changes)
2016.06.21 13:59:49 5: Starting notify loop for global, first event ATTR withings_D1610557 alias Wireless Blood Pressure Monitor
2016.06.21 13:59:49 5: Notify from Device: global recieved
2016.06.21 13:59:49 5: DbLog: logging of Device: global , Type: GLOBAL , Event: ATTR withings_D1610557 alias Wireless Blood Pressure Monitor , Reading: state , Value: ATTR withings_D1610557 alias Wireless Blood Pressure Monitor , Unit:
2016.06.21 13:59:49 5: Triggering global (1 changes)
2016.06.21 13:59:49 5: Starting notify loop for global, first event ATTR withings_D1610557 room WithingsTest
2016.06.21 13:59:49 5: Notify from Device: global recieved
2016.06.21 13:59:49 5: DbLog: logging of Device: global , Type: GLOBAL , Event: ATTR withings_D1610557 room WithingsTest , Reading: state , Value: ATTR withings_D1610557 room WithingsTest , Unit:
2016.06.21 13:59:49 5: Triggering global (1 changes)
2016.06.21 13:59:49 5: Starting notify loop for global, first event ATTR withings_D1610557 IODev mywithingsacc
2016.06.21 13:59:49 5: Notify from Device: global recieved
2016.06.21 13:59:49 5: DbLog: logging of Device: global , Type: GLOBAL , Event: ATTR withings_D1610557 IODev mywithingsacc , Reading: state , Value: ATTR withings_D1610557 IODev mywithingsacc , Unit:
2016.06.21 13:59:49 5: Triggering global (1 changes)
2016.06.21 13:59:49 5: Starting notify loop for global, first event ATTR withings_D1610557 disable 1
2016.06.21 13:59:49 5: Notify from Device: global recieved
2016.06.21 13:59:49 5: DbLog: logging of Device: global , Type: GLOBAL , Event: ATTR withings_D1610557 disable 1 , Reading: state , Value: ATTR withings_D1610557 disable 1 , Unit:
2016.06.21 13:59:49 5: Triggering global (1 changes)
2016.06.21 13:59:49 5: Starting notify loop for global, first event ATTR withings_D1610557 verbose 5
2016.06.21 13:59:49 5: Notify from Device: global recieved
2016.06.21 13:59:49 5: DbLog: logging of Device: global , Type: GLOBAL , Event: ATTR withings_D1610557 verbose 5 , Reading: state , Value: ATTR withings_D1610557 verbose 5 , Unit:
2016.06.21 13:59:49 2: mywithingsacc: create new device 'withings_D1963181' for device '1963181'
2016.06.21 13:59:49 5: withings: define withings_D1963181 withings 1963181
2016.06.21 13:59:49 5: withings_D1963181: initdevice 1963181
2016.06.21 13:59:49 2: withings_D1963181: I/O device is mywithingsacc
2016.06.21 13:59:49 5: withings_D1963181: getdevicedetail 1963181
2016.06.21 13:59:49 4: HttpUtils url=https://healthmate.withings.com/index/service/device
2016.06.21 13:59:49 4: https://healthmate.withings.com/index/service/device: HTTP response code 200
2016.06.21 13:59:49 4: HttpUtils https://healthmate.withings.com/index/service/device: Got data, length: 430
2016.06.21 13:59:49 5: withings_D1963181: readauraalarm
ERROR in Socket Creation : Verbindungsaufbau abgelehnt
Exception in thread Thread-1:
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
    self.run()
  File "/usr/lib/python2.7/threading.py", line 763, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/opt/yowsup-master/yowsup/demos/cli/cli.py", line 153, in startInputThread
    cmd = self._queuedCmds.pop(0) if len(self._queuedCmds) else input(self.getPrompt()).strip()
EOFError: EOF when reading a line

Traceback (most recent call last):
  File "/opt/yowsup-master/yowsup-cli", line 368, in <module>
    if not parser.process():
  File "/opt/yowsup-master/yowsup-cli", line 268, in process
    self.startCmdline()
  File "/opt/yowsup-master/yowsup-cli", line 297, in startCmdline
    stack.start()
  File "/opt/yowsup-master/yowsup/demos/cli/stack.py", line 26, in start
    self.stack.loop(timeout = 0.5, discrete = 0.5)
  File "/opt/yowsup-master/yowsup/stacks/yowstack.py", line 188, in loop
    asyncore.loop(*args, **kwargs)
  File "/usr/lib/python2.7/asyncore.py", line 216, in loop
    poll_fun(timeout, map)
  File "/usr/lib/python2.7/asyncore.py", line 156, in poll
    read(obj)
  File "/usr/lib/python2.7/asyncore.py", line 87, in read
    obj.handle_error()
  File "/usr/lib/python2.7/asyncore.py", line 83, in read
    obj.handle_read_event()
  File "/usr/lib/python2.7/asyncore.py", line 449, in handle_read_event
    self.handle_read()
  File "/opt/yowsup-master/yowsup/layers/network/layer.py", line 102, in handle_read
    self.receive(data)
  File "/opt/yowsup-master/yowsup/layers/network/layer.py", line 110, in receive
    self.toUpper(data)
  File "/opt/yowsup-master/yowsup/layers/__init__.py", line 76, in toUpper
    self.__upper.receive(data)
  File "/opt/yowsup-master/yowsup/layers/stanzaregulator/layer.py", line 29, in receive
    self.processReceived()
  File "/opt/yowsup-master/yowsup/layers/stanzaregulator/layer.py", line 49, in processReceived
    self.toUpper(oneMessageData)
  File "/opt/yowsup-master/yowsup/layers/__init__.py", line 76, in toUpper
    self.__upper.receive(data)
  File "/opt/yowsup-master/yowsup/layers/auth/layer_crypt.py", line 65, in receive
    self.toUpper(payload)
  File "/opt/yowsup-master/yowsup/layers/__init__.py", line 76, in toUpper
    self.__upper.receive(data)
  File "/opt/yowsup-master/yowsup/layers/coder/layer.py", line 35, in receive
    self.toUpper(node)
  File "/opt/yowsup-master/yowsup/layers/__init__.py", line 76, in toUpper
    self.__upper.receive(data)
  File "/opt/yowsup-master/yowsup/layers/logger/layer.py", line 14, in receive
    self.toUpper(data)
  File "/opt/yowsup-master/yowsup/layers/__init__.py", line 76, in toUpper
    self.__upper.receive(data)
  File "/opt/yowsup-master/yowsup/layers/axolotl/layer_control.py", line 44, in receive
    self.toUpper(protocolTreeNode)
  File "/opt/yowsup-master/yowsup/layers/__init__.py", line 76, in toUpper
    self.__upper.receive(data)
  File "/opt/yowsup-master/yowsup/layers/__init__.py", line 189, in receive
    s.receive(data)
  File "/opt/yowsup-master/yowsup/layers/axolotl/layer_receive.py", line 44, in receive
    self.toUpper(protocolTreeNode)
  File "/opt/yowsup-master/yowsup/layers/__init__.py", line 76, in toUpper
    self.__upper.receive(data)
  File "/opt/yowsup-master/yowsup/layers/__init__.py", line 189, in receive
    s.receive(data)
  File "/opt/yowsup-master/yowsup/layers/__init__.py", line 121, in receive
    if not self.processIqRegistry(node):
  File "/opt/yowsup-master/yowsup/layers/__init__.py", line 156, in processIqRegistry
    successClbk(protocolTreeNode, originalIq)
  File "/opt/yowsup-master/yowsup/layers/protocol_iq/layer.py", line 30, in onPong
    self.toUpper(ResultIqProtocolEntity.fromProtocolTreeNode(protocolTreeNode))
  File "/opt/yowsup-master/yowsup/layers/__init__.py", line 76, in toUpper
    self.__upper.receive(data)
  File "/opt/yowsup-master/yowsup/layers/interface/interface.py", line 80, in receive
    self.entity_callbacks[entityType](entity)
  File "/opt/yowsup-master/yowsup/demos/cli/layer.py", line 458, in onIq
    print(entity)
IOError: [Errno 32] Broken pipe



FHEM auf Raspi, CUL433, CUL868, RFXTRX433e, CULCuBE
FRITZ: Fritzbox7590AX, 6xFritzDECT301, 10xFritzDECT200, FritzRepeater 6000
MAX!: Fensterkontakte
netatmo: Wetterstation & Thermostat
Milights, IT, Withings, HUE

Markus M.

#260
Ups...
Bei der Aura musst du noch das Attribut IP füllen (um Einstellungen zu setzen).
Sollte hiermit aber auch vorher schon nicht mehr crashen :)
Verbose und disable sind hier auch wieder raus.
Aktuell weder Smarthome noch FHEM vorhanden

rubbertail

Bastel ich daheim sofort ein - ganz lieben Dank für deine Bemühungen! Hab ich da was falsch gemacht? Oder woran lags?

Wenns am Modul lag - dafür wird ja getestet! Wenns an mir lag - danke für deine Unterstützung! :)
FHEM auf Raspi, CUL433, CUL868, RFXTRX433e, CULCuBE
FRITZ: Fritzbox7590AX, 6xFritzDECT301, 10xFritzDECT200, FritzRepeater 6000
MAX!: Fensterkontakte
netatmo: Wetterstation & Thermostat
Milights, IT, Withings, HUE

Markus M.

Lag an mir ;)
Bedeutet auch, dass wir wahrscheinlich die einzigen hier sind die ne Aura haben.
Kleiner Warnhinweis: Wenn du die Einstellungen (Wecker) mit FHEM liest oder schreibst darfst du die App nicht offen haben. Es ist nur eine Netzwerkverbindung möglich.
Aktuell weder Smarthome noch FHEM vorhanden

rubbertail

so, jetzt lädt das Modul, und die Devices und User werden super angelegt. Das mit dem IP-Eintrag mach ich noch, sobald ich die IP auf den DHCP-Servern rausgekriegt habe, und teste weiter. Super schomma, danke sehr!
FHEM auf Raspi, CUL433, CUL868, RFXTRX433e, CULCuBE
FRITZ: Fritzbox7590AX, 6xFritzDECT301, 10xFritzDECT200, FritzRepeater 6000
MAX!: Fensterkontakte
netatmo: Wetterstation & Thermostat
Milights, IT, Withings, HUE

rubbertail

Völlig vergessen nachzuschieben: Jetzt klappt die komplette Bedienung der Aura (nach IP-Eintrag). Wo muss der Vielen-Dank-Rotwein hin? :)
FHEM auf Raspi, CUL433, CUL868, RFXTRX433e, CULCuBE
FRITZ: Fritzbox7590AX, 6xFritzDECT301, 10xFritzDECT200, FritzRepeater 6000
MAX!: Fensterkontakte
netatmo: Wetterstation & Thermostat
Milights, IT, Withings, HUE

rubbertail

PS: Wirst du das Modul in absehbarer Zeit auch einchecken? Oder steht da noch was dagegen?
FHEM auf Raspi, CUL433, CUL868, RFXTRX433e, CULCuBE
FRITZ: Fritzbox7590AX, 6xFritzDECT301, 10xFritzDECT200, FritzRepeater 6000
MAX!: Fensterkontakte
netatmo: Wetterstation & Thermostat
Milights, IT, Withings, HUE

Markus M.

Eigentlich nicht.
Ist zwar rund um die Kamera noch nicht fertig, sollte aber gleich gut bis besser funktionieren als das alte.
Ich schau mal ob ich diese Woche dazu komme.


Sent from my iPhone using Tapatalk
Aktuell weder Smarthome noch FHEM vorhanden

rubbertail

Kein Stress - muss nur daran denken, es dann aus der exclude_from_update-Liste rauszunehmen. :) Nochmal herzlichen Dank für das alles!
FHEM auf Raspi, CUL433, CUL868, RFXTRX433e, CULCuBE
FRITZ: Fritzbox7590AX, 6xFritzDECT301, 10xFritzDECT200, FritzRepeater 6000
MAX!: Fensterkontakte
netatmo: Wetterstation & Thermostat
Milights, IT, Withings, HUE

maexi1989

hallo das anlegen hat super geklappt, aber vll habe ich was überlesen. Bekomme immer folgenden fehler:

2016.07.14 14:15:17 4 : HttpUtils https://healthmate.withings.com/index/service/v2/measure: Got data, length: 39
2016.07.14 14:15:17 5 : withings_D35753**: dispatch deviceReadingsScale
2016.07.14 14:15:17 4 : withings_D35753**: json returned: { 'status' => 503, 'error' => 'Invalid Params' }
2016.07.14 14:15:17 5 : withings_D35753**: parsemeasurements

Markus M.

Bitte list devicename und idealerweise log Level 5 der Anfrage. Irgendwas passt nicht.


Sent from my iPhone using Tapatalk
Aktuell weder Smarthome noch FHEM vorhanden