wizfi / Release

WizFi360's Binaries and Tools
1 stars 3 forks source link

[BUG] #2

Open SaschaSt75 opened 3 years ago

SaschaSt75 commented 3 years ago

Issue Type : JSON receive

AT version : 1.1.1.2.

Board Type : WizFi360-PA

Module Type : PA

Condition : TCP

Description : Hello,

i use the Wizfi360 to get Weather Data from Openweathermap. In the received JSON data sometimes are a Fault String "<\r><\n> +IPD,341:":

{"coord":{"lon":7.05,"lat":51.5167},"weather":[{"id":801,"main":"Clouds","description":"Ein paar Wolken","icon":"02d"}],"base":"stations","main":{"t<\r><\n> +IPD,341:emp":12.54,"feels_like":10.95,"temp_min":11.11,"temp_max":14.44,"pressure":1006,"humidity":42},"visibility":10000,"wind":{"speed":2.26,"deg":71,"gust":3.25},"clouds":{"all":21},"dt":1619597033,"sys":{"type":3,"id":2007921,"country":"DE","sunrise":1619582941,"sunset":1619635757},"timezone":7200,"id":2921466,"name":"Gelsenkirchen","cod":200}

The correct Receive is:

{"coord":{"lon":7.05,"lat":51.5167},"weather":[{"id":801,"main":"Clouds","description":"Ein paar Wolken","icon":"02d"}],"base":"stations","main":{"temp":12.54,"feels_like":10.95,"temp_min":11.11,"temp_max":14.44,"pressure":1006,"humidity":42},"visibility":10000,"wind":{"speed":2.26,"deg":71,"gust":3.25},"clouds":{"all":21},"dt":1619597033,"sys":{"type":3,"id":2007921,"country":"DE","sunrise":1619582941,"sunset":1619635757},"timezone":7200,"id":2921466,"name":"Gelsenkirchen","cod":200}

I checked the TXD Pin from the Wizfi360. The Fault String was send from it.

I don't know, how can i resolved it.

Regards Sascha

SaschaSt75 commented 3 years ago

I'm testing the Source with an ESP12F. There are no Fault String in the received Data :(