# Modbus sendet "Read -\> startIntervalReading node" nach Neuinstallation NodeRed

**URL:** https://discourse.nodered.org/t/modbus-sendet-read-startintervalreading-node-nach-neuinstallation-nodered/91300
**Category:** General
**Created:** [27 September 2024 10:38 UTC](https://discourse.nodered.org/t/modbus-sendet-read-startintervalreading-node-nach-neuinstallation-nodered/91300 "2024-09-27T10:38:12Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![volvog](https://avatars.discourse-cdn.com/v4/letter/v/ac91a4/32.png) [@volvog](https://discourse.nodered.org/u/volvog)
#### Post date: [27 September 2024 10:38 UTC](https://discourse.nodered.org/t/modbus-sendet-read-startintervalreading-node-nach-neuinstallation-nodered/91300/1 "2024-09-27T10:38:12Z")

</div>

Due to some issues in virtualization I had to re-setup my NodeRed VM. Now the basis is Ubuntu 24.04.1 (before 22.04.5) and Nodered is 4.0.3.  
I copied the whole .node-red folder and restarted Nodered. Everything available again.  
BUT: Now I often get messages like

"Read -\> resetIntervalToRead node 8eb943eafa5f7625 address: 0X484"  
"Read -\> resetIntervalToRead node 5956e716afe1d287 address: 0x584"  
"Read -\> startIntervalReading node 8eb943eafa5f7625 address: 0X484"  
"Read -\> startIntervalReading node 5956e716afe1d287 address: 0x584"

I haven't had this before?!? What's the reason?  
In the modbus server-configuration I deselected already all Logs and Warnings...

Any ideas?

---

<div class="post-metadata">

### Author: ![Steve-Mcl](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/steve-mcl/32/4826_2.png) [@Steve-Mcl](https://discourse.nodered.org/u/Steve-Mcl)
#### Post date: [27 September 2024 11:08 UTC](https://discourse.nodered.org/t/modbus-sendet-read-startintervalreading-node-nach-neuinstallation-nodered/91300/2 "2024-09-27T11:08:06Z")

</div>

> [@volvog](#):
>
> I copied the whole .node-red folder

You should not copy `node_modules`

in fact, you should stop node-red, delete `.node-red/node_modules`, run `npm install` inside `.node-red`

Some nodes have compiled parts and may need rebuilding.

Also, check/ensure all installed nodes are up-to-date.

---

<div class="post-metadata">

### Author: ![Colin](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/colin/32/17040_2.png) [@Colin](https://discourse.nodered.org/u/Colin)
#### Post date: [27 September 2024 11:20 UTC](https://discourse.nodered.org/t/modbus-sendet-read-startintervalreading-node-nach-neuinstallation-nodered/91300/3 "2024-09-27T11:20:38Z")

</div>

Also make sure all your installed nodes are using the latest versions. Check in Manage Palette.

---

<div class="post-metadata">

### Author: ![volvog](https://avatars.discourse-cdn.com/v4/letter/v/ac91a4/32.png) [@volvog](https://discourse.nodered.org/u/volvog)
#### Post date: [27 September 2024 11:38 UTC](https://discourse.nodered.org/t/modbus-sendet-read-startintervalreading-node-nach-neuinstallation-nodered/91300/4 "2024-09-27T11:38:18Z")

</div>

All nodes have been updated...

---

<div class="post-metadata">

### Author: ![Colin](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/colin/32/17040_2.png) [@Colin](https://discourse.nodered.org/u/Colin)
#### Post date: [27 September 2024 13:21 UTC](https://discourse.nodered.org/t/modbus-sendet-read-startintervalreading-node-nach-neuinstallation-nodered/91300/5 "2024-09-27T13:21:24Z")

</div>

Assuming that you have already followed Steve's advice then you might be best to ask on the [node's github page](https://github.com/BiancoRoyal/node-red-contrib-modbus/issues).

I can see where the message is generated in the code but it is not clear what the significance is.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/1X/d073cd938eafa2e558d7c2cd59003b3ef4963033.png) [@system](https://discourse.nodered.org/u/system)
#### Post date: [26 December 2024 13:21 UTC](https://discourse.nodered.org/t/modbus-sendet-read-startintervalreading-node-nach-neuinstallation-nodered/91300/6 "2024-12-26T13:21:36Z")

</div>

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.
