Hello I’m just trying to run my first dashboard.
I put 2 gages (temperatura1 and humedad1) and 2 switches (mosfet1 y mosfet2).
I do the connetion with LENSmqtt, connection seems to be ok.
When I publish but no change is seen on the dashboard.
hostname: industrial.api.ubidots.com
topic:
/v1.6/devices/NombreDispositivo1
message:
{
“temperatura1”: 27,
“humedad1”: 55,
“mosfet1”: 1,
“mosfet2”: 1
}
where could be the mistake?
thanks