You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the "status 0" above reports the correct output because I corrected the sources.
To Reproduce Steps to reproduce the behavior: Compile with MPU-6050 support, connect the wifi and configure mqtt. Then take a look at the mqtt messages.
When data for this sensor is reported via MQTT, the json format is incorrect.
status 0
:the "status 0" above reports the correct output because I corrected the sources.
To Reproduce
Steps to reproduce the behavior: Compile with MPU-6050 support, connect the wifi and configure mqtt. Then take a look at the mqtt messages.
Behavior
Data received:
Please note the extra ," just after the value of GyroZAxis.
Expected behavior
The correct json should be:
Proposed resolution
Change this line: https://github.com/arendst/Sonoff-Tasmota/blob/9ec57e0203129719553935f52cbd23a22f0bdbec/sonoff/xsns_32_mpu6050.ino#L155
to:
This solution is actually working for me. If it's OK, I can open a PR to fix this.
The text was updated successfully, but these errors were encountered: