borpin
(Brian Orpin)
19
According to this log, you already have removed the individual MQTT topics so you should only be publishing the JSON version (i.e. enable is 1).
Need to see the Emoncms log, preferably a snippet aligned with the emonhub log.
You could run these as a tail of the each log file in 2 separate SSH windows.(one log tail in each).
[edit]
tail -f /var/log/emonhub/emonhub.log | grep -e "Publishing"
tail -f /var/log/emoncms/emoncms.log | grep -e "emoncms_mqtt.php"