Re: GPS Sensor
Hi,
The example GPS sketch needed a small tweak for it to work with the mysensors integration on Hone Assistant. The semi-colons in the payload message should be comma.
Like this:
sprintf(payload, "%s,%s,%s", latBuf, lngBuf, altBuf);
Cheers.
PDJ