@martinhjelmare How cool! That solves my problem! You developed the component for HASS? Great work dude! Really, thanks for it.
I hope to be able to contribute more in the future, for now I've only done some small PRs.
@martinhjelmare How cool! That solves my problem! You developed the component for HASS? Great work dude! Really, thanks for it.
I hope to be able to contribute more in the future, for now I've only done some small PRs.
@mfalkvidd Thank you! The sketch on that thread should work
@exxamalte The sensor appears correctly after sending values. Also, the .json file is correctly filled with the sensor data.
@martinhjelmare Well, I'm using 0.33.4! I'll try updating and report back Thanks.
Thanks for the help and explanation.
I suggest the following:
if(!isTransportOK()){
wait(5000); // transport is not operational, allow the transport layer to fix this
}
sleep(30000); // transport is OK, node can sleep
That way, if it still can't connect during those 5 seconds it will sleep, and try again the next time.
@martinhjelmare I just updated to the latest version and now they appear correctly after rebooting! Thank you very much.
@martinhjelmare great idea! Thank you.