forked from tbnobody/OpenDTU
-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTTP+JSON PowerMeter: Strings not accepted #1104
Comments
The issue at hand is that the JSON looks like this:
The values, which are indeed numeric, are encoded as strings. The source of this JSON is stupid and does not use JSON as expected, but we should be tolerant and handle this gracefully. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion or issue for related concerns. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Discussed in #1049
Originally posted by oszi-xx June 15, 2024
I'm using a SHRDZM (ESP8266) to read my power meter data. Up to now it was working. After update to latest version
I got error if I'm using same settings (newer than 2024.01.04 )
[HttpPowerMeter] not a float: '69'
How can I solve the problem .
The text was updated successfully, but these errors were encountered: