PR55-45L_PWR sensor type 74 sensor_data message

Hi,

We have a Enterprise IIoT Gateway Lite with 3 PR55-45L_PWR sensors type 27 and 74.
Node-red flow works fine with sensors type 27 but we don’t have the data for sensor type 74.
In the debug window, we have :

I guess, we don’t have the data (pression, temperature, humidity) because “type” = “unknown”

How to fix that ?

Thanks.

Hi @ew3975 could you go to Node-RED main menu, then click on ‘Manage Palette’ and locate the @ncd-io/node-red-enterprise-sensors library, click on the Update button, confirm the update.

You will then need to restart Node-RED. Please import the attached restart flow into your workspace:
restart-node-red.json (1019 Bytes)

Download this restart-nodered.json file, then go to Node-RED main menu and click on Import option, then click on ‘select a file to import’ button, select the restart-nodered.json file and click on Import button, finally, click on Deploy button in order to save and apply the changes.

Next, go to ‘Restart’ Node-RED tab, enable the flow to restart Node-RED. Finally, refresh the webpage (It would takes some minutes).

Once Node-RED is reestablished, you can press the sensor reset button and verify that you get the decoded data inside the debug window.

Note: to do this The Enterprise IIoT Gateway should have internet connection.

Please try this and share your results.
Thank you,
Eduardo M

Hi @Eduardo_Mtz

It works now.
Thanks.