NEWS
[Adapter] Sonoff- Tasmota
-
Können alle Geräte gleiches topic "sonoff" haben?
Wie ist euer rssi-Wert? `
meine habens… zumindest drei von 4 Geräten... RSSI Werte je nach Abstand zum Router zwischen 68-88%.
Mit 30% bist Du relativ weit vom Router mit dem Teil. Das könnte natürlich das Problem sein, dass die Verbindung flöten geht. Stell die Teile näher zum Router hin und beobachte paar Std. Dann kennst Du die Antwort.
-
Hallo,
vielleicht könnte mir jemand verraten wie ich diese Daten (gelb markiert) im Minutentakt oder in Echtzeit akutell bekommen kann?
!
Vielen Dank und viele Grüße
P.S. sorry für die vielen Fragen bin noch Beginner …
-
nun hatte ich die Meldungen auch einmal:
sonoff.0 2017-10-09 08:03:12.467 info Client [Sonoff4ch] connected sonoff.0 2017-10-09 08:03:12.451 info Client [SonoffPOW] connected sonoff.0 2017-10-09 08:03:10.911 warn Client error [SonoffPOW]: Error: Invalid messageId sonoff.0 2017-10-09 08:03:10.909 info Client [SonoffPOW] closed sonoff.0 2017-10-09 08:03:10.496 warn Client error [Sonoff4ch]: Error: Invalid messageId sonoff.0 2017-10-09 08:03:10.494 info Client [Sonoff4ch] closed
-
Können alle Geräte gleiches topic "sonoff" haben?
Wie ist euer rssi-Wert? `
meine habens… zumindest drei von 4 Geräten... RSSI Werte je nach Abstand zum Router zwischen 68-88%.
Mit 30% bist Du relativ weit vom Router mit dem Teil. Das könnte natürlich das Problem sein, dass die Verbindung flöten geht. Stell die Teile näher zum Router hin und beobachte paar Std. Dann kennst Du die Antwort. `
Zur Abwechslung hat sich nun der mit dem besseren rssi-Wert verabschiedet. Die hängen auch beide ständig am wlan. Ich glaube daran liegt es nicht.Licht_Gartenhaus true sonoff.0 2017-10-09 10:29:29.994 Zirkulation,Licht_Gartenhaus true sonoff.0 2017-10-08 20:58:42.382 Zirkulation true sonoff.0 2017-10-08 20:58:41.958 true sonoff.0 2017-10-08 20:58:28.460 Zirkulation,Licht_Gartenhaus true sonoff.0 2017-10-08 11:19:55.883 Zirkulation true sonoff.0 2017-10-08 11:11:17.152 Zirkulation true sonoff.0 2017-10-08 11:08:50.354
-
nun hatte ich die Meldungen auch einmal:
sonoff.0 2017-10-09 08:03:12.467 info Client [Sonoff4ch] connected sonoff.0 2017-10-09 08:03:12.451 info Client [SonoffPOW] connected sonoff.0 2017-10-09 08:03:10.911 warn Client error [SonoffPOW]: Error: Invalid messageId sonoff.0 2017-10-09 08:03:10.909 info Client [SonoffPOW] closed sonoff.0 2017-10-09 08:03:10.496 warn Client error [Sonoff4ch]: Error: Invalid messageId sonoff.0 2017-10-09 08:03:10.494 info Client [Sonoff4ch] closed ```` `
Es gibt diese Datei:
... node_modules/mqtt-packet/writeToStream.js
entwider in /opt/iobroker oder in /opt/iobroker/node_modules/iobroker.sonoff
Kannst du folgende Zeilen verändern um raus zu finden, wo Fehler vorkommt?
https://github.com/mqttjs/mqtt-packet/b … am.js#L270
https://github.com/mqttjs/mqtt-packet/b ... am.js#L303
https://github.com/mqttjs/mqtt-packet/b ... am.js#L327
https://github.com/mqttjs/mqtt-packet/b ... am.js#L389
https://github.com/mqttjs/mqtt-packet/b ... am.js#L429
Auf
stream.emit('error', new Error('Invalid messageId ' + __line))
-
nachdem ich die datei geändert habe und den adapter 2 mal neugestartet habe kamen erste meldungen:
! ````
host.ioBroker 2017-10-09 13:00:27.890 info instance system.adapter.sonoff.0 started with pid 4118
host.ioBroker 2017-10-09 13:00:25.507 info instance system.adapter.sonoff.0 terminated with code 0 (OK)
Caught 2017-10-09 13:00:25.507 error by controller[1]: at Connection.Writable.write (/opt/iobroker/node_modules/readable-stream/lib/_stream_writable.js:241:11)
Caught 2017-10-09 13:00:25.507 error by controller[1]: at writeOrBuffer (/opt/iobroker/node_modules/readable-stream/lib/_stream_writable.js:302:5)
Caught 2017-10-09 13:00:25.506 error by controller[1]: at doWrite (/opt/iobroker/node_modules/readable-stream/lib/_stream_writable.js:313:64)
Caught 2017-10-09 13:00:25.506 error by controller[1]: at Connection.Duplexify._write (/opt/iobroker/node_modules/duplexify/index.js:201:22)
Caught 2017-10-09 13:00:25.506 error by controller[1]: at Writable.write (_stream_writable.js:243:11)
Caught 2017-10-09 13:00:25.506 error by controller[1]: at writeOrBuffer (_stream_writable.js:317:5)
Caught 2017-10-09 13:00:25.506 error by controller[1]: at doWrite (_stream_writable.js:331:12)
Caught 2017-10-09 13:00:25.505 error by controller[1]: at Writable.write [as _write] (/opt/iobroker/node_modules/mqtt-connection/lib/writeToStream.js:10:9)
Caught 2017-10-09 13:00:25.505 error by controller[1]: at generate (/opt/iobroker/node_modules/mqtt-packet/writeToStream.js:33:14)
Caught 2017-10-09 13:00:25.505 error by controller[1]: at publish (/opt/iobroker/node_modules/mqtt-packet/writeToStream.js:270:59)
Caught 2017-10-09 13:00:25.505 error by controller[1]: ReferenceError: __line is not defined
Caught 2017-10-09 13:00:25.505 error by controller[0]: at Connection.Writable.write (/opt/iobroker/node_modules/readable-stream/lib/_stream_writable.js:241:11)
Caught 2017-10-09 13:00:25.505 error by controller[0]: at writeOrBuffer (/opt/iobroker/node_modules/readable-stream/lib/_stream_writable.js:302:5)
Caught 2017-10-09 13:00:25.505 error by controller[0]: at doWrite (/opt/iobroker/node_modules/readable-stream/lib/_stream_writable.js:313:64)
Caught 2017-10-09 13:00:25.504 error by controller[0]: at Connection.Duplexify._write (/opt/iobroker/node_modules/duplexify/index.js:201:22)
Caught 2017-10-09 13:00:25.504 error by controller[0]: at Writable.write (_stream_writable.js:243:11)
Caught 2017-10-09 13:00:25.504 error by controller[0]: at writeOrBuffer (_stream_writable.js:317:5)
Caught 2017-10-09 13:00:25.504 error by controller[0]: at doWrite (_stream_writable.js:331:12)
Caught 2017-10-09 13:00:25.504 error by controller[0]: at Writable.write [as _write] (/opt/iobroker/node_modules/mqtt-connection/lib/writeToStream.js:10:9)
Caught 2017-10-09 13:00:25.504 error by controller[0]: at generate (/opt/iobroker/node_modules/mqtt-packet/writeToStream.js:33:14)
Caught 2017-10-09 13:00:25.503 error by controller[0]: at publish (/opt/iobroker/node_modules/mqtt-packet/writeToStream.js:270:59)
Caught 2017-10-09 13:00:25.503 error by controller[0]: ReferenceError: __line is not defined
sonoff.0 2017-10-09 13:00:25.480 info terminating
sonoff.0 2017-10-09 13:00:25.466 error at Connection.Writable.write (/opt/iobroker/node_modules/readable-stream/lib/_stream_writable.js:241:11)
sonoff.0 2017-10-09 13:00:25.466 error at writeOrBuffer (/opt/iobroker/node_modules/readable-stream/lib/_stream_writable.js:302:5)
sonoff.0 2017-10-09 13:00:25.466 error at doWrite (/opt/iobroker/node_modules/readable-stream/lib/_stream_writable.js:313:64)
sonoff.0 2017-10-09 13:00:25.466 error at Connection.Duplexify._write (/opt/iobroker/node_modules/duplexify/index.js:201:22)
sonoff.0 2017-10-09 13:00:25.466 error at Writable.write (_stream_writable.js:243:11)
sonoff.0 2017-10-09 13:00:25.466 error at writeOrBuffer (_stream_writable.js:317:5)
sonoff.0 2017-10-09 13:00:25.466 error at doWrite (_stream_writable.js:331:12)
sonoff.0 2017-10-09 13:00:25.466 error at Writable.write [as _write] (/opt/iobroker/node_modules/mqtt-connection/lib/writeToStream.js:10:9)
sonoff.0 2017-10-09 13:00:25.466 error at generate (/opt/iobroker/node_modules/mqtt-packet/writeToStream.js:33:14)
sonoff.0 2017-10-09 13:00:25.466 error at publish (/opt/iobroker/node_modules/mqtt-packet/writeToStream.js:270:59)
sonoff.0 2017-10-09 13:00:25.466 error ReferenceError: __line is not defined
sonoff.0 2017-10-09 13:00:25.466 error uncaught exception: __line is not defined
sonoff.0 2017-10-09 13:00:25.465 info Client [SonoffPOW] closed
sonoff.0 2017-10-09 13:00:25.464 info Client [Sonoff4ch] closed
sonoff.0 2017-10-09 13:00:25.463 warn Client error [ESPClient5]: Error: This socket is closed
sonoff.0 2017-10-09 13:00:25.458 info Client [ESPClient5] closed
sonoff.0 2017-10-09 13:00:25.458 error at Connection.Writable.write (/opt/iobroker/node_modules/readable-stream/lib/_stream_writable.js:241:11)
sonoff.0 2017-10-09 13:00:25.458 error at writeOrBuffer (/opt/iobroker/node_modules/readable-stream/lib/_stream_writable.js:302:5)
sonoff.0 2017-10-09 13:00:25.458 error at doWrite (/opt/iobroker/node_modules/readable-stream/lib/_stream_writable.js:313:64)
sonoff.0 2017-10-09 13:00:25.458 error at Connection.Duplexify._write (/opt/iobroker/node_modules/duplexify/index.js:201:22)
sonoff.0 2017-10-09 13:00:25.458 error at Writable.write (_stream_writable.js:243:11)
sonoff.0 2017-10-09 13:00:25.458 error at writeOrBuffer (_stream_writable.js:317:5)
sonoff.0 2017-10-09 13:00:25.458 error at doWrite (_stream_writable.js:331:12)
sonoff.0 2017-10-09 13:00:25.458 error at Writable.write [as _write] (/opt/iobroker/node_modules/mqtt-connection/lib/writeToStream.js:10:9)
sonoff.0 2017-10-09 13:00:25.458 error at generate (/opt/iobroker/node_modules/mqtt-packet/writeToStream.js:33:14)
sonoff.0 2017-10-09 13:00:25.458 error at publish (/opt/iobroker/node_modules/mqtt-packet/writeToStream.js:270:59)
sonoff.0 2017-10-09 13:00:25.458 error ReferenceError: __line is not defined
sonoff.0 2017-10-09 13:00:25.458 error uncaught exception: __line is not defined
sonoff.0 2017-10-09 13:00:25.427 info Client [Sonoff4ch] closed -
Hallo
Wird der Sonoff S20 auch unterstützt ?
Gruß
Gesendet von iPad mit Tapatalk Pro
-
nachdem ich die datei geändert habe und den adapter 2 mal neugestartet habe kamen erste meldungen:
!
host.ioBroker 2017-10-09 13:00:27.890 info instance system.adapter.sonoff.0 started with pid 4118 host.ioBroker 2017-10-09 13:00:25.507 info instance system.adapter.sonoff.0 terminated with code 0 (OK) Caught 2017-10-09 13:00:25.507 error by controller[1]: at Connection.Writable.write (/opt/iobroker/node_modules/readable-stream/lib/_stream_writable.js:241:11) Caught 2017-10-09 13:00:25.507 error by controller[1]: at writeOrBuffer (/opt/iobroker/node_modules/readable-stream/lib/_stream_writable.js:302:5) Caught 2017-10-09 13:00:25.506 error by controller[1]: at doWrite (/opt/iobroker/node_modules/readable-stream/lib/_stream_writable.js:313:64) Caught 2017-10-09 13:00:25.506 error by controller[1]: at Connection.Duplexify._write (/opt/iobroker/node_modules/duplexify/index.js:201:22) Caught 2017-10-09 13:00:25.506 error by controller[1]: at Writable.write (_stream_writable.js:243:11) Caught 2017-10-09 13:00:25.506 error by controller[1]: at writeOrBuffer (_stream_writable.js:317:5) Caught 2017-10-09 13:00:25.506 error by controller[1]: at doWrite (_stream_writable.js:331:12) Caught 2017-10-09 13:00:25.505 error by controller[1]: at Writable.write [as _write] (/opt/iobroker/node_modules/mqtt-connection/lib/writeToStream.js:10:9) Caught 2017-10-09 13:00:25.505 error by controller[1]: at generate (/opt/iobroker/node_modules/mqtt-packet/writeToStream.js:33:14) Caught 2017-10-09 13:00:25.505 error by controller[1]: at publish (/opt/iobroker/node_modules/mqtt-packet/writeToStream.js:270:59) Caught 2017-10-09 13:00:25.505 error by controller[1]: ReferenceError: __line is not defined Caught 2017-10-09 13:00:25.505 error by controller[0]: at Connection.Writable.write (/opt/iobroker/node_modules/readable-stream/lib/_stream_writable.js:241:11) Caught 2017-10-09 13:00:25.505 error by controller[0]: at writeOrBuffer (/opt/iobroker/node_modules/readable-stream/lib/_stream_writable.js:302:5) Caught 2017-10-09 13:00:25.505 error by controller[0]: at doWrite (/opt/iobroker/node_modules/readable-stream/lib/_stream_writable.js:313:64) Caught 2017-10-09 13:00:25.504 error by controller[0]: at Connection.Duplexify._write (/opt/iobroker/node_modules/duplexify/index.js:201:22) Caught 2017-10-09 13:00:25.504 error by controller[0]: at Writable.write (_stream_writable.js:243:11) Caught 2017-10-09 13:00:25.504 error by controller[0]: at writeOrBuffer (_stream_writable.js:317:5) Caught 2017-10-09 13:00:25.504 error by controller[0]: at doWrite (_stream_writable.js:331:12) Caught 2017-10-09 13:00:25.504 error by controller[0]: at Writable.write [as _write] (/opt/iobroker/node_modules/mqtt-connection/lib/writeToStream.js:10:9) Caught 2017-10-09 13:00:25.504 error by controller[0]: at generate (/opt/iobroker/node_modules/mqtt-packet/writeToStream.js:33:14) Caught 2017-10-09 13:00:25.503 error by controller[0]: at publish (/opt/iobroker/node_modules/mqtt-packet/writeToStream.js:270:59) Caught 2017-10-09 13:00:25.503 error by controller[0]: ReferenceError: __line is not defined sonoff.0 2017-10-09 13:00:25.480 info terminating sonoff.0 2017-10-09 13:00:25.466 error at Connection.Writable.write (/opt/iobroker/node_modules/readable-stream/lib/_stream_writable.js:241:11) sonoff.0 2017-10-09 13:00:25.466 error at writeOrBuffer (/opt/iobroker/node_modules/readable-stream/lib/_stream_writable.js:302:5) sonoff.0 2017-10-09 13:00:25.466 error at doWrite (/opt/iobroker/node_modules/readable-stream/lib/_stream_writable.js:313:64) sonoff.0 2017-10-09 13:00:25.466 error at Connection.Duplexify._write (/opt/iobroker/node_modules/duplexify/index.js:201:22) sonoff.0 2017-10-09 13:00:25.466 error at Writable.write (_stream_writable.js:243:11) sonoff.0 2017-10-09 13:00:25.466 error at writeOrBuffer (_stream_writable.js:317:5) sonoff.0 2017-10-09 13:00:25.466 error at doWrite (_stream_writable.js:331:12) sonoff.0 2017-10-09 13:00:25.466 error at Writable.write [as _write] (/opt/iobroker/node_modules/mqtt-connection/lib/writeToStream.js:10:9) sonoff.0 2017-10-09 13:00:25.466 error at generate (/opt/iobroker/node_modules/mqtt-packet/writeToStream.js:33:14) sonoff.0 2017-10-09 13:00:25.466 error at publish (/opt/iobroker/node_modules/mqtt-packet/writeToStream.js:270:59) sonoff.0 2017-10-09 13:00:25.466 error ReferenceError: __line is not defined sonoff.0 2017-10-09 13:00:25.466 error uncaught exception: __line is not defined sonoff.0 2017-10-09 13:00:25.465 info Client [SonoffPOW] closed sonoff.0 2017-10-09 13:00:25.464 info Client [Sonoff4ch] closed sonoff.0 2017-10-09 13:00:25.463 warn Client error [ESPClient5]: Error: This socket is closed sonoff.0 2017-10-09 13:00:25.458 info Client [ESPClient5] closed sonoff.0 2017-10-09 13:00:25.458 error at Connection.Writable.write (/opt/iobroker/node_modules/readable-stream/lib/_stream_writable.js:241:11) sonoff.0 2017-10-09 13:00:25.458 error at writeOrBuffer (/opt/iobroker/node_modules/readable-stream/lib/_stream_writable.js:302:5) sonoff.0 2017-10-09 13:00:25.458 error at doWrite (/opt/iobroker/node_modules/readable-stream/lib/_stream_writable.js:313:64) sonoff.0 2017-10-09 13:00:25.458 error at Connection.Duplexify._write (/opt/iobroker/node_modules/duplexify/index.js:201:22) sonoff.0 2017-10-09 13:00:25.458 error at Writable.write (_stream_writable.js:243:11) sonoff.0 2017-10-09 13:00:25.458 error at writeOrBuffer (_stream_writable.js:317:5) sonoff.0 2017-10-09 13:00:25.458 error at doWrite (_stream_writable.js:331:12) sonoff.0 2017-10-09 13:00:25.458 error at Writable.write [as _write] (/opt/iobroker/node_modules/mqtt-connection/lib/writeToStream.js:10:9) sonoff.0 2017-10-09 13:00:25.458 error at generate (/opt/iobroker/node_modules/mqtt-packet/writeToStream.js:33:14) sonoff.0 2017-10-09 13:00:25.458 error at publish (/opt/iobroker/node_modules/mqtt-packet/writeToStream.js:270:59) sonoff.0 2017-10-09 13:00:25.458 error ReferenceError: __line is not defined sonoff.0 2017-10-09 13:00:25.458 error uncaught exception: __line is not defined sonoff.0 2017-10-09 13:00:25.427 info Client [Sonoff4ch] closed
`
Ist vermutlich alte node.js Version.dann ersetze __line mit unterschiedlichen Buchstaben: A, B, C,… so dass du die unterscheiden kannst.
-
Hallo
Wird der Sonoff S20 auch unterstützt ?
Gruß
Gesendet von iPad mit Tapatalk Pro `
Keine Ahnung. Hast du probiert oder fragst du? -
Ich frage , wollte mir eine testweise bestellen
Gesendet von iPad mit Tapatalk Pro
-
Ist vermutlich alte node.js Version.
dann ersetze __line mit unterschiedlichen Buchstaben: A, B, C,… so dass du die unterscheiden kannst. `
wo soll ich was ersetzen?`
Die node.js ist aktuell:
root@ioBroker:/home/alex# node -v v6.11.4 root@ioBroker:/home/alex# nodejs -v v6.11.4
-
Ist vermutlich alte node.js Version.
dann ersetze __line mit unterschiedlichen Buchstaben: A, B, C,… so dass du die unterscheiden kannst. `
wo soll ich was ersetzen?`
Die node.js ist aktuell:
root@ioBroker:/home/alex# node -v v6.11.4 root@ioBroker:/home/alex# nodejs -v v6.11.4 ```` `
stream.emit('error', new Error('Invalid messageId ' + __line))
=>
stream.emit('error', new Error('Invalid messageId A'))
stream.emit('error', new Error('Invalid messageId B'))
stream.emit('error', new Error('Invalid messageId C'))
stream.emit('error', new Error('Invalid messageId ...'))
-
Bislang bekomme ich als einzigen Fehler
sonoff.0 2017-10-11 20:49:16.932 warn Client error [Sonoff4ch]: Error: Invalid messageId A
-
Bislang bekomme ich als einzigen Fehler
sonoff.0 2017-10-11 20:49:16.932 warn Client error [Sonoff4ch]: Error: Invalid messageId A ```` `
Und welche Zeile ist das? in node_modules/mqtt-packet/writeToStream.js
-
hier ein ausschnitt (Zeile 270)
// Topic must be a non-empty string or Buffer if (typeof topic === 'string') length += Buffer.byteLength(topic) + 2 else if (Buffer.isBuffer(topic)) length += topic.length + 2 else { stream.emit('error', new Error('Invalid topic')) return false } // Get the payload length if (!Buffer.isBuffer(payload)) length += Buffer.byteLength(payload) else length += payload.length // Message ID must a number if qos > 0 if (qos && typeof id !== 'number') { stream.emit('error', new Error('Invalid messageId A')) return false } else if (qos) length += 2 // Header stream.write(protocol.PUBLISH_HEADER[qos][opts.dup ? 1 : 0][retain ? 1 : 0]) // Remaining length writeLength(stream, length) // Topic writeNumber(stream, byteLength(topic)) stream.write(topic)
-
Hallo zusammen.
Danke erst mal für den Adapter. Nach ein wenig probieren funktioniert er richtig gut. Habe jetzt nur eine Frage bezüglich der Einbindung in Alexa. Habe nach neuen Geräten gesucht, jedoch findet sie keine neuen Geräte. Kann mir da einer auf die Sprünge helfen. Danke im voraus für die Hilfe.
Gruß Markus
Gesendet von meinem HUAWEI NXT-L29 mit Tapatalk
-
Alle Geräte die Alexa finden soll müssen im Cloud Adapter erst angelegt werden unter Smarte Geräte
-
Hallo
Der Adapter läuft sehr gut , ich hoffe das die Sonoff Th10/16 mit Temperatur Sensor bald auch Unterstützt werden .
Danke
Gesendet von iPad mit Tapatalk Pro
-
Alle Geräte die Alexa finden soll müssen im Cloud Adapter erst angelegt werden unter Smarte Geräte ` Super, danke für die Info.
Gesendet von meinem HUAWEI NXT-L29 mit Tapatalk
-
Hallo
Der Adapter läuft sehr gut , ich hoffe das die Sonoff Th10/16 mit Temperatur Sensor bald auch Unterstützt werden .
Danke
Gesendet von iPad mit Tapatalk Pro `
bitte stelle den Adapter auf Debug und poste was da ankommt dann kann Bluefox es einbauen