TasmotaRemota

  • I created the app as a premium.

    But somehow I can't find any Tasmota devices.

    Enter 192.168.178.1 in the Tasmota IP scanner under IP prefix

    and start IP 1 end IP 255 port 80.

    After pressing SEARCH FOR ... only INVALID URL appears

    Please only enter the first three indices of the IP address (e.g. 192.168.178), the last index will be added during the scan.

    It will add 1 - 255 or whatever start / end you enter.

  • [attach = '7837', 'none', 'true'] [/ attach]

    I got the crash report from Google and believe I found the reason for the crash.

    It is connected to a device that you are scanning that has at least 5 relays but not enough friendly names to make it mismatch.

    Do you have a device with that many relays? If you could send me the JSON response from a "STATUS 0" query on the device, this will help me find the problem.

  • So that comes with the 5 relays.

    I have now scanned a device with 2 relays and this is found.

    The phone is a Samsung S8 +.

    The app accepts Tasmota devices with up to 8 relays, but this particular device is causing an unusual problem. If you send the JSON response "STATUS 0" for your Tasmota device to "tasmotaremota@orange.fr" or post here, I can see your problem and fix it.

  • Where can I find the JSON response "STATUS 0"

    Type in your default web browser the following address: Replace xx.xx.xx.xx: pp with the IP address of the device.

    http: //xx.xx.xx.xx : pp / cm? cmnd = STATUS% 200

    I cannot format the address correctly with this editor. Ich habe ein Bild der Adresse hinzugefügt.


    The browser then displays the JSON response for the device.

  • Did you replace "pp" with the port? Alternatively, try it without ": pp". For me it works without a port number

    This is correct, if the port is omitted, port 80, the standard HTTP port, is assumed.

    Alternatively, you can enter "STATUS 0" in the Tasmota Device Console of the Tamota WebUI - see picture ....


    The JSON list is then displayed in the console terminal.

    10 lines beginning with "STATUS" to "STATUS 11"


    The Tasmota version number is in the lower right corner of the picture. Which version are you using? I've heard that some versions have a slightly different format for the FriendlyName section. This could also be a cause.

  • Zitat

    Hast du "pp" durch den Port ersetzt?

    Mit port 80 funktioniert es.

    Anbei mal die Json List vom Gerät mit 8 Relais.


    Code
    {"Status":{"Module":18,"FriendlyName":["StatusAnzeigeSMDIP19","Sonoff2","Sonoff3","Sonoff4"],"Topic":"sonoff","ButtonTopic":"0","Power":1,"PowerOnState":0,"LedState":1,"LedMask":"FFFF","SaveData":0,"SaveState":1,"SwitchTopic":"0","SwitchMode":[0,0,0,0,0,0,0,0],"ButtonRetain":0,"SwitchRetain":0,"SensorRetain":0,"PowerRetain":0},"StatusPRM":{"Baudrate":115200,"GroupTopic":"sonoffs","OtaUrl":"","RestartReason":"External System","Uptime":"37T03:25:10","StartupUTC":"2021-03-15T16:55:02","Sleep":150,"CfgHolder":4617,"BootCount":84,"SaveCount":1951100,"SaveAddress":"3F9000"},"StatusFWR":{"Version":"7.2.0(tasmota)","BuildDateTime":"2019.12.22 15:10:33","Boot":31,"Core":"2_6_2","SDK":"2.2.2-dev(38a443e)","Hardware":"ESP8266EX","CR":"269/1151"},"StatusLOG":{"SerialLog":0,"WebLog":2,"MqttLog":0,"SysLog":0,"LogHost":"","LogPort":514,"SSId":["FritzRepeater2",""],"TelePeriod":60,"Resolution":"56018100","SetOption":["00008009","2805C8000100060000005AFF000000000000","00000000","00000000"]},"StatusMEM":{"ProgramSize":512,"Free":2556,"Heap":25,"ProgramFlashSize":4096,"FlashSize":4096,"FlashChipId":"16405E","FlashMode":3,"Features":["00000407","8F886387","043683A1","200217CD","01001BC0","00007881"],"Drivers":"1,2,3,4,6,8,9,10,16,18,19,20,21,22,24,26,29","Sensors":"1,2,3,4,5,6,7,8,9,10,14,26,34"},"StatusNET":{"Hostname":"sonoff-7839","IPAddress":"192.168.178.19","Gateway":"192.168.178.1","Subnetmask":"255.255.255.0","DNSServer":"192.168.178.1","Mac":"60:01:94:51:F1:A7","Webserver":2,"WifiConfig":4},"StatusMQT":{"MqttHost":"192.168.178.65","MqttPort":1883,"MqttClientMask":"Status_Anzeige_SMD_IP19_Windsens","MqttClient":"Status_Anzeige_SMD_IP19_Windsens","MqttUser":"premo","MqttCount":30,"MAX_PACKET_SIZE":1000,"KEEPALIVE":30},"StatusTIM":{"UTC":"Wed Apr 21 20:20:12 2021","Local":"Wed Apr 21 22:20:12 2021","StartDST":"Sun Mar 28 02:00:00 2021","EndDST":"Sun Oct 31 03:00:00 2021","Timezone":99,"Sunrise":"06:47","Sunset":"20:50"},"StatusSNS":{"Time":"2021-04-21T22:20:12","DS18B20":{"Id":"6CE07B126461","Temperature":22.1},"TempUnit":"C"},"StatusSTS":{"Time":"2021-04-21T22:20:12","Uptime":"37T03:25:10","UptimeSec":3209110,"Heap":25,"SleepMode":"Dynamic","Sleep":150,"LoadAvg":6,"MqttCount":30,"POWER1":"ON","POWER2":"OFF","POWER3":"OFF","POWER4":"OFF","POWER5":"OFF","POWER6":"OFF","POWER7":"OFF","POWER8":"OFF","Wifi":{"AP":1,"SSId":"FritzRepeater2","BSSId":"34:81:C4:D8:73:05","Channel":11,"RSSI":70,"Signal":-65,"LinkCount":9,"Downtime":"0T00:00:38"}}}
  • Ahh ... yes that's as expected. There are 8 relays ( "POWER1": "ON", "POWER2": "OFF", "POWER3": "OFF", "POWER4": "OFF", "POWER5": "OFF", "POWER6": " OFF "," POWER7 ":" OFF "," POWER8 ":" OFF ") ) but only 4 friend names ( " FriendlyName ": [" StatusAnanzeSMDIP19 "," Sonoff2 "," Sonoff3 "," Sonoff4 "]) so there is a mismatch.

    The app expects each relay to have a name.

    I connected 8 relays to one of my devices and Tasmota automatically provided 8 matching names.

    I think the first action would be to update the Tasmota version to the latest version. I can see that you are on version 7.2.0. ( "Version": "7.2.0 (tasmota)", "BuildDateTime": "2019.12.22 15:10:33 ) This can be the cause of the problem.


    Is that a special device? I see that it is listed as Sonoff, but I did not know that Sonoff has produced an 8-relay device.



    Nach dem Überprüfen auf der offiziellen Tasmota-Website benötigen Sie mindestens Version 8.1, um 8 Namen für die 8 Relais zu unterstützen. Siehe Bild unten ....


  • Ich bin neu hier.

    Möchte meine Geräte in die App Tasmota Remota integrieren. Neuste Version 12.

    Der automatische Scan funktioniert.

    Zeigt auch an mit WiFi verbunden.

    Wenn ich dann in Gruppe zufügen tippe ist das Gerät in der Gruppe offline.

    Das gleiche gilt für das manuelle Zufügen .

    Was ist falsch?