Recently migrated to the new app. I have several Xiaomi Aqara devices (temperature/humidity sensors, motion sensors that report lux readings, illumination sensors).
Clicking on any of these sensors History tab, the numeric responses from these sensors are NaN (or, in my case ‘Epäluku’ which is a clumsy Finnish translation for what I presume is not a number). The numeric values are listed without problems in the Classic app. Also the new app lists the current numeric values on the main tab just fine.
Questions:
Is this a device handler bug in the new app, or a bug in the new app?
Is there a way to change the default language for the app? The current translation is more of a hinder than an asset.
The ticket was ultimately closed with “solved” state. Replied to the closed ticket asking whether the issue could be investigated further, did not receive a reply. The problem persists.
With all the other problems I’ve seen after migrating, I’m taking steps to switch to Home Assistant.
Same problem here. My language is French. I’m a software developper and I think this is because the localization is bad. Like you, the decimal separator of my numbers in the SmartThings french interface is the comma ( , ). The numbers are like 21,3 in the live view but the History is filled with NaN (Not a Number). The parsing of the comma decimal separator is wrong I think and it’s probably the cause of the problem.