All inputs stopped logging this morning?!

OK I set to debug, saved, restarted emonhub, rebooted. Please see attached the compressed syslog and the emonhub.conf extract
syslog.zip (52.3 KB)

#######################################################################
#######################      emonhub.conf     #########################
#######################################################################
### emonHub configuration file, for info see documentation:
### https://github.com/openenergymonitor/emonhub/blob/emon-pi/configuration.md
#######################################################################
#######################    emonHub  settings    #######################
#######################################################################

[hub]
### loglevel must be one of INFO, INFO, WARNING, ERROR, and CRITICAL
loglevel = DEBUG
### Uncomment this to also send to syslog
use_syslog = yes
#######################################################################
#######################       Interfacers       #######################
#######################################################################

[interfacers]
### This interfacer manages the RFM12Pi/RFM69Pi/emonPi module
###[[RFM2Pi]]
###    Type = EmonHubJeeInterfacer
###    [[[init_settings]]]
###        com_port = /dev/ttyAMA0
###        com_baud = 38400                        # 9600 for old RFM12Pi
###    [[[runtimesettings]]]
###        pubchannels = ToEmonCMS,
###        subchannels = ToRFM12,

###        group = 210
###        frequency = 433
###        baseid = 5                              # emonPi / emonBase nodeID
###        calibration = 230V                      # (UK/EU: 230V, US: 110V)
###        quiet = true                            # Disable quite mode (default enabled) to enable RF packet debugging, show packets which fail crc
###        # interval =  300                         # Interval to transmit time to emonGLCD (seconds)
        

[[MQTT]]

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

    [[[runtimesettings]]]
        pubchannels = ToRFM12,
        subchannels = ToEmonCMS,

        # emonhub/rx/10/values format
        # Use with emoncms Nodes module
        node_format_enable = 1
        node_format_basetopic = emonhub/

        # emon/emontx/power1 format - use with Emoncms MQTT input
        # http://github.com/emoncms/emoncms/blob/master/docs/RaspberryPi/MQTT.md
        nodevar_format_enable = 1
        nodevar_format_basetopic = emon/

[[emoncmsorg]]
    Type = EmonHubEmoncmsHTTPInterfacer
    [[[init_settings]]]
    [[[runtimesettings]]]
        pubchannels = ToRFM12,
        subchannels = ToEmonCMS,
        url = https://emoncms.org
        apikey = ac72875d3009501a****************
        senddata = 1                    # Enable sending data to Emoncms.org
        sendstatus = 1                  # Enable sending WAN IP to Emoncms.org MyIP > https://emoncms.org/myip/list
        sendinterval= 30                # Bulk send interval to Emoncms.org in seconds

#######################################################################
#######################          Nodes          #######################
###########################################

[Edit: APIkey obscured - (Moderator (RW) ]

Thanks @tommyt why did you comment out the RFM2Pi interfacer? That would explain it if you are expecting to see data from the emonPi?

Could be my fault, Sorry :frowning:

Well, weird thing, I just put it back in, and the feeds sprang into life! Doesn’t make any sense, as the overall config is unchanged from earlier today.

1 Like

@TrystanLea @borpin Thanks for your help. No idea why it happened in the first place or indeed what caused it to rectify in the end! I do wonder what those authentication error messages in the log were all about though