I have edited the real location on purpose, but I guarantee that they are correct.
I have some additional information.
I added a S_INFO child to the GPS sensor and sent the position as text. MyController gets confused again.
I suspected that the semicolon ; can generate confusion in the parser, so in the text information I changed the semicolon ; with a pipe | separator and the text is reported correctly.
Source: https://forum.mycontroller.org/topic/143/no-position-or-time-from-mysensors-gps-sensor/7
I ran into the same issue. the format is correct and the serial gateway receives and acknowledge correctly:
I have edited the real location on purpose, but I guarantee that they are correct.
I have some additional information.
I added a S_INFO child to the GPS sensor and sent the position as text. MyController gets confused again. I suspected that the semicolon ; can generate confusion in the parser, so in the text information I changed the semicolon ; with a pipe | separator and the text is reported correctly.