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
thank you for your development so far. This is a feature request, not an issue. So apparently, except of the periodic advertisements, LYWSD03MMC has its own memory that syncs with your Xiaomi Home app/Xiaomi gateway when connected.
Is there any known way how to read this memory? Because in the app you can only view last 24 hrs (1 measurement per hour), last 30 days (highest+lowest per day) or last 6 months (highest lowest per month).
The text was updated successfully, but these errors were encountered:
I guess the memory can only be accessed using an active bluetooth connection. The code snippets here and the final version in ESPHome only scans passively for BLE advertisements and does not require an active connection. The BLE advertisement broadcasts only the current value and not the entire history.
As far as I know the history you can only get with the Xiaomi home app or the gateway. To get the history from memory would require a completely different approach where you first establish an active connection and then you need to figure out how to pull the history. I am not an expert with bluetooth programming so unfortunately I cannot help any further with this.
Hello,
thank you for your development so far. This is a feature request, not an issue. So apparently, except of the periodic advertisements, LYWSD03MMC has its own memory that syncs with your Xiaomi Home app/Xiaomi gateway when connected.
Is there any known way how to read this memory? Because in the app you can only view last 24 hrs (1 measurement per hour), last 30 days (highest+lowest per day) or last 6 months (highest lowest per month).
The text was updated successfully, but these errors were encountered: