I’m not sure what’s causing this - but my installation (and I’ve just wiped and re-imaged the SD card) is continually creating new Devices and Inputs with simply a number as the Node ID.
This happened both on my existing install (11.7.4) and the fresh SD card with 11.4.1.
The other thing you could do is disable auto configuration in your emonhub.conf file. This has historically caused a lot of trouble, though this seems to have been solved now. Near the top of emonhub.conf, change to set
So, this is still ongoing - even with all nodes re-flashed and configured with distinct nodeIDs, for some reason the EmonPi still keeps trying to create new devices and inputs (possibly my oil-tank monitor on 443MHz interfering?).
In any case, I enabled the new “Disable Input Creation” feature on the Inputs page, and autoconf has been set to 0 since earlier in the year, the phantom Devices and Inputs keep getting created.
A new symptom since the new “Disable Input Creation” feature was enabled is that now it appears every time the EmonPi tries to create a new Device and its assocaited inputs - it can’t (which is good), but emoncms_mqtt.php crashes with the following:
Service Restarted
2025-12-23 10:23:49.246|WARN|emoncms_mqtt.php|Starting MQTT Input script
2025-12-23 10:23:49.349|WARN|emoncms_mqtt.php|Not connected, retrying connection
2025-12-23 10:23:49.360|WARN|emoncms_mqtt.php|Connecting to MQTT server: Connection Accepted.: code: 0
2025-12-23 10:26:16.-68|WARN|emoncms_mqtt.php|Starting MQTT Input script
2025-12-23 10:26:17.035|WARN|emoncms_mqtt.php|Not connected, retrying connection
2025-12-23 10:26:17.046|WARN|emoncms_mqtt.php|Connecting to MQTT server: Connection Accepted.: code: 0
Service crashes as it can’t create inputs (which is expected)
2025-12-23 11:53:22.-366|WARN|emoncms_mqtt.php|error creating input
2025-12-23 11:53:22.-364|WARN|emoncms_mqtt.php|MQTT has disconnected - cleanly
It seems there is a bug in the mqtt.php service that it doesn’t interop with this new feature.
Attached screenshots of Inputs screen, error and services.
I’m also reproducing this issue but having difficulty working out what’s causing it, @borpin do you remember what the other threads were that reported this issue?