Iotawatt outputs not showing in emoncms input list [solved]

Hi, I am currently adding a second iotawatt to feed into my up and running local emoncms. I have no problems adding the 15 ct inputs. But the calculated outputs from the new iotawatt do not show up in the emoncms input list. And I have forgotten if there was a trick to make this happen.
What’s wrong?

Second thing: I read in some thread here that one might run into trouble with too many feeds. Is that so, and what would be the limitation?

When you configure a new Emoncms uploader, it automatically creates 15 entries called “Emoncms Inputs” numbered 1-15, corresponding to the IoTaWatt inputs 0-14 (confused yet?).

Those are each configurable, and if you click on the edit button for any of them, you will see that they are calculator type outputs. Your “outputs” as defined in the “outputs” display of the configuration app do not appear here. If you want to send additional calculated data, you can add another “Emoncms Input” using the add button at the bottom of the list. I recommend that you use numbers 16 and up for these and leave 1-15 for the raw IoTaWatt data.

I think the physical limit is 98 entries (1-99), but the practical limit is a function of what else you have configured and how often you will have bulk upload recovery running. I would think 30 or so would be a reasonable number.

I do not see any add button on the emoncms input screen. I was expecting one, though. Am I looking in the wrong place?

At the bottom of the. IoTaWatt Emoncms service. Add the input here and it will appear in Emoncms when it is sent by the IoTaWatt.

Ah, thanks! I had current setup from almost one year ago, had forgotten almost everything in between (things are 100% stable, no need to troubleshoot regularly)

I am having this exact issue and no amount of mouse moving seems to solve it.
I have no issue adding calculated outputs on InfluxDB but as soon as I try on EmonCMS I can’t get a save button. Can I only have one Data Uploader service?

My connection to the EmonCMS server is working and I can see the default outputs
Here is my config:

And here is my log

SD initialized.
8/10/21 10:08:08z Real Time Clock is running. Unix time 1628590088
8/10/21 10:08:08z Reset reason: Software/System restart
8/10/21 10:08:08z Trace: 1:3, 1:3, 1:3, 1:3, 1:3, 1:3, 1:3, 1:3, 1:3, 1:3, 1:3, 1:3, 1:3, 1:3, 1:3, 1:3, 1:1[13], 1:2[14], 9:0[14], 9:0, 9:1, 8:4, 8:6, 8:8, 8:9, 9:3, 9:5, 9:9, 1:2, 1:3, 10:2, 10:3
8/10/21 10:08:08z ESP8266 ChipID: 6911185
8/10/21 10:08:08z IoTaWatt 4.x, Firmware version 02_06_05
8/10/21 10:08:08z SPIFFS mounted.
8/10/21 20:08:08 Local time zone: +10:00
8/10/21 20:08:08 Using Daylight Saving Time (BST) when in effect.
8/10/21 20:08:08 device name: IotaWatt
8/10/21 20:08:08 HTTP server started
8/10/21 20:08:09 emoncms: Starting, interval:20, url:http://192.168.1.108:9541
8/10/21 20:08:09 influxDB_v1: Starting, interval:30, url:http://192.168.1.1:8086
8/10/21 20:08:09 timeSync: service started.
8/10/21 20:08:09 statService: started.
8/10/21 20:08:09 dataLog: service started.
8/10/21 20:08:10 dataLog: Last log entry 08/10/21 20:08:05
8/10/21 20:08:14 historyLog: service started.
8/10/21 20:08:14 historyLog: Last log entry 08/10/21 20:08:00
8/10/21 20:08:14 WiFi connected. SSID=utility, IP=192.168.1.120, channel=1, RSSI -73db
8/10/21 20:08:14 MDNS responder started for hostname IotaWatt
8/10/21 20:08:15 LLMNR responder started for hostname IotaWatt
8/10/21 20:08:15 Updater: service started. Auto-update class is MINOR
8/10/21 20:08:15 emoncms: Start posting at 08/10/21 20:05:00
8/10/21 20:08:15 Updater: Auto-update is current for class MINOR.
8/10/21 20:08:16 influxDB_v1: stopped, Last post 01/01/70 11:00:00

From the documentation

One distinctive feature of this list vs the outputs list is that the names must be numeric values between 1 and 99. The name of an entry corresponds to the Emoncms input “key” value. When editing the various fields, if you add a new entry with the same number as an existing entry, or change an entry to the same number as an existing entry, it will replace the existing entry. Each time you save an entry, the list will be reordered.

Thank you so much. I have been trying for hours. If I could make a suggestion, some more validation prompts would be really great.
Also it would be great if I could choose in the EmonCMS config to choose the outputs I’ve already created. Instead of re-creating them again.