Input device not created: Emoncms History Home Assistant Integration

Good morning. I am trying to use emoncms_history in Homeassistant to show heat pump standby/heating/cooling state in emoncms as follows

emoncms_history:
  api_key: *****************************
  url: https://emoncms.org
  scan_interval: 30
  inputnode: 20
  whitelist:
    - sensor.my_home_circuit_0_state

A previous version where inputnode was set to 19 created an input node (19) in emoncms however I didnt follow the warning and deleted the node as I couldnt get it to accept a new input. Having set inputnode to 20 the new node doesnt seem to appear.
Any help greatly appreciated.

I’ve just checked your Input page and I can see binary_sensor.my_home_circuit_0_cooling_allowed is listed under Node 20. You will need to log the Inputs to a Feed to start data logging.

For some reason the previous sensor wouldnt work but this binary one did. I will do some further digging to see how to change the previous sensor to a binary sensor and see if that works as it would be a better one to use. Thanks for checking.