arduino / node-red-contrib-arduino-iot-cloud

A Node-RED plugin to integrate Arduino IoT Cloud
https://create.arduino.cc/iot
Other
7 stars 10 forks source link

Credenials disapear when deployed #34

Closed Pedotech closed 2 years ago

Pedotech commented 2 years ago

Hi Connection credentials disappear when deploying. Running node-red in docker. Any help, please?

umbynos commented 2 years ago

Hi, a little more context could help a lot... For example the exact steps you followed. The various version of the software used Could you please provide some logs?

Pedotech commented 2 years ago

Hi Umberto Problem solved!!! I was using the example for mkr-env with mkr-wifi 1010, tried to get variable pressure and was getting no values on node-red debug... By chance I tried another variable-lux- and the readings were coming then. So I realised there must be some problem with the variables coding on Arduino. And yes! When I changed temperature humidity and pressure from int to float everything got fine. Thank you