Hello @blawre0000 is the data in the emonhub log updating all the time

Looks like a day and a half ago but your post was only 14h ago?

It looks like the issue is the MQTT settings, they are set in your emonhub.conf to:

[[MQTT]]
     Type = EmonHubMqttInterfacer
     [[[init_settings]]]
         mqtt_host = 192.168.1.119
         mqtt_port = 1883
         mqtt_user = mqtt
         mqtt_passwd = mqtt

but the emonPi is expecting:

[[MQTT]]
    Type = EmonHubMqttInterfacer
    [[[init_settings]]]
        mqtt_host = 127.0.0.1
        mqtt_port = 1883
        mqtt_user = emonpi
        mqtt_passwd = emonpimqtt2016

It looks like you have configured a MQTT server on another machine? You probably need to update the MQTT section in /var/www/emoncms/settings.ini to point to the MQTT broker that you wish to use?