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 first setup suffers from the truncation issues despite setting #define LARGE_JSON_BUFFERS 1 or #define SMALL_JSON_DOCUMENT_SIZE <something> and #define LARGE_JSON_DOCUMENT_SIZE <something> with different values, but no luck. The properties itself work because when navigating to https://[...]/properties they show up with the right values from the sensor. But the device view is truncated.
The second setup is even more weird. Could also be an error in my code though. Both devices show the location as specified, but also only the humidity and no temperature although I assigned them correctly I think. This is also true for the https://[...]/properties path: Even on the temperature device there is only location and (falsely) humidity shown despite not calling addProperty on that device..
Let me know if I can help with anything else.
EDIT: I should note that all libraries are up do date:
Hey,
this is related to #96. I am using an ESP 8266 device and I'm trying to get a simple temperature sensor working as a web thing.
I tried two setups due to the hint mentioned in #96:
Both do not work.
The first setup suffers from the truncation issues despite setting
#define LARGE_JSON_BUFFERS 1
or#define SMALL_JSON_DOCUMENT_SIZE <something>
and#define LARGE_JSON_DOCUMENT_SIZE <something>
with different values, but no luck. The properties itself work because when navigating tohttps://[...]/properties
they show up with the right values from the sensor. But the device view is truncated.The second setup is even more weird. Could also be an error in my code though. Both devices show the location as specified, but also only the humidity and no temperature although I assigned them correctly I think. This is also true for the
https://[...]/properties
path: Even on the temperature device there is only location and (falsely) humidity shown despite not callingaddProperty
on that device..Let me know if I can help with anything else.
EDIT: I should note that all libraries are up do date:
UPDATE: Dumb me, thanks a lot!
The text was updated successfully, but these errors were encountered: