2024-01-07 09:00:02,885 INFO MainThread EmonHub v2.6.2 2024-01-07 09:00:02,885 INFO MainThread Opening hub... 2024-01-07 09:00:02,885 INFO MainThread Running as user: pi 2024-01-07 09:00:02,886 INFO MainThread Logging level set to DEBUG 2024-01-07 09:00:02,886 INFO MainThread Creating EmonHubRFM69LPLInterfacer 'SPI' 2024-01-07 09:00:02,891 INFO MainThread Creating RFM69 LowPowerLabs interfacer 2024-01-07 09:00:02,892 INFO MainThread RFM69 node_id = 5 2024-01-07 09:00:02,892 INFO MainThread RFM69 network_id = 210 2024-01-07 09:00:02,892 INFO MainThread RFM69 interruptPin = 22 2024-01-07 09:00:02,892 INFO MainThread RFM69 resetPin = None 2024-01-07 09:00:02,892 INFO MainThread RFM69 selPin = 26 2024-01-07 09:00:02,892 INFO MainThread Starting radio setup 2024-01-07 09:00:02,993 ERROR MainThread Could not connect to RFM69 module 2024-01-07 09:00:02,993 DEBUG MainThread Setting SPI pubchannels: ['ToEmonCMS'] 2024-01-07 09:00:02,994 INFO MainThread Creating EmonHubMqttInterfacer 'MQTT' 2024-01-07 09:00:02,994 DEBUG MainThread Setting MQTT pubchannels: ['ToRFM12'] 2024-01-07 09:00:02,995 DEBUG MainThread Setting MQTT subchannels: ['ToEmonCMS'] 2024-01-07 09:00:02,995 INFO MainThread Setting MQTT node_format_enable: 0 2024-01-07 09:00:02,995 INFO MainThread Setting MQTT nodevar_format_enable: 1 2024-01-07 09:00:02,995 INFO MainThread Setting MQTT nodevar_format_basetopic: emon/ 2024-01-07 09:00:02,995 INFO MainThread Setting MQTT node_JSON_enable: 0 2024-01-07 09:00:02,996 INFO MainThread Creating EmonHubEmoncmsHTTPInterfacer 'emoncmsorg' 2024-01-07 09:00:02,997 DEBUG MainThread Setting emoncmsorg interval: 30 2024-01-07 09:00:02,997 DEBUG MainThread Setting emoncmsorg pubchannels: ['ToRFM12'] 2024-01-07 09:00:02,997 DEBUG MainThread Setting emoncmsorg subchannels: ['ToEmonCMS'] 2024-01-07 09:00:02,997 INFO MainThread Setting emoncmsorg apikey: set 2024-01-07 09:00:02,997 INFO MainThread Setting emoncmsorg url: https://emoncms.org 2024-01-07 09:00:02,997 INFO MainThread Setting emoncmsorg senddata: 1 2024-01-07 09:00:02,998 INFO MainThread Setting emoncmsorg sendstatus: 0 2024-01-07 09:00:02,998 INFO MainThread Setting emoncmsorg sendnames: 1 2024-01-07 09:00:02,998 INFO MainThread Setting emoncmsorg compress: 0 2024-01-07 09:00:02,998 INFO MainThread Creating EmonHubMinimalModbusInterfacer 'SDM120' 2024-01-07 09:00:03,002 INFO MainThread Connecting to Modbus device=/dev/serial/by-id/usb-FTDI_FT232R_USB_UART_B001ACX4-if00-port0 baud=9600 parity=none datatype=float 2024-01-07 09:00:03,010 INFO MainThread Setting SDM120 read_interval: 10 2024-01-07 09:00:03,010 INFO MainThread Setting SDM120 nodename: heatpump 2024-01-07 09:00:03,010 INFO MainThread Setting SDM120 prefix: 2024-01-07 09:00:03,011 INFO MainThread Setting SDM120 meters electric address 1 2024-01-07 09:00:03,011 INFO MainThread Setting SDM120 meters electric registers [12, 72] 2024-01-07 09:00:03,011 INFO MainThread Setting SDM120 meters electric names ["Power", "Energy"] 2024-01-07 09:00:03,011 INFO MainThread Setting SDM120 meters electric precision [1, 3] 2024-01-07 09:00:03,011 DEBUG MainThread Setting SDM120 pubchannels: ['ToEmonCMS'] 2024-01-07 09:00:03,012 INFO MainThread Creating EmonHubMBUSInterfacer 'MBUS' 2024-01-07 09:00:03,012 DEBUG MainThread Connecting to MBUS serial: /dev/ttyAMA0 2400 2024-01-07 09:00:03,013 INFO MainThread Setting MBUS read_interval: 10 2024-01-07 09:00:03,013 INFO MainThread Setting MBUS nodename: heatpump 2024-01-07 09:00:03,013 INFO MainThread Setting MBUS validate_checksum: False 2024-01-07 09:00:03,013 INFO MainThread Setting MBUS meters: {"heatmeter": {"address": "1", "type": "kamstrup403"}} 2024-01-07 09:00:03,014 DEBUG MainThread Setting MBUS pubchannels: ['ToEmonCMS'] 2024-01-07 09:00:03,014 DEBUG MainThread Automatic configuration of nodes enabled 2024-01-07 09:00:10,409 DEBUG SDM120 [455.3, 167.411] 2024-01-07 09:00:10,410 DEBUG SDM120 1 NEW FRAME : 2024-01-07 09:00:10,410 DEBUG SDM120 1 Timestamp : 1704618010.023864 2024-01-07 09:00:10,411 DEBUG SDM120 1 From Node : heatpump 2024-01-07 09:00:10,411 DEBUG SDM120 1 Values : [455.3, 167.411] 2024-01-07 09:00:10,412 DEBUG SDM120 1 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:00:10,412 DEBUG SDM120 1 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:00:10,510 INFO MQTT Connecting to MQTT Server 2024-01-07 09:00:10,613 DEBUG emoncmsorg Buffer size: 1 2024-01-07 09:00:10,615 INFO emoncmsorg sending: https://emoncms.org/input/bulk.json?sentat=1704618010 (76 bytes of data, 1 frames, uncompressed) 2024-01-07 09:00:10,615 INFO emoncmsorg compression ratio: 100%, sent original 2024-01-07 09:00:10,617 INFO MQTT connection status: Connection successful 2024-01-07 09:00:10,620 DEBUG MQTT CONACK => Return code: 0 2024-01-07 09:00:10,729 INFO MQTT on_subscribe 2024-01-07 09:00:10,777 DEBUG emoncmsorg acknowledged receipt with 'ok' from https://emoncms.org (160 ms) 2024-01-07 09:00:11,054 DEBUG MBUS Invalid MBUS data received 204 bytes 1028.4 ms 2024-01-07 09:00:11,055 DEBUG MBUS Decoded MBUS data: {"Energy": [750, "kWh"], "Volume": [389.43, "m3"], "Ontime Hours": [1077, "h"], "Ontime Hours_error": [1, "h"], "FlowT": [31.39, "C"], "ReturnT": [29.43, "C"], "DeltaT": [1.96, "C"], "Power": [1900, "W"], "FlowRate": [0.859, "m3/h"], "heat_calc": [1940.8627777777785, "W"]} 2024-01-07 09:00:11,055 DEBUG MBUS 2 NEW FRAME : 2024-01-07 09:00:11,056 DEBUG MBUS 2 Timestamp : 1704618010.025815 2024-01-07 09:00:11,056 DEBUG MBUS 2 From Node : heatpump 2024-01-07 09:00:11,056 DEBUG MBUS 2 Values : [750, 389.43, 1077, 1, 31.39, 29.43, 1.96, 1900, 0.859, 1940.8627777777785] 2024-01-07 09:00:11,056 DEBUG MBUS 2 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:00:11,056 DEBUG MBUS 2 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:00:11,131 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Energy 750 2024-01-07 09:00:11,131 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Volume 389.43 2024-01-07 09:00:11,132 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours 1077 2024-01-07 09:00:11,132 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours_error 1 2024-01-07 09:00:11,133 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowT 31.39 2024-01-07 09:00:11,133 DEBUG MQTT Publishing: emon/heatpump/heatmeter_ReturnT 29.43 2024-01-07 09:00:11,133 DEBUG MQTT Publishing: emon/heatpump/heatmeter_DeltaT 1.96 2024-01-07 09:00:11,134 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Power 1900 2024-01-07 09:00:11,134 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowRate 0.859 2024-01-07 09:00:11,134 DEBUG MQTT Publishing: emon/heatpump/heatmeter_heat_calc 1940.8627777777785 2024-01-07 09:00:20,423 DEBUG SDM120 [467.8, 167.413] 2024-01-07 09:00:20,424 DEBUG SDM120 3 NEW FRAME : 2024-01-07 09:00:20,424 DEBUG SDM120 3 Timestamp : 1704618020.036054 2024-01-07 09:00:20,425 DEBUG SDM120 3 From Node : heatpump 2024-01-07 09:00:20,425 DEBUG SDM120 3 Values : [467.8, 167.413] 2024-01-07 09:00:20,425 DEBUG SDM120 3 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:00:20,426 DEBUG SDM120 3 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:00:20,558 DEBUG MQTT Publishing: emon/heatpump/electric_Power 467.8 2024-01-07 09:00:20,559 DEBUG MQTT Publishing: emon/heatpump/electric_Energy 167.413 2024-01-07 09:00:21,112 DEBUG MBUS Invalid MBUS data received 204 bytes 1040.1 ms 2024-01-07 09:00:21,114 DEBUG MBUS Decoded MBUS data: {"Energy": [750, "kWh"], "Volume": [389.43, "m3"], "Ontime Hours": [1077, "h"], "Ontime Hours_error": [1, "h"], "FlowT": [31.39, "C"], "ReturnT": [29.43, "C"], "DeltaT": [1.96, "C"], "Power": [1900, "W"], "FlowRate": [0.859, "m3/h"], "heat_calc": [1940.8627777777785, "W"]} 2024-01-07 09:00:21,115 DEBUG MBUS 4 NEW FRAME : 2024-01-07 09:00:21,115 DEBUG MBUS 4 Timestamp : 1704618020.071705 2024-01-07 09:00:21,115 DEBUG MBUS 4 From Node : heatpump 2024-01-07 09:00:21,116 DEBUG MBUS 4 Values : [750, 389.43, 1077, 1, 31.39, 29.43, 1.96, 1900, 0.859, 1940.8627777777785] 2024-01-07 09:00:21,116 DEBUG MBUS 4 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:00:21,117 DEBUG MBUS 4 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:00:21,165 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Energy 750 2024-01-07 09:00:21,166 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Volume 389.43 2024-01-07 09:00:21,167 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours 1077 2024-01-07 09:00:21,167 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours_error 1 2024-01-07 09:00:21,168 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowT 31.39 2024-01-07 09:00:21,169 DEBUG MQTT Publishing: emon/heatpump/heatmeter_ReturnT 29.43 2024-01-07 09:00:21,170 DEBUG MQTT Publishing: emon/heatpump/heatmeter_DeltaT 1.96 2024-01-07 09:00:21,171 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Power 1900 2024-01-07 09:00:21,171 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowRate 0.859 2024-01-07 09:00:21,172 DEBUG MQTT Publishing: emon/heatpump/heatmeter_heat_calc 1940.8627777777785 2024-01-07 09:00:30,437 DEBUG SDM120 [482.6, 167.414] 2024-01-07 09:00:30,438 DEBUG SDM120 6 NEW FRAME : 2024-01-07 09:00:30,438 DEBUG SDM120 6 Timestamp : 1704618030.045780 2024-01-07 09:00:30,438 DEBUG SDM120 6 From Node : heatpump 2024-01-07 09:00:30,439 DEBUG SDM120 6 Values : [482.6, 167.414] 2024-01-07 09:00:30,439 DEBUG SDM120 6 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:00:30,440 DEBUG SDM120 6 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:00:30,510 DEBUG MQTT Publishing: emon/heatpump/electric_Power 482.6 2024-01-07 09:00:30,512 DEBUG MQTT Publishing: emon/heatpump/electric_Energy 167.414 2024-01-07 09:00:31,070 DEBUG MBUS Invalid MBUS data received 204 bytes 1034.8 ms 2024-01-07 09:00:31,073 DEBUG MBUS Decoded MBUS data: {"Energy": [750, "kWh"], "Volume": [389.43, "m3"], "Ontime Hours": [1077, "h"], "Ontime Hours_error": [1, "h"], "FlowT": [31.39, "C"], "ReturnT": [29.43, "C"], "DeltaT": [1.96, "C"], "Power": [1900, "W"], "FlowRate": [0.859, "m3/h"], "heat_calc": [1940.8627777777785, "W"]} 2024-01-07 09:00:31,073 DEBUG MBUS 5 NEW FRAME : 2024-01-07 09:00:31,074 DEBUG MBUS 5 Timestamp : 1704618030.035633 2024-01-07 09:00:31,074 DEBUG MBUS 5 From Node : heatpump 2024-01-07 09:00:31,074 DEBUG MBUS 5 Values : [750, 389.43, 1077, 1, 31.39, 29.43, 1.96, 1900, 0.859, 1940.8627777777785] 2024-01-07 09:00:31,075 DEBUG MBUS 5 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:00:31,075 DEBUG MBUS 5 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:00:31,317 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Energy 750 2024-01-07 09:00:31,318 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Volume 389.43 2024-01-07 09:00:31,319 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours 1077 2024-01-07 09:00:31,320 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours_error 1 2024-01-07 09:00:31,322 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowT 31.39 2024-01-07 09:00:31,323 DEBUG MQTT Publishing: emon/heatpump/heatmeter_ReturnT 29.43 2024-01-07 09:00:31,323 DEBUG MQTT Publishing: emon/heatpump/heatmeter_DeltaT 1.96 2024-01-07 09:00:31,324 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Power 1900 2024-01-07 09:00:31,326 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowRate 0.859 2024-01-07 09:00:31,327 DEBUG MQTT Publishing: emon/heatpump/heatmeter_heat_calc 1940.8627777777785 2024-01-07 09:00:40,451 DEBUG SDM120 [497.2, 167.415] 2024-01-07 09:00:40,452 DEBUG SDM120 8 NEW FRAME : 2024-01-07 09:00:40,452 DEBUG SDM120 8 Timestamp : 1704618040.059985 2024-01-07 09:00:40,452 DEBUG SDM120 8 From Node : heatpump 2024-01-07 09:00:40,453 DEBUG SDM120 8 Values : [497.2, 167.415] 2024-01-07 09:00:40,453 DEBUG SDM120 8 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:00:40,453 DEBUG SDM120 8 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:00:40,559 DEBUG MQTT Publishing: emon/heatpump/electric_Power 497.2 2024-01-07 09:00:40,561 DEBUG MQTT Publishing: emon/heatpump/electric_Energy 167.415 2024-01-07 09:00:40,847 DEBUG emoncmsorg Buffer size: 6 2024-01-07 09:00:40,849 INFO emoncmsorg sending: https://emoncms.org/input/bulk.json?sentat=1704618040&cb=1 (238 bytes of data, 6 frames, compressed) 2024-01-07 09:00:40,849 INFO emoncmsorg compression ratio: 20% 2024-01-07 09:00:41,003 DEBUG emoncmsorg acknowledged receipt with 'ok' from https://emoncms.org (153 ms) 2024-01-07 09:00:41,033 DEBUG MBUS Invalid MBUS data received 204 bytes 1033.1 ms 2024-01-07 09:00:41,034 DEBUG MBUS Decoded MBUS data: {"Energy": [750, "kWh"], "Volume": [389.44, "m3"], "Ontime Hours": [1077, "h"], "Ontime Hours_error": [1, "h"], "FlowT": [31.41, "C"], "ReturnT": [29.310000000000002, "C"], "DeltaT": [2.1, "C"], "Power": [2000, "W"], "FlowRate": [0.858, "m3/h"], "heat_calc": [2077.074999999998, "W"]} 2024-01-07 09:00:41,034 DEBUG MBUS 7 NEW FRAME : 2024-01-07 09:00:41,034 DEBUG MBUS 7 Timestamp : 1704618040.000085 2024-01-07 09:00:41,035 DEBUG MBUS 7 From Node : heatpump 2024-01-07 09:00:41,035 DEBUG MBUS 7 Values : [750, 389.44, 1077, 1, 31.41, 29.310000000000002, 2.1, 2000, 0.858, 2077.074999999998] 2024-01-07 09:00:41,035 DEBUG MBUS 7 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:00:41,035 DEBUG MBUS 7 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:00:41,165 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Energy 750 2024-01-07 09:00:41,166 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Volume 389.44 2024-01-07 09:00:41,166 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours 1077 2024-01-07 09:00:41,166 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours_error 1 2024-01-07 09:00:41,167 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowT 31.41 2024-01-07 09:00:41,167 DEBUG MQTT Publishing: emon/heatpump/heatmeter_ReturnT 29.310000000000002 2024-01-07 09:00:41,167 DEBUG MQTT Publishing: emon/heatpump/heatmeter_DeltaT 2.1 2024-01-07 09:00:41,168 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Power 2000 2024-01-07 09:00:41,168 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowRate 0.858 2024-01-07 09:00:41,168 DEBUG MQTT Publishing: emon/heatpump/heatmeter_heat_calc 2077.074999999998 2024-01-07 09:00:50,465 DEBUG SDM120 [511.4, 167.417] 2024-01-07 09:00:50,466 DEBUG SDM120 10 NEW FRAME : 2024-01-07 09:00:50,466 DEBUG SDM120 10 Timestamp : 1704618050.073015 2024-01-07 09:00:50,467 DEBUG SDM120 10 From Node : heatpump 2024-01-07 09:00:50,467 DEBUG SDM120 10 Values : [511.4, 167.417] 2024-01-07 09:00:50,467 DEBUG SDM120 10 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:00:50,468 DEBUG SDM120 10 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:00:50,695 DEBUG MQTT Publishing: emon/heatpump/electric_Power 511.4 2024-01-07 09:00:50,696 DEBUG MQTT Publishing: emon/heatpump/electric_Energy 167.417 2024-01-07 09:00:51,086 DEBUG MBUS Invalid MBUS data received 204 bytes 1034.5 ms 2024-01-07 09:00:51,089 DEBUG MBUS Decoded MBUS data: {"Energy": [750, "kWh"], "Volume": [389.44, "m3"], "Ontime Hours": [1077, "h"], "Ontime Hours_error": [1, "h"], "FlowT": [31.41, "C"], "ReturnT": [29.310000000000002, "C"], "DeltaT": [2.1, "C"], "Power": [2000, "W"], "FlowRate": [0.858, "m3/h"], "heat_calc": [2077.074999999998, "W"]} 2024-01-07 09:00:51,089 DEBUG MBUS 9 NEW FRAME : 2024-01-07 09:00:51,090 DEBUG MBUS 9 Timestamp : 1704618050.051250 2024-01-07 09:00:51,090 DEBUG MBUS 9 From Node : heatpump 2024-01-07 09:00:51,090 DEBUG MBUS 9 Values : [750, 389.44, 1077, 1, 31.41, 29.310000000000002, 2.1, 2000, 0.858, 2077.074999999998] 2024-01-07 09:00:51,091 DEBUG MBUS 9 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:00:51,091 DEBUG MBUS 9 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:00:51,301 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Energy 750 2024-01-07 09:00:51,302 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Volume 389.44 2024-01-07 09:00:51,303 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours 1077 2024-01-07 09:00:51,304 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours_error 1 2024-01-07 09:00:51,305 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowT 31.41 2024-01-07 09:00:51,306 DEBUG MQTT Publishing: emon/heatpump/heatmeter_ReturnT 29.310000000000002 2024-01-07 09:00:51,307 DEBUG MQTT Publishing: emon/heatpump/heatmeter_DeltaT 2.1 2024-01-07 09:00:51,308 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Power 2000 2024-01-07 09:00:51,309 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowRate 0.858 2024-01-07 09:00:51,310 DEBUG MQTT Publishing: emon/heatpump/heatmeter_heat_calc 2077.074999999998 2024-01-07 09:01:00,479 DEBUG SDM120 [526.6, 167.418] 2024-01-07 09:01:00,480 DEBUG SDM120 12 NEW FRAME : 2024-01-07 09:01:00,480 DEBUG SDM120 12 Timestamp : 1704618060.093690 2024-01-07 09:01:00,481 DEBUG SDM120 12 From Node : heatpump 2024-01-07 09:01:00,481 DEBUG SDM120 12 Values : [526.6, 167.418] 2024-01-07 09:01:00,482 DEBUG SDM120 12 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:01:00,482 DEBUG SDM120 12 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:01:00,542 DEBUG MQTT Publishing: emon/heatpump/electric_Power 526.6 2024-01-07 09:01:00,543 DEBUG MQTT Publishing: emon/heatpump/electric_Energy 167.418 2024-01-07 09:01:01,045 DEBUG MBUS Invalid MBUS data received 204 bytes 1035.5 ms 2024-01-07 09:01:01,048 DEBUG MBUS Decoded MBUS data: {"Energy": [750, "kWh"], "Volume": [389.44, "m3"], "Ontime Hours": [1077, "h"], "Ontime Hours_error": [1, "h"], "FlowT": [31.41, "C"], "ReturnT": [29.310000000000002, "C"], "DeltaT": [2.1, "C"], "Power": [2000, "W"], "FlowRate": [0.858, "m3/h"], "heat_calc": [2077.074999999998, "W"]} 2024-01-07 09:01:01,048 DEBUG MBUS 11 NEW FRAME : 2024-01-07 09:01:01,049 DEBUG MBUS 11 Timestamp : 1704618060.009679 2024-01-07 09:01:01,049 DEBUG MBUS 11 From Node : heatpump 2024-01-07 09:01:01,050 DEBUG MBUS 11 Values : [750, 389.44, 1077, 1, 31.41, 29.310000000000002, 2.1, 2000, 0.858, 2077.074999999998] 2024-01-07 09:01:01,050 DEBUG MBUS 11 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:01:01,050 DEBUG MBUS 11 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:01:01,149 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Energy 750 2024-01-07 09:01:01,150 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Volume 389.44 2024-01-07 09:01:01,150 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours 1077 2024-01-07 09:01:01,151 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours_error 1 2024-01-07 09:01:01,152 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowT 31.41 2024-01-07 09:01:01,153 DEBUG MQTT Publishing: emon/heatpump/heatmeter_ReturnT 29.310000000000002 2024-01-07 09:01:01,154 DEBUG MQTT Publishing: emon/heatpump/heatmeter_DeltaT 2.1 2024-01-07 09:01:01,154 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Power 2000 2024-01-07 09:01:01,155 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowRate 0.858 2024-01-07 09:01:01,156 DEBUG MQTT Publishing: emon/heatpump/heatmeter_heat_calc 2077.074999999998 2024-01-07 09:01:10,381 DEBUG SDM120 [539.4, 167.42] 2024-01-07 09:01:10,382 DEBUG SDM120 13 NEW FRAME : 2024-01-07 09:01:10,382 DEBUG SDM120 13 Timestamp : 1704618070.000432 2024-01-07 09:01:10,383 DEBUG SDM120 13 From Node : heatpump 2024-01-07 09:01:10,383 DEBUG SDM120 13 Values : [539.4, 167.42] 2024-01-07 09:01:10,383 DEBUG SDM120 13 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:01:10,384 DEBUG SDM120 13 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:01:10,588 DEBUG MQTT Publishing: emon/heatpump/electric_Power 539.4 2024-01-07 09:01:10,590 DEBUG MQTT Publishing: emon/heatpump/electric_Energy 167.42 2024-01-07 09:01:11,066 DEBUG emoncmsorg Buffer size: 6 2024-01-07 09:01:11,068 INFO emoncmsorg sending: https://emoncms.org/input/bulk.json?sentat=1704618071&cb=1 (246 bytes of data, 6 frames, compressed) 2024-01-07 09:01:11,069 INFO emoncmsorg compression ratio: 21% 2024-01-07 09:01:11,110 DEBUG MBUS Invalid MBUS data received 204 bytes 1038.2 ms 2024-01-07 09:01:11,112 DEBUG MBUS Decoded MBUS data: {"Energy": [750, "kWh"], "Volume": [389.45, "m3"], "Ontime Hours": [1077, "h"], "Ontime Hours_error": [1, "h"], "FlowT": [31.54, "C"], "ReturnT": [29.3, "C"], "DeltaT": [2.24, "C"], "Power": [2100, "W"], "FlowRate": [0.857, "m3/h"], "heat_calc": [2212.9644444444425, "W"]} 2024-01-07 09:01:11,113 DEBUG MBUS 14 NEW FRAME : 2024-01-07 09:01:11,113 DEBUG MBUS 14 Timestamp : 1704618070.071500 2024-01-07 09:01:11,113 DEBUG MBUS 14 From Node : heatpump 2024-01-07 09:01:11,114 DEBUG MBUS 14 Values : [750, 389.45, 1077, 1, 31.54, 29.3, 2.24, 2100, 0.857, 2212.9644444444425] 2024-01-07 09:01:11,114 DEBUG MBUS 14 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:01:11,114 DEBUG MBUS 14 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:01:11,195 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Energy 750 2024-01-07 09:01:11,196 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Volume 389.45 2024-01-07 09:01:11,196 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours 1077 2024-01-07 09:01:11,196 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours_error 1 2024-01-07 09:01:11,197 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowT 31.54 2024-01-07 09:01:11,197 DEBUG MQTT Publishing: emon/heatpump/heatmeter_ReturnT 29.3 2024-01-07 09:01:11,197 DEBUG MQTT Publishing: emon/heatpump/heatmeter_DeltaT 2.24 2024-01-07 09:01:11,198 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Power 2100 2024-01-07 09:01:11,198 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowRate 0.857 2024-01-07 09:01:11,198 DEBUG MQTT Publishing: emon/heatpump/heatmeter_heat_calc 2212.9644444444425 2024-01-07 09:01:11,229 DEBUG emoncmsorg acknowledged receipt with 'ok' from https://emoncms.org (160 ms) 2024-01-07 09:01:20,395 DEBUG SDM120 [552.6, 167.421] 2024-01-07 09:01:20,396 DEBUG SDM120 15 NEW FRAME : 2024-01-07 09:01:20,396 DEBUG SDM120 15 Timestamp : 1704618080.007233 2024-01-07 09:01:20,397 DEBUG SDM120 15 From Node : heatpump 2024-01-07 09:01:20,397 DEBUG SDM120 15 Values : [552.6, 167.421] 2024-01-07 09:01:20,397 DEBUG SDM120 15 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:01:20,398 DEBUG SDM120 15 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:01:20,529 DEBUG MQTT Publishing: emon/heatpump/electric_Power 552.6 2024-01-07 09:01:20,531 DEBUG MQTT Publishing: emon/heatpump/electric_Energy 167.421 2024-01-07 09:01:21,073 DEBUG MBUS Invalid MBUS data received 204 bytes 1042.0 ms 2024-01-07 09:01:21,075 DEBUG MBUS Decoded MBUS data: {"Energy": [750, "kWh"], "Volume": [389.45, "m3"], "Ontime Hours": [1077, "h"], "Ontime Hours_error": [1, "h"], "FlowT": [31.54, "C"], "ReturnT": [29.3, "C"], "DeltaT": [2.24, "C"], "Power": [2100, "W"], "FlowRate": [0.857, "m3/h"], "heat_calc": [2212.9644444444425, "W"]} 2024-01-07 09:01:21,076 DEBUG MBUS 16 NEW FRAME : 2024-01-07 09:01:21,076 DEBUG MBUS 16 Timestamp : 1704618080.031085 2024-01-07 09:01:21,077 DEBUG MBUS 16 From Node : heatpump 2024-01-07 09:01:21,077 DEBUG MBUS 16 Values : [750, 389.45, 1077, 1, 31.54, 29.3, 2.24, 2100, 0.857, 2212.9644444444425] 2024-01-07 09:01:21,078 DEBUG MBUS 16 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:01:21,078 DEBUG MBUS 16 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:01:21,337 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Energy 750 2024-01-07 09:01:21,339 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Volume 389.45 2024-01-07 09:01:21,341 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours 1077 2024-01-07 09:01:21,342 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours_error 1 2024-01-07 09:01:21,343 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowT 31.54 2024-01-07 09:01:21,344 DEBUG MQTT Publishing: emon/heatpump/heatmeter_ReturnT 29.3 2024-01-07 09:01:21,346 DEBUG MQTT Publishing: emon/heatpump/heatmeter_DeltaT 2.24 2024-01-07 09:01:21,347 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Power 2100 2024-01-07 09:01:21,348 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowRate 0.857 2024-01-07 09:01:21,350 DEBUG MQTT Publishing: emon/heatpump/heatmeter_heat_calc 2212.9644444444425 2024-01-07 09:01:30,409 DEBUG SDM120 [563.7, 167.423] 2024-01-07 09:01:30,410 DEBUG SDM120 17 NEW FRAME : 2024-01-07 09:01:30,410 DEBUG SDM120 17 Timestamp : 1704618090.018486 2024-01-07 09:01:30,411 DEBUG SDM120 17 From Node : heatpump 2024-01-07 09:01:30,411 DEBUG SDM120 17 Values : [563.7, 167.423] 2024-01-07 09:01:30,411 DEBUG SDM120 17 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:01:30,412 DEBUG SDM120 17 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:01:30,582 DEBUG MQTT Publishing: emon/heatpump/electric_Power 563.7 2024-01-07 09:01:30,583 DEBUG MQTT Publishing: emon/heatpump/electric_Energy 167.423 2024-01-07 09:01:31,131 DEBUG MBUS Invalid MBUS data received 204 bytes 1034.7 ms 2024-01-07 09:01:31,134 DEBUG MBUS Decoded MBUS data: {"Energy": [750, "kWh"], "Volume": [389.45, "m3"], "Ontime Hours": [1077, "h"], "Ontime Hours_error": [1, "h"], "FlowT": [31.54, "C"], "ReturnT": [29.3, "C"], "DeltaT": [2.24, "C"], "Power": [2100, "W"], "FlowRate": [0.857, "m3/h"], "heat_calc": [2212.9644444444425, "W"]} 2024-01-07 09:01:31,134 DEBUG MBUS 18 NEW FRAME : 2024-01-07 09:01:31,135 DEBUG MBUS 18 Timestamp : 1704618090.096667 2024-01-07 09:01:31,135 DEBUG MBUS 18 From Node : heatpump 2024-01-07 09:01:31,135 DEBUG MBUS 18 Values : [750, 389.45, 1077, 1, 31.54, 29.3, 2.24, 2100, 0.857, 2212.9644444444425] 2024-01-07 09:01:31,136 DEBUG MBUS 18 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:01:31,136 DEBUG MBUS 18 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:01:31,187 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Energy 750 2024-01-07 09:01:31,189 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Volume 389.45 2024-01-07 09:01:31,190 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours 1077 2024-01-07 09:01:31,191 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours_error 1 2024-01-07 09:01:31,192 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowT 31.54 2024-01-07 09:01:31,193 DEBUG MQTT Publishing: emon/heatpump/heatmeter_ReturnT 29.3 2024-01-07 09:01:31,194 DEBUG MQTT Publishing: emon/heatpump/heatmeter_DeltaT 2.24 2024-01-07 09:01:31,195 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Power 2100 2024-01-07 09:01:31,196 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowRate 0.857 2024-01-07 09:01:31,197 DEBUG MQTT Publishing: emon/heatpump/heatmeter_heat_calc 2212.9644444444425 2024-01-07 09:01:40,423 DEBUG SDM120 [574.8, 167.424] 2024-01-07 09:01:40,423 DEBUG SDM120 19 NEW FRAME : 2024-01-07 09:01:40,423 DEBUG SDM120 19 Timestamp : 1704618100.037786 2024-01-07 09:01:40,424 DEBUG SDM120 19 From Node : heatpump 2024-01-07 09:01:40,424 DEBUG SDM120 19 Values : [574.8, 167.424] 2024-01-07 09:01:40,424 DEBUG SDM120 19 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:01:40,424 DEBUG SDM120 19 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:01:40,538 DEBUG MQTT Publishing: emon/heatpump/electric_Power 574.8 2024-01-07 09:01:40,539 DEBUG MQTT Publishing: emon/heatpump/electric_Energy 167.424 2024-01-07 09:01:41,072 DEBUG MBUS Invalid MBUS data received 204 bytes 1017.3 ms 2024-01-07 09:01:41,073 DEBUG MBUS Decoded MBUS data: {"Energy": [750, "kWh"], "Volume": [389.46000000000004, "m3"], "Ontime Hours": [1077, "h"], "Ontime Hours_error": [1, "h"], "FlowT": [31.720000000000002, "C"], "ReturnT": [29.36, "C"], "DeltaT": [2.36, "C"], "Power": [2200, "W"], "FlowRate": [0.855, "m3/h"], "heat_calc": [2326.075000000003, "W"]} 2024-01-07 09:01:41,073 DEBUG MBUS 20 NEW FRAME : 2024-01-07 09:01:41,073 DEBUG MBUS 20 Timestamp : 1704618100.054959 2024-01-07 09:01:41,074 DEBUG MBUS 20 From Node : heatpump 2024-01-07 09:01:41,074 DEBUG MBUS 20 Values : [750, 389.46000000000004, 1077, 1, 31.720000000000002, 29.36, 2.36, 2200, 0.855, 2326.075000000003] 2024-01-07 09:01:41,074 DEBUG MBUS 20 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:01:41,074 DEBUG MBUS 20 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:01:41,292 DEBUG emoncmsorg Buffer size: 6 2024-01-07 09:01:41,293 INFO emoncmsorg sending: https://emoncms.org/input/bulk.json?sentat=1704618101&cb=1 (243 bytes of data, 6 frames, compressed) 2024-01-07 09:01:41,293 INFO emoncmsorg compression ratio: 21% 2024-01-07 09:01:41,341 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Energy 750 2024-01-07 09:01:41,342 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Volume 389.46000000000004 2024-01-07 09:01:41,342 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours 1077 2024-01-07 09:01:41,343 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours_error 1 2024-01-07 09:01:41,343 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowT 31.720000000000002 2024-01-07 09:01:41,343 DEBUG MQTT Publishing: emon/heatpump/heatmeter_ReturnT 29.36 2024-01-07 09:01:41,344 DEBUG MQTT Publishing: emon/heatpump/heatmeter_DeltaT 2.36 2024-01-07 09:01:41,344 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Power 2200 2024-01-07 09:01:41,344 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowRate 0.855 2024-01-07 09:01:41,345 DEBUG MQTT Publishing: emon/heatpump/heatmeter_heat_calc 2326.075000000003 2024-01-07 09:01:41,399 DEBUG emoncmsorg acknowledged receipt with 'ok' from https://emoncms.org (106 ms) 2024-01-07 09:01:50,421 DEBUG SDM120 [583.3, 167.426] 2024-01-07 09:01:50,422 DEBUG SDM120 21 NEW FRAME : 2024-01-07 09:01:50,423 DEBUG SDM120 21 Timestamp : 1704618110.041262 2024-01-07 09:01:50,423 DEBUG SDM120 21 From Node : heatpump 2024-01-07 09:01:50,423 DEBUG SDM120 21 Values : [583.3, 167.426] 2024-01-07 09:01:50,424 DEBUG SDM120 21 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:01:50,424 DEBUG SDM120 21 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:01:50,569 DEBUG MQTT Publishing: emon/heatpump/electric_Power 583.3 2024-01-07 09:01:50,570 DEBUG MQTT Publishing: emon/heatpump/electric_Energy 167.426 2024-01-07 09:01:51,133 DEBUG MBUS Invalid MBUS data received 204 bytes 1041.9 ms 2024-01-07 09:01:51,135 DEBUG MBUS Decoded MBUS data: {"Energy": [750, "kWh"], "Volume": [389.46000000000004, "m3"], "Ontime Hours": [1077, "h"], "Ontime Hours_error": [1, "h"], "FlowT": [31.720000000000002, "C"], "ReturnT": [29.36, "C"], "DeltaT": [2.36, "C"], "Power": [2200, "W"], "FlowRate": [0.855, "m3/h"], "heat_calc": [2326.075000000003, "W"]} 2024-01-07 09:01:51,136 DEBUG MBUS 22 NEW FRAME : 2024-01-07 09:01:51,136 DEBUG MBUS 22 Timestamp : 1704618110.091250 2024-01-07 09:01:51,137 DEBUG MBUS 22 From Node : heatpump 2024-01-07 09:01:51,137 DEBUG MBUS 22 Values : [750, 389.46000000000004, 1077, 1, 31.720000000000002, 29.36, 2.36, 2200, 0.855, 2326.075000000003] 2024-01-07 09:01:51,138 DEBUG MBUS 22 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:01:51,138 DEBUG MBUS 22 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:01:51,375 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Energy 750 2024-01-07 09:01:51,377 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Volume 389.46000000000004 2024-01-07 09:01:51,378 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours 1077 2024-01-07 09:01:51,378 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours_error 1 2024-01-07 09:01:51,379 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowT 31.720000000000002 2024-01-07 09:01:51,380 DEBUG MQTT Publishing: emon/heatpump/heatmeter_ReturnT 29.36 2024-01-07 09:01:51,381 DEBUG MQTT Publishing: emon/heatpump/heatmeter_DeltaT 2.36 2024-01-07 09:01:51,382 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Power 2200 2024-01-07 09:01:51,383 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowRate 0.855 2024-01-07 09:01:51,384 DEBUG MQTT Publishing: emon/heatpump/heatmeter_heat_calc 2326.075000000003 2024-01-07 09:02:00,435 DEBUG SDM120 [595.5, 167.427] 2024-01-07 09:02:00,436 DEBUG SDM120 23 NEW FRAME : 2024-01-07 09:02:00,436 DEBUG SDM120 23 Timestamp : 1704618120.051994 2024-01-07 09:02:00,437 DEBUG SDM120 23 From Node : heatpump 2024-01-07 09:02:00,437 DEBUG SDM120 23 Values : [595.5, 167.427] 2024-01-07 09:02:00,437 DEBUG SDM120 23 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:02:00,438 DEBUG SDM120 23 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:02:00,616 DEBUG MQTT Publishing: emon/heatpump/electric_Power 595.5 2024-01-07 09:02:00,618 DEBUG MQTT Publishing: emon/heatpump/electric_Energy 167.427 2024-01-07 09:02:01,092 DEBUG MBUS Invalid MBUS data received 204 bytes 1035.1 ms 2024-01-07 09:02:01,095 DEBUG MBUS Decoded MBUS data: {"Energy": [750, "kWh"], "Volume": [389.46000000000004, "m3"], "Ontime Hours": [1077, "h"], "Ontime Hours_error": [1, "h"], "FlowT": [31.720000000000002, "C"], "ReturnT": [29.36, "C"], "DeltaT": [2.36, "C"], "Power": [2200, "W"], "FlowRate": [0.855, "m3/h"], "heat_calc": [2326.075000000003, "W"]} 2024-01-07 09:02:01,095 DEBUG MBUS 24 NEW FRAME : 2024-01-07 09:02:01,095 DEBUG MBUS 24 Timestamp : 1704618120.057228 2024-01-07 09:02:01,096 DEBUG MBUS 24 From Node : heatpump 2024-01-07 09:02:01,096 DEBUG MBUS 24 Values : [750, 389.46000000000004, 1077, 1, 31.720000000000002, 29.36, 2.36, 2200, 0.855, 2326.075000000003] 2024-01-07 09:02:01,097 DEBUG MBUS 24 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:02:01,097 DEBUG MBUS 24 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:02:01,222 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Energy 750 2024-01-07 09:02:01,223 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Volume 389.46000000000004 2024-01-07 09:02:01,224 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours 1077 2024-01-07 09:02:01,225 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours_error 1 2024-01-07 09:02:01,225 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowT 31.720000000000002 2024-01-07 09:02:01,226 DEBUG MQTT Publishing: emon/heatpump/heatmeter_ReturnT 29.36 2024-01-07 09:02:01,227 DEBUG MQTT Publishing: emon/heatpump/heatmeter_DeltaT 2.36 2024-01-07 09:02:01,228 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Power 2200 2024-01-07 09:02:01,228 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowRate 0.855 2024-01-07 09:02:01,229 DEBUG MQTT Publishing: emon/heatpump/heatmeter_heat_calc 2326.075000000003 2024-01-07 09:02:10,449 DEBUG SDM120 [601.2, 167.429] 2024-01-07 09:02:10,450 DEBUG SDM120 26 NEW FRAME : 2024-01-07 09:02:10,451 DEBUG SDM120 26 Timestamp : 1704618130.058380 2024-01-07 09:02:10,451 DEBUG SDM120 26 From Node : heatpump 2024-01-07 09:02:10,451 DEBUG SDM120 26 Values : [601.2, 167.429] 2024-01-07 09:02:10,452 DEBUG SDM120 26 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:02:10,452 DEBUG SDM120 26 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:02:10,562 DEBUG MQTT Publishing: emon/heatpump/electric_Power 601.2 2024-01-07 09:02:10,563 DEBUG MQTT Publishing: emon/heatpump/electric_Energy 167.429 2024-01-07 09:02:11,047 DEBUG MBUS Invalid MBUS data received 204 bytes 1034.6 ms 2024-01-07 09:02:11,050 DEBUG MBUS Decoded MBUS data: {"Energy": [750, "kWh"], "Volume": [389.46000000000004, "m3"], "Ontime Hours": [1077, "h"], "Ontime Hours_error": [1, "h"], "FlowT": [31.720000000000002, "C"], "ReturnT": [29.36, "C"], "DeltaT": [2.36, "C"], "Power": [2200, "W"], "FlowRate": [0.855, "m3/h"], "heat_calc": [2326.075000000003, "W"]} 2024-01-07 09:02:11,050 DEBUG MBUS 25 NEW FRAME : 2024-01-07 09:02:11,051 DEBUG MBUS 25 Timestamp : 1704618130.012983 2024-01-07 09:02:11,051 DEBUG MBUS 25 From Node : heatpump 2024-01-07 09:02:11,052 DEBUG MBUS 25 Values : [750, 389.46000000000004, 1077, 1, 31.720000000000002, 29.36, 2.36, 2200, 0.855, 2326.075000000003] 2024-01-07 09:02:11,052 DEBUG MBUS 25 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:02:11,052 DEBUG MBUS 25 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:02:11,168 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Energy 750 2024-01-07 09:02:11,169 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Volume 389.46000000000004 2024-01-07 09:02:11,170 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours 1077 2024-01-07 09:02:11,171 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours_error 1 2024-01-07 09:02:11,171 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowT 31.720000000000002 2024-01-07 09:02:11,172 DEBUG MQTT Publishing: emon/heatpump/heatmeter_ReturnT 29.36 2024-01-07 09:02:11,173 DEBUG MQTT Publishing: emon/heatpump/heatmeter_DeltaT 2.36 2024-01-07 09:02:11,174 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Power 2200 2024-01-07 09:02:11,175 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowRate 0.855 2024-01-07 09:02:11,175 DEBUG MQTT Publishing: emon/heatpump/heatmeter_heat_calc 2326.075000000003 2024-01-07 09:02:11,466 DEBUG emoncmsorg Buffer size: 7 2024-01-07 09:02:11,468 INFO emoncmsorg sending: https://emoncms.org/input/bulk.json?sentat=1704618131&cb=1 (255 bytes of data, 7 frames, compressed) 2024-01-07 09:02:11,468 INFO emoncmsorg compression ratio: 16% 2024-01-07 09:02:11,632 DEBUG emoncmsorg acknowledged receipt with 'ok' from https://emoncms.org (164 ms) 2024-01-07 09:02:20,447 DEBUG SDM120 [611.8, 167.431] 2024-01-07 09:02:20,448 DEBUG SDM120 28 NEW FRAME : 2024-01-07 09:02:20,449 DEBUG SDM120 28 Timestamp : 1704618140.069592 2024-01-07 09:02:20,449 DEBUG SDM120 28 From Node : heatpump 2024-01-07 09:02:20,449 DEBUG SDM120 28 Values : [611.8, 167.431] 2024-01-07 09:02:20,450 DEBUG SDM120 28 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:02:20,450 DEBUG SDM120 28 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:02:20,603 DEBUG MQTT Publishing: emon/heatpump/electric_Power 611.8 2024-01-07 09:02:20,604 DEBUG MQTT Publishing: emon/heatpump/electric_Energy 167.431 2024-01-07 09:02:21,103 DEBUG MBUS Invalid MBUS data received 204 bytes 1034.5 ms 2024-01-07 09:02:21,106 DEBUG MBUS Decoded MBUS data: {"Energy": [750, "kWh"], "Volume": [389.46000000000004, "m3"], "Ontime Hours": [1077, "h"], "Ontime Hours_error": [1, "h"], "FlowT": [31.86, "C"], "ReturnT": [29.310000000000002, "C"], "DeltaT": [2.5500000000000003, "C"], "Power": [2400, "W"], "FlowRate": [0.857, "m3/h"], "heat_calc": [2519.222916666664, "W"]} 2024-01-07 09:02:21,106 DEBUG MBUS 27 NEW FRAME : 2024-01-07 09:02:21,107 DEBUG MBUS 27 Timestamp : 1704618140.068635 2024-01-07 09:02:21,107 DEBUG MBUS 27 From Node : heatpump 2024-01-07 09:02:21,107 DEBUG MBUS 27 Values : [750, 389.46000000000004, 1077, 1, 31.86, 29.310000000000002, 2.5500000000000003, 2400, 0.857, 2519.222916666664] 2024-01-07 09:02:21,108 DEBUG MBUS 27 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:02:21,108 DEBUG MBUS 27 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:02:21,209 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Energy 750 2024-01-07 09:02:21,210 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Volume 389.46000000000004 2024-01-07 09:02:21,211 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours 1077 2024-01-07 09:02:21,212 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours_error 1 2024-01-07 09:02:21,213 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowT 31.86 2024-01-07 09:02:21,213 DEBUG MQTT Publishing: emon/heatpump/heatmeter_ReturnT 29.310000000000002 2024-01-07 09:02:21,214 DEBUG MQTT Publishing: emon/heatpump/heatmeter_DeltaT 2.5500000000000003 2024-01-07 09:02:21,215 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Power 2400 2024-01-07 09:02:21,216 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowRate 0.857 2024-01-07 09:02:21,216 DEBUG MQTT Publishing: emon/heatpump/heatmeter_heat_calc 2519.222916666664 2024-01-07 09:02:30,461 DEBUG SDM120 [620.2, 167.432] 2024-01-07 09:02:30,462 DEBUG SDM120 30 NEW FRAME : 2024-01-07 09:02:30,463 DEBUG SDM120 30 Timestamp : 1704618150.070459 2024-01-07 09:02:30,463 DEBUG SDM120 30 From Node : heatpump 2024-01-07 09:02:30,463 DEBUG SDM120 30 Values : [620.2, 167.432] 2024-01-07 09:02:30,464 DEBUG SDM120 30 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:02:30,464 DEBUG SDM120 30 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:02:30,653 DEBUG MQTT Publishing: emon/heatpump/electric_Power 620.2 2024-01-07 09:02:30,654 DEBUG MQTT Publishing: emon/heatpump/electric_Energy 167.432 2024-01-07 09:02:31,063 DEBUG MBUS Invalid MBUS data received 204 bytes 1034.9 ms 2024-01-07 09:02:31,065 DEBUG MBUS Decoded MBUS data: {"Energy": [750, "kWh"], "Volume": [389.46000000000004, "m3"], "Ontime Hours": [1077, "h"], "Ontime Hours_error": [1, "h"], "FlowT": [31.86, "C"], "ReturnT": [29.310000000000002, "C"], "DeltaT": [2.5500000000000003, "C"], "Power": [2400, "W"], "FlowRate": [0.857, "m3/h"], "heat_calc": [2519.222916666664, "W"]} 2024-01-07 09:02:31,066 DEBUG MBUS 29 NEW FRAME : 2024-01-07 09:02:31,066 DEBUG MBUS 29 Timestamp : 1704618150.027894 2024-01-07 09:02:31,067 DEBUG MBUS 29 From Node : heatpump 2024-01-07 09:02:31,067 DEBUG MBUS 29 Values : [750, 389.46000000000004, 1077, 1, 31.86, 29.310000000000002, 2.5500000000000003, 2400, 0.857, 2519.222916666664] 2024-01-07 09:02:31,068 DEBUG MBUS 29 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:02:31,068 DEBUG MBUS 29 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:02:31,265 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Energy 750 2024-01-07 09:02:31,266 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Volume 389.46000000000004 2024-01-07 09:02:31,268 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours 1077 2024-01-07 09:02:31,269 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours_error 1 2024-01-07 09:02:31,271 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowT 31.86 2024-01-07 09:02:31,272 DEBUG MQTT Publishing: emon/heatpump/heatmeter_ReturnT 29.310000000000002 2024-01-07 09:02:31,273 DEBUG MQTT Publishing: emon/heatpump/heatmeter_DeltaT 2.5500000000000003 2024-01-07 09:02:31,275 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Power 2400 2024-01-07 09:02:31,276 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowRate 0.857 2024-01-07 09:02:31,277 DEBUG MQTT Publishing: emon/heatpump/heatmeter_heat_calc 2519.222916666664 2024-01-07 09:02:40,475 DEBUG SDM120 [630.1, 167.434] 2024-01-07 09:02:40,476 DEBUG SDM120 32 NEW FRAME : 2024-01-07 09:02:40,477 DEBUG SDM120 32 Timestamp : 1704618160.091795 2024-01-07 09:02:40,477 DEBUG SDM120 32 From Node : heatpump 2024-01-07 09:02:40,477 DEBUG SDM120 32 Values : [630.1, 167.434] 2024-01-07 09:02:40,478 DEBUG SDM120 32 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:02:40,478 DEBUG SDM120 32 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:02:40,620 DEBUG MQTT Publishing: emon/heatpump/electric_Power 630.1 2024-01-07 09:02:40,622 DEBUG MQTT Publishing: emon/heatpump/electric_Energy 167.434 2024-01-07 09:02:41,127 DEBUG MBUS Invalid MBUS data received 204 bytes 1035.4 ms 2024-01-07 09:02:41,130 DEBUG MBUS Decoded MBUS data: {"Energy": [750, "kWh"], "Volume": [389.46000000000004, "m3"], "Ontime Hours": [1077, "h"], "Ontime Hours_error": [1, "h"], "FlowT": [31.86, "C"], "ReturnT": [29.310000000000002, "C"], "DeltaT": [2.5500000000000003, "C"], "Power": [2400, "W"], "FlowRate": [0.857, "m3/h"], "heat_calc": [2519.222916666664, "W"]} 2024-01-07 09:02:41,130 DEBUG MBUS 31 NEW FRAME : 2024-01-07 09:02:41,131 DEBUG MBUS 31 Timestamp : 1704618160.091459 2024-01-07 09:02:41,131 DEBUG MBUS 31 From Node : heatpump 2024-01-07 09:02:41,131 DEBUG MBUS 31 Values : [750, 389.46000000000004, 1077, 1, 31.86, 29.310000000000002, 2.5500000000000003, 2400, 0.857, 2519.222916666664] 2024-01-07 09:02:41,132 DEBUG MBUS 31 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:02:41,132 DEBUG MBUS 31 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:02:41,226 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Energy 750 2024-01-07 09:02:41,227 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Volume 389.46000000000004 2024-01-07 09:02:41,228 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours 1077 2024-01-07 09:02:41,229 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours_error 1 2024-01-07 09:02:41,229 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowT 31.86 2024-01-07 09:02:41,230 DEBUG MQTT Publishing: emon/heatpump/heatmeter_ReturnT 29.310000000000002 2024-01-07 09:02:41,231 DEBUG MQTT Publishing: emon/heatpump/heatmeter_DeltaT 2.5500000000000003 2024-01-07 09:02:41,231 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Power 2400 2024-01-07 09:02:41,232 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowRate 0.857 2024-01-07 09:02:41,232 DEBUG MQTT Publishing: emon/heatpump/heatmeter_heat_calc 2519.222916666664 2024-01-07 09:02:41,697 DEBUG emoncmsorg Buffer size: 6 2024-01-07 09:02:41,699 INFO emoncmsorg sending: https://emoncms.org/input/bulk.json?sentat=1704618161&cb=1 (251 bytes of data, 6 frames, compressed) 2024-01-07 09:02:41,699 INFO emoncmsorg compression ratio: 20% 2024-01-07 09:02:41,861 DEBUG emoncmsorg acknowledged receipt with 'ok' from https://emoncms.org (161 ms) 2024-01-07 09:02:50,394 DEBUG SDM120 [641.2, 167.436] 2024-01-07 09:02:50,394 DEBUG SDM120 33 NEW FRAME : 2024-01-07 09:02:50,395 DEBUG SDM120 33 Timestamp : 1704618170.008644 2024-01-07 09:02:50,395 DEBUG SDM120 33 From Node : heatpump 2024-01-07 09:02:50,395 DEBUG SDM120 33 Values : [641.2, 167.436] 2024-01-07 09:02:50,396 DEBUG SDM120 33 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:02:50,396 DEBUG SDM120 33 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:02:50,460 DEBUG MQTT Publishing: emon/heatpump/electric_Power 641.2 2024-01-07 09:02:50,462 DEBUG MQTT Publishing: emon/heatpump/electric_Energy 167.436 2024-01-07 09:02:51,086 DEBUG MBUS Invalid MBUS data received 204 bytes 1036.0 ms 2024-01-07 09:02:51,089 DEBUG MBUS Decoded MBUS data: {"Energy": [750, "kWh"], "Volume": [389.47, "m3"], "Ontime Hours": [1077, "h"], "Ontime Hours_error": [1, "h"], "FlowT": [32.11, "C"], "ReturnT": [29.42, "C"], "DeltaT": [2.69, "C"], "Power": [2500, "W"], "FlowRate": [0.856, "m3/h"], "heat_calc": [2654.43222222222, "W"]} 2024-01-07 09:02:51,089 DEBUG MBUS 34 NEW FRAME : 2024-01-07 09:02:51,090 DEBUG MBUS 34 Timestamp : 1704618170.050193 2024-01-07 09:02:51,090 DEBUG MBUS 34 From Node : heatpump 2024-01-07 09:02:51,090 DEBUG MBUS 34 Values : [750, 389.47, 1077, 1, 32.11, 29.42, 2.69, 2500, 0.856, 2654.43222222222] 2024-01-07 09:02:51,091 DEBUG MBUS 34 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:02:51,091 DEBUG MBUS 34 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:02:51,267 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Energy 750 2024-01-07 09:02:51,269 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Volume 389.47 2024-01-07 09:02:51,270 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours 1077 2024-01-07 09:02:51,270 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours_error 1 2024-01-07 09:02:51,271 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowT 32.11 2024-01-07 09:02:51,273 DEBUG MQTT Publishing: emon/heatpump/heatmeter_ReturnT 29.42 2024-01-07 09:02:51,273 DEBUG MQTT Publishing: emon/heatpump/heatmeter_DeltaT 2.69 2024-01-07 09:02:51,274 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Power 2500 2024-01-07 09:02:51,275 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowRate 0.856 2024-01-07 09:02:51,276 DEBUG MQTT Publishing: emon/heatpump/heatmeter_heat_calc 2654.43222222222 2024-01-07 09:03:00,408 DEBUG SDM120 [649.8, 167.438] 2024-01-07 09:03:00,408 DEBUG SDM120 36 NEW FRAME : 2024-01-07 09:03:00,409 DEBUG SDM120 36 Timestamp : 1704618180.025635 2024-01-07 09:03:00,409 DEBUG SDM120 36 From Node : heatpump 2024-01-07 09:03:00,410 DEBUG SDM120 36 Values : [649.8, 167.438] 2024-01-07 09:03:00,410 DEBUG SDM120 36 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:03:00,411 DEBUG SDM120 36 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:03:00,615 DEBUG MQTT Publishing: emon/heatpump/electric_Power 649.8 2024-01-07 09:03:00,617 DEBUG MQTT Publishing: emon/heatpump/electric_Energy 167.438 2024-01-07 09:03:01,046 DEBUG MBUS Invalid MBUS data received 204 bytes 1033.7 ms 2024-01-07 09:03:01,048 DEBUG MBUS Decoded MBUS data: {"Energy": [750, "kWh"], "Volume": [389.47, "m3"], "Ontime Hours": [1077, "h"], "Ontime Hours_error": [1, "h"], "FlowT": [32.11, "C"], "ReturnT": [29.42, "C"], "DeltaT": [2.69, "C"], "Power": [2500, "W"], "FlowRate": [0.856, "m3/h"], "heat_calc": [2654.43222222222, "W"]} 2024-01-07 09:03:01,048 DEBUG MBUS 35 NEW FRAME : 2024-01-07 09:03:01,049 DEBUG MBUS 35 Timestamp : 1704618180.011882 2024-01-07 09:03:01,049 DEBUG MBUS 35 From Node : heatpump 2024-01-07 09:03:01,050 DEBUG MBUS 35 Values : [750, 389.47, 1077, 1, 32.11, 29.42, 2.69, 2500, 0.856, 2654.43222222222] 2024-01-07 09:03:01,050 DEBUG MBUS 35 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:03:01,050 DEBUG MBUS 35 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:03:01,222 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Energy 750 2024-01-07 09:03:01,224 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Volume 389.47 2024-01-07 09:03:01,225 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours 1077 2024-01-07 09:03:01,226 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours_error 1 2024-01-07 09:03:01,227 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowT 32.11 2024-01-07 09:03:01,228 DEBUG MQTT Publishing: emon/heatpump/heatmeter_ReturnT 29.42 2024-01-07 09:03:01,229 DEBUG MQTT Publishing: emon/heatpump/heatmeter_DeltaT 2.69 2024-01-07 09:03:01,230 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Power 2500 2024-01-07 09:03:01,232 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowRate 0.856 2024-01-07 09:03:01,233 DEBUG MQTT Publishing: emon/heatpump/heatmeter_heat_calc 2654.43222222222 2024-01-07 09:03:10,406 DEBUG SDM120 [660.0, 167.44] 2024-01-07 09:03:10,406 DEBUG SDM120 37 NEW FRAME : 2024-01-07 09:03:10,407 DEBUG SDM120 37 Timestamp : 1704618190.028465 2024-01-07 09:03:10,407 DEBUG SDM120 37 From Node : heatpump 2024-01-07 09:03:10,407 DEBUG SDM120 37 Values : [660, 167.44] 2024-01-07 09:03:10,408 DEBUG SDM120 37 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:03:10,408 DEBUG SDM120 37 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:03:10,665 DEBUG MQTT Publishing: emon/heatpump/electric_Power 660 2024-01-07 09:03:10,667 DEBUG MQTT Publishing: emon/heatpump/electric_Energy 167.44 2024-01-07 09:03:11,104 DEBUG MBUS Invalid MBUS data received 204 bytes 1033.8 ms 2024-01-07 09:03:11,106 DEBUG MBUS Decoded MBUS data: {"Energy": [750, "kWh"], "Volume": [389.47, "m3"], "Ontime Hours": [1077, "h"], "Ontime Hours_error": [1, "h"], "FlowT": [32.11, "C"], "ReturnT": [29.42, "C"], "DeltaT": [2.69, "C"], "Power": [2500, "W"], "FlowRate": [0.856, "m3/h"], "heat_calc": [2654.43222222222, "W"]} 2024-01-07 09:03:11,106 DEBUG MBUS 38 NEW FRAME : 2024-01-07 09:03:11,107 DEBUG MBUS 38 Timestamp : 1704618190.069887 2024-01-07 09:03:11,107 DEBUG MBUS 38 From Node : heatpump 2024-01-07 09:03:11,108 DEBUG MBUS 38 Values : [750, 389.47, 1077, 1, 32.11, 29.42, 2.69, 2500, 0.856, 2654.43222222222] 2024-01-07 09:03:11,108 DEBUG MBUS 38 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:03:11,108 DEBUG MBUS 38 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:03:11,272 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Energy 750 2024-01-07 09:03:11,274 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Volume 389.47 2024-01-07 09:03:11,275 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours 1077 2024-01-07 09:03:11,277 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours_error 1 2024-01-07 09:03:11,278 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowT 32.11 2024-01-07 09:03:11,279 DEBUG MQTT Publishing: emon/heatpump/heatmeter_ReturnT 29.42 2024-01-07 09:03:11,280 DEBUG MQTT Publishing: emon/heatpump/heatmeter_DeltaT 2.69 2024-01-07 09:03:11,282 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Power 2500 2024-01-07 09:03:11,283 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowRate 0.856 2024-01-07 09:03:11,284 DEBUG MQTT Publishing: emon/heatpump/heatmeter_heat_calc 2654.43222222222 2024-01-07 09:03:11,926 DEBUG emoncmsorg Buffer size: 6 2024-01-07 09:03:11,927 INFO emoncmsorg sending: https://emoncms.org/input/bulk.json?sentat=1704618191&cb=1 (236 bytes of data, 6 frames, compressed) 2024-01-07 09:03:11,928 INFO emoncmsorg compression ratio: 20% 2024-01-07 09:03:12,099 DEBUG emoncmsorg acknowledged receipt with 'ok' from https://emoncms.org (170 ms) 2024-01-07 09:03:20,420 DEBUG SDM120 [670.2, 167.441] 2024-01-07 09:03:20,420 DEBUG SDM120 40 NEW FRAME : 2024-01-07 09:03:20,421 DEBUG SDM120 40 Timestamp : 1704618200.028950 2024-01-07 09:03:20,421 DEBUG SDM120 40 From Node : heatpump 2024-01-07 09:03:20,422 DEBUG SDM120 40 Values : [670.2, 167.441] 2024-01-07 09:03:20,422 DEBUG SDM120 40 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:03:20,422 DEBUG SDM120 40 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:03:20,512 DEBUG MQTT Publishing: emon/heatpump/electric_Power 670.2 2024-01-07 09:03:20,513 DEBUG MQTT Publishing: emon/heatpump/electric_Energy 167.441 2024-01-07 09:03:21,066 DEBUG MBUS Invalid MBUS data received 204 bytes 1041.8 ms 2024-01-07 09:03:21,069 DEBUG MBUS Decoded MBUS data: {"Energy": [750, "kWh"], "Volume": [389.48, "m3"], "Ontime Hours": [1077, "h"], "Ontime Hours_error": [1, "h"], "FlowT": [32.25, "C"], "ReturnT": [29.45, "C"], "DeltaT": [2.8000000000000003, "C"], "Power": [2700, "W"], "FlowRate": [0.855, "m3/h"], "heat_calc": [2759.750000000001, "W"]} 2024-01-07 09:03:21,069 DEBUG MBUS 39 NEW FRAME : 2024-01-07 09:03:21,070 DEBUG MBUS 39 Timestamp : 1704618200.024070 2024-01-07 09:03:21,070 DEBUG MBUS 39 From Node : heatpump 2024-01-07 09:03:21,070 DEBUG MBUS 39 Values : [750, 389.48, 1077, 1, 32.25, 29.45, 2.8000000000000003, 2700, 0.855, 2759.750000000001] 2024-01-07 09:03:21,071 DEBUG MBUS 39 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:03:21,071 DEBUG MBUS 39 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:03:21,118 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Energy 750 2024-01-07 09:03:21,119 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Volume 389.48 2024-01-07 09:03:21,120 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours 1077 2024-01-07 09:03:21,121 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours_error 1 2024-01-07 09:03:21,122 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowT 32.25 2024-01-07 09:03:21,123 DEBUG MQTT Publishing: emon/heatpump/heatmeter_ReturnT 29.45 2024-01-07 09:03:21,123 DEBUG MQTT Publishing: emon/heatpump/heatmeter_DeltaT 2.8000000000000003 2024-01-07 09:03:21,124 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Power 2700 2024-01-07 09:03:21,125 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowRate 0.855 2024-01-07 09:03:21,126 DEBUG MQTT Publishing: emon/heatpump/heatmeter_heat_calc 2759.750000000001 2024-01-07 09:03:30,434 DEBUG SDM120 [680.6, 167.443] 2024-01-07 09:03:30,434 DEBUG SDM120 41 NEW FRAME : 2024-01-07 09:03:30,435 DEBUG SDM120 41 Timestamp : 1704618210.047393 2024-01-07 09:03:30,435 DEBUG SDM120 41 From Node : heatpump 2024-01-07 09:03:30,435 DEBUG SDM120 41 Values : [680.6, 167.443] 2024-01-07 09:03:30,436 DEBUG SDM120 41 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:03:30,436 DEBUG SDM120 41 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:03:30,564 DEBUG MQTT Publishing: emon/heatpump/electric_Power 680.6 2024-01-07 09:03:30,566 DEBUG MQTT Publishing: emon/heatpump/electric_Energy 167.443 2024-01-07 09:03:31,126 DEBUG MBUS Invalid MBUS data received 204 bytes 1034.2 ms 2024-01-07 09:03:31,129 DEBUG MBUS Decoded MBUS data: {"Energy": [750, "kWh"], "Volume": [389.48, "m3"], "Ontime Hours": [1077, "h"], "Ontime Hours_error": [1, "h"], "FlowT": [32.25, "C"], "ReturnT": [29.45, "C"], "DeltaT": [2.8000000000000003, "C"], "Power": [2700, "W"], "FlowRate": [0.855, "m3/h"], "heat_calc": [2759.750000000001, "W"]} 2024-01-07 09:03:31,129 DEBUG MBUS 42 NEW FRAME : 2024-01-07 09:03:31,130 DEBUG MBUS 42 Timestamp : 1704618210.091994 2024-01-07 09:03:31,130 DEBUG MBUS 42 From Node : heatpump 2024-01-07 09:03:31,130 DEBUG MBUS 42 Values : [750, 389.48, 1077, 1, 32.25, 29.45, 2.8000000000000003, 2700, 0.855, 2759.750000000001] 2024-01-07 09:03:31,131 DEBUG MBUS 42 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:03:31,131 DEBUG MBUS 42 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:03:31,172 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Energy 750 2024-01-07 09:03:31,173 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Volume 389.48 2024-01-07 09:03:31,174 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours 1077 2024-01-07 09:03:31,175 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours_error 1 2024-01-07 09:03:31,176 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowT 32.25 2024-01-07 09:03:31,177 DEBUG MQTT Publishing: emon/heatpump/heatmeter_ReturnT 29.45 2024-01-07 09:03:31,177 DEBUG MQTT Publishing: emon/heatpump/heatmeter_DeltaT 2.8000000000000003 2024-01-07 09:03:31,178 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Power 2700 2024-01-07 09:03:31,179 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowRate 0.855 2024-01-07 09:03:31,180 DEBUG MQTT Publishing: emon/heatpump/heatmeter_heat_calc 2759.750000000001 2024-01-07 09:03:40,448 DEBUG SDM120 [690.2, 167.445] 2024-01-07 09:03:40,448 DEBUG SDM120 44 NEW FRAME : 2024-01-07 09:03:40,449 DEBUG SDM120 44 Timestamp : 1704618220.061345 2024-01-07 09:03:40,449 DEBUG SDM120 44 From Node : heatpump 2024-01-07 09:03:40,449 DEBUG SDM120 44 Values : [690.2, 167.445] 2024-01-07 09:03:40,450 DEBUG SDM120 44 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:03:40,450 DEBUG SDM120 44 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:03:40,531 DEBUG MQTT Publishing: emon/heatpump/electric_Power 690.2 2024-01-07 09:03:40,533 DEBUG MQTT Publishing: emon/heatpump/electric_Energy 167.445 2024-01-07 09:03:41,084 DEBUG MBUS Invalid MBUS data received 204 bytes 1028.3 ms 2024-01-07 09:03:41,085 DEBUG MBUS Decoded MBUS data: {"Energy": [750, "kWh"], "Volume": [389.48, "m3"], "Ontime Hours": [1077, "h"], "Ontime Hours_error": [1, "h"], "FlowT": [32.25, "C"], "ReturnT": [29.45, "C"], "DeltaT": [2.8000000000000003, "C"], "Power": [2700, "W"], "FlowRate": [0.855, "m3/h"], "heat_calc": [2759.750000000001, "W"]} 2024-01-07 09:03:41,085 DEBUG MBUS 43 NEW FRAME : 2024-01-07 09:03:41,085 DEBUG MBUS 43 Timestamp : 1704618220.055769 2024-01-07 09:03:41,085 DEBUG MBUS 43 From Node : heatpump 2024-01-07 09:03:41,086 DEBUG MBUS 43 Values : [750, 389.48, 1077, 1, 32.25, 29.45, 2.8000000000000003, 2700, 0.855, 2759.750000000001] 2024-01-07 09:03:41,086 DEBUG MBUS 43 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:03:41,086 DEBUG MBUS 43 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:03:41,339 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Energy 750 2024-01-07 09:03:41,340 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Volume 389.48 2024-01-07 09:03:41,340 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours 1077 2024-01-07 09:03:41,341 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours_error 1 2024-01-07 09:03:41,341 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowT 32.25 2024-01-07 09:03:41,341 DEBUG MQTT Publishing: emon/heatpump/heatmeter_ReturnT 29.45 2024-01-07 09:03:41,342 DEBUG MQTT Publishing: emon/heatpump/heatmeter_DeltaT 2.8000000000000003 2024-01-07 09:03:41,342 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Power 2700 2024-01-07 09:03:41,343 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowRate 0.855 2024-01-07 09:03:41,343 DEBUG MQTT Publishing: emon/heatpump/heatmeter_heat_calc 2759.750000000001 2024-01-07 09:03:42,176 DEBUG emoncmsorg Buffer size: 6 2024-01-07 09:03:42,176 INFO emoncmsorg sending: https://emoncms.org/input/bulk.json?sentat=1704618222&cb=1 (242 bytes of data, 6 frames, compressed) 2024-01-07 09:03:42,177 INFO emoncmsorg compression ratio: 20% 2024-01-07 09:03:42,307 DEBUG emoncmsorg acknowledged receipt with 'ok' from https://emoncms.org (130 ms) 2024-01-07 09:03:50,446 DEBUG SDM120 [704.5, 167.447] 2024-01-07 09:03:50,446 DEBUG SDM120 46 NEW FRAME : 2024-01-07 09:03:50,447 DEBUG SDM120 46 Timestamp : 1704618230.067723 2024-01-07 09:03:50,447 DEBUG SDM120 46 From Node : heatpump 2024-01-07 09:03:50,448 DEBUG SDM120 46 Values : [704.5, 167.447] 2024-01-07 09:03:50,448 DEBUG SDM120 46 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:03:50,449 DEBUG SDM120 46 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:03:50,570 DEBUG MQTT Publishing: emon/heatpump/electric_Power 704.5 2024-01-07 09:03:50,571 DEBUG MQTT Publishing: emon/heatpump/electric_Energy 167.447 2024-01-07 09:03:51,041 DEBUG MBUS Invalid MBUS data received 204 bytes 1034.2 ms 2024-01-07 09:03:51,044 DEBUG MBUS Decoded MBUS data: {"Energy": [750, "kWh"], "Volume": [389.49, "m3"], "Ontime Hours": [1077, "h"], "Ontime Hours_error": [1, "h"], "FlowT": [32.38, "C"], "ReturnT": [29.43, "C"], "DeltaT": [2.95, "C"], "Power": [2800, "W"], "FlowRate": [0.859, "m3/h"], "heat_calc": [2921.1965277777804, "W"]} 2024-01-07 09:03:51,044 DEBUG MBUS 45 NEW FRAME : 2024-01-07 09:03:51,044 DEBUG MBUS 45 Timestamp : 1704618230.006985 2024-01-07 09:03:51,045 DEBUG MBUS 45 From Node : heatpump 2024-01-07 09:03:51,045 DEBUG MBUS 45 Values : [750, 389.49, 1077, 1, 32.38, 29.43, 2.95, 2800, 0.859, 2921.1965277777804] 2024-01-07 09:03:51,046 DEBUG MBUS 45 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:03:51,046 DEBUG MBUS 45 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:03:51,176 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Energy 750 2024-01-07 09:03:51,177 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Volume 389.49 2024-01-07 09:03:51,178 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours 1077 2024-01-07 09:03:51,178 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours_error 1 2024-01-07 09:03:51,179 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowT 32.38 2024-01-07 09:03:51,180 DEBUG MQTT Publishing: emon/heatpump/heatmeter_ReturnT 29.43 2024-01-07 09:03:51,181 DEBUG MQTT Publishing: emon/heatpump/heatmeter_DeltaT 2.95 2024-01-07 09:03:51,182 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Power 2800 2024-01-07 09:03:51,182 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowRate 0.859 2024-01-07 09:03:51,183 DEBUG MQTT Publishing: emon/heatpump/heatmeter_heat_calc 2921.1965277777804 2024-01-07 09:04:00,460 DEBUG SDM120 [707.1, 167.449] 2024-01-07 09:04:00,460 DEBUG SDM120 48 NEW FRAME : 2024-01-07 09:04:00,461 DEBUG SDM120 48 Timestamp : 1704618240.072564 2024-01-07 09:04:00,461 DEBUG SDM120 48 From Node : heatpump 2024-01-07 09:04:00,462 DEBUG SDM120 48 Values : [707.1, 167.449] 2024-01-07 09:04:00,462 DEBUG SDM120 48 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:04:00,463 DEBUG SDM120 48 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:04:00,624 DEBUG MQTT Publishing: emon/heatpump/electric_Power 707.1 2024-01-07 09:04:00,626 DEBUG MQTT Publishing: emon/heatpump/electric_Energy 167.449 2024-01-07 09:04:01,100 DEBUG MBUS Invalid MBUS data received 204 bytes 1034.3 ms 2024-01-07 09:04:01,103 DEBUG MBUS Decoded MBUS data: {"Energy": [750, "kWh"], "Volume": [389.49, "m3"], "Ontime Hours": [1077, "h"], "Ontime Hours_error": [1, "h"], "FlowT": [32.38, "C"], "ReturnT": [29.43, "C"], "DeltaT": [2.95, "C"], "Power": [2800, "W"], "FlowRate": [0.859, "m3/h"], "heat_calc": [2921.1965277777804, "W"]} 2024-01-07 09:04:01,103 DEBUG MBUS 47 NEW FRAME : 2024-01-07 09:04:01,104 DEBUG MBUS 47 Timestamp : 1704618240.066258 2024-01-07 09:04:01,104 DEBUG MBUS 47 From Node : heatpump 2024-01-07 09:04:01,104 DEBUG MBUS 47 Values : [750, 389.49, 1077, 1, 32.38, 29.43, 2.95, 2800, 0.859, 2921.1965277777804] 2024-01-07 09:04:01,105 DEBUG MBUS 47 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:04:01,105 DEBUG MBUS 47 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:04:01,234 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Energy 750 2024-01-07 09:04:01,236 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Volume 389.49 2024-01-07 09:04:01,237 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours 1077 2024-01-07 09:04:01,238 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours_error 1 2024-01-07 09:04:01,239 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowT 32.38 2024-01-07 09:04:01,239 DEBUG MQTT Publishing: emon/heatpump/heatmeter_ReturnT 29.43 2024-01-07 09:04:01,240 DEBUG MQTT Publishing: emon/heatpump/heatmeter_DeltaT 2.95 2024-01-07 09:04:01,241 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Power 2800 2024-01-07 09:04:01,242 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowRate 0.859 2024-01-07 09:04:01,243 DEBUG MQTT Publishing: emon/heatpump/heatmeter_heat_calc 2921.1965277777804 2024-01-07 09:04:10,474 DEBUG SDM120 [717.9, 167.451] 2024-01-07 09:04:10,475 DEBUG SDM120 50 NEW FRAME : 2024-01-07 09:04:10,475 DEBUG SDM120 50 Timestamp : 1704618250.086607 2024-01-07 09:04:10,476 DEBUG SDM120 50 From Node : heatpump 2024-01-07 09:04:10,476 DEBUG SDM120 50 Values : [717.9, 167.451] 2024-01-07 09:04:10,477 DEBUG SDM120 50 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:04:10,477 DEBUG SDM120 50 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:04:10,575 DEBUG MQTT Publishing: emon/heatpump/electric_Power 717.9 2024-01-07 09:04:10,576 DEBUG MQTT Publishing: emon/heatpump/electric_Energy 167.451 2024-01-07 09:04:11,056 DEBUG MBUS Invalid MBUS data received 204 bytes 1034.8 ms 2024-01-07 09:04:11,059 DEBUG MBUS Decoded MBUS data: {"Energy": [750, "kWh"], "Volume": [389.49, "m3"], "Ontime Hours": [1077, "h"], "Ontime Hours_error": [1, "h"], "FlowT": [32.38, "C"], "ReturnT": [29.43, "C"], "DeltaT": [2.95, "C"], "Power": [2800, "W"], "FlowRate": [0.859, "m3/h"], "heat_calc": [2921.1965277777804, "W"]} 2024-01-07 09:04:11,059 DEBUG MBUS 49 NEW FRAME : 2024-01-07 09:04:11,059 DEBUG MBUS 49 Timestamp : 1704618250.021463 2024-01-07 09:04:11,060 DEBUG MBUS 49 From Node : heatpump 2024-01-07 09:04:11,060 DEBUG MBUS 49 Values : [750, 389.49, 1077, 1, 32.38, 29.43, 2.95, 2800, 0.859, 2921.1965277777804] 2024-01-07 09:04:11,061 DEBUG MBUS 49 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:04:11,061 DEBUG MBUS 49 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:04:11,181 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Energy 750 2024-01-07 09:04:11,182 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Volume 389.49 2024-01-07 09:04:11,183 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours 1077 2024-01-07 09:04:11,184 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours_error 1 2024-01-07 09:04:11,184 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowT 32.38 2024-01-07 09:04:11,185 DEBUG MQTT Publishing: emon/heatpump/heatmeter_ReturnT 29.43 2024-01-07 09:04:11,186 DEBUG MQTT Publishing: emon/heatpump/heatmeter_DeltaT 2.95 2024-01-07 09:04:11,186 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Power 2800 2024-01-07 09:04:11,187 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowRate 0.859 2024-01-07 09:04:11,188 DEBUG MQTT Publishing: emon/heatpump/heatmeter_heat_calc 2921.1965277777804 2024-01-07 09:04:12,377 DEBUG emoncmsorg Buffer size: 6 2024-01-07 09:04:12,378 INFO emoncmsorg sending: https://emoncms.org/input/bulk.json?sentat=1704618252&cb=1 (242 bytes of data, 6 frames, compressed) 2024-01-07 09:04:12,378 INFO emoncmsorg compression ratio: 21% 2024-01-07 09:04:12,673 DEBUG emoncmsorg acknowledged receipt with 'ok' from https://emoncms.org (294 ms) 2024-01-07 09:04:20,487 DEBUG SDM120 [724.6, 167.453] 2024-01-07 09:04:20,488 DEBUG SDM120 52 NEW FRAME : 2024-01-07 09:04:20,488 DEBUG SDM120 52 Timestamp : 1704618260.098243 2024-01-07 09:04:20,488 DEBUG SDM120 52 From Node : heatpump 2024-01-07 09:04:20,488 DEBUG SDM120 52 Values : [724.6, 167.453] 2024-01-07 09:04:20,488 DEBUG SDM120 52 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:04:20,489 DEBUG SDM120 52 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:04:20,620 DEBUG MQTT Publishing: emon/heatpump/electric_Power 724.6 2024-01-07 09:04:20,621 DEBUG MQTT Publishing: emon/heatpump/electric_Energy 167.453 2024-01-07 09:04:21,093 DEBUG MBUS Invalid MBUS data received 204 bytes 1013.7 ms 2024-01-07 09:04:21,094 DEBUG MBUS Decoded MBUS data: {"Energy": [750, "kWh"], "Volume": [389.49, "m3"], "Ontime Hours": [1077, "h"], "Ontime Hours_error": [1, "h"], "FlowT": [32.47, "C"], "ReturnT": [29.39, "C"], "DeltaT": [3.08, "C"], "Power": [2900, "W"], "FlowRate": [0.859, "m3/h"], "heat_calc": [3049.9272222222203, "W"]} 2024-01-07 09:04:21,094 DEBUG MBUS 51 NEW FRAME : 2024-01-07 09:04:21,095 DEBUG MBUS 51 Timestamp : 1704618260.079653 2024-01-07 09:04:21,095 DEBUG MBUS 51 From Node : heatpump 2024-01-07 09:04:21,095 DEBUG MBUS 51 Values : [750, 389.49, 1077, 1, 32.47, 29.39, 3.08, 2900, 0.859, 3049.9272222222203] 2024-01-07 09:04:21,095 DEBUG MBUS 51 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:04:21,095 DEBUG MBUS 51 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:04:21,223 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Energy 750 2024-01-07 09:04:21,224 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Volume 389.49 2024-01-07 09:04:21,224 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours 1077 2024-01-07 09:04:21,224 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours_error 1 2024-01-07 09:04:21,225 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowT 32.47 2024-01-07 09:04:21,225 DEBUG MQTT Publishing: emon/heatpump/heatmeter_ReturnT 29.39 2024-01-07 09:04:21,225 DEBUG MQTT Publishing: emon/heatpump/heatmeter_DeltaT 3.08 2024-01-07 09:04:21,226 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Power 2900 2024-01-07 09:04:21,226 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowRate 0.859 2024-01-07 09:04:21,226 DEBUG MQTT Publishing: emon/heatpump/heatmeter_heat_calc 3049.9272222222203 2024-01-07 09:04:30,406 DEBUG SDM120 [728.4, 167.455] 2024-01-07 09:04:30,407 DEBUG SDM120 53 NEW FRAME : 2024-01-07 09:04:30,407 DEBUG SDM120 53 Timestamp : 1704618270.015040 2024-01-07 09:04:30,407 DEBUG SDM120 53 From Node : heatpump 2024-01-07 09:04:30,408 DEBUG SDM120 53 Values : [728.4, 167.455] 2024-01-07 09:04:30,408 DEBUG SDM120 53 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:04:30,408 DEBUG SDM120 53 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:04:30,565 DEBUG MQTT Publishing: emon/heatpump/electric_Power 728.4 2024-01-07 09:04:30,566 DEBUG MQTT Publishing: emon/heatpump/electric_Energy 167.455 2024-01-07 09:04:31,049 DEBUG MBUS Invalid MBUS data received 204 bytes 1034.3 ms 2024-01-07 09:04:31,052 DEBUG MBUS Decoded MBUS data: {"Energy": [750, "kWh"], "Volume": [389.49, "m3"], "Ontime Hours": [1077, "h"], "Ontime Hours_error": [1, "h"], "FlowT": [32.47, "C"], "ReturnT": [29.39, "C"], "DeltaT": [3.08, "C"], "Power": [2900, "W"], "FlowRate": [0.859, "m3/h"], "heat_calc": [3049.9272222222203, "W"]} 2024-01-07 09:04:31,052 DEBUG MBUS 54 NEW FRAME : 2024-01-07 09:04:31,053 DEBUG MBUS 54 Timestamp : 1704618270.015344 2024-01-07 09:04:31,053 DEBUG MBUS 54 From Node : heatpump 2024-01-07 09:04:31,054 DEBUG MBUS 54 Values : [750, 389.49, 1077, 1, 32.47, 29.39, 3.08, 2900, 0.859, 3049.9272222222203] 2024-01-07 09:04:31,054 DEBUG MBUS 54 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:04:31,054 DEBUG MBUS 54 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:04:31,070 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Energy 750 2024-01-07 09:04:31,071 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Volume 389.49 2024-01-07 09:04:31,071 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours 1077 2024-01-07 09:04:31,072 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours_error 1 2024-01-07 09:04:31,073 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowT 32.47 2024-01-07 09:04:31,074 DEBUG MQTT Publishing: emon/heatpump/heatmeter_ReturnT 29.39 2024-01-07 09:04:31,075 DEBUG MQTT Publishing: emon/heatpump/heatmeter_DeltaT 3.08 2024-01-07 09:04:31,075 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Power 2900 2024-01-07 09:04:31,076 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowRate 0.859 2024-01-07 09:04:31,077 DEBUG MQTT Publishing: emon/heatpump/heatmeter_heat_calc 3049.9272222222203 2024-01-07 09:04:40,420 DEBUG SDM120 [735.7, 167.457] 2024-01-07 09:04:40,421 DEBUG SDM120 55 NEW FRAME : 2024-01-07 09:04:40,421 DEBUG SDM120 55 Timestamp : 1704618280.033664 2024-01-07 09:04:40,421 DEBUG SDM120 55 From Node : heatpump 2024-01-07 09:04:40,422 DEBUG SDM120 55 Values : [735.7, 167.457] 2024-01-07 09:04:40,422 DEBUG SDM120 55 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:04:40,422 DEBUG SDM120 55 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:04:40,624 DEBUG MQTT Publishing: emon/heatpump/electric_Power 735.7 2024-01-07 09:04:40,625 DEBUG MQTT Publishing: emon/heatpump/electric_Energy 167.457 2024-01-07 09:04:41,111 DEBUG MBUS Invalid MBUS data received 204 bytes 1035.9 ms 2024-01-07 09:04:41,114 DEBUG MBUS Decoded MBUS data: {"Energy": [750, "kWh"], "Volume": [389.49, "m3"], "Ontime Hours": [1077, "h"], "Ontime Hours_error": [1, "h"], "FlowT": [32.47, "C"], "ReturnT": [29.39, "C"], "DeltaT": [3.08, "C"], "Power": [2900, "W"], "FlowRate": [0.859, "m3/h"], "heat_calc": [3049.9272222222203, "W"]} 2024-01-07 09:04:41,115 DEBUG MBUS 56 NEW FRAME : 2024-01-07 09:04:41,115 DEBUG MBUS 56 Timestamp : 1704618280.075208 2024-01-07 09:04:41,116 DEBUG MBUS 56 From Node : heatpump 2024-01-07 09:04:41,116 DEBUG MBUS 56 Values : [750, 389.49, 1077, 1, 32.47, 29.39, 3.08, 2900, 0.859, 3049.9272222222203] 2024-01-07 09:04:41,117 DEBUG MBUS 56 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:04:41,117 DEBUG MBUS 56 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:04:41,229 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Energy 750 2024-01-07 09:04:41,230 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Volume 389.49 2024-01-07 09:04:41,231 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours 1077 2024-01-07 09:04:41,231 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours_error 1 2024-01-07 09:04:41,232 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowT 32.47 2024-01-07 09:04:41,232 DEBUG MQTT Publishing: emon/heatpump/heatmeter_ReturnT 29.39 2024-01-07 09:04:41,233 DEBUG MQTT Publishing: emon/heatpump/heatmeter_DeltaT 3.08 2024-01-07 09:04:41,234 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Power 2900 2024-01-07 09:04:41,234 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowRate 0.859 2024-01-07 09:04:41,235 DEBUG MQTT Publishing: emon/heatpump/heatmeter_heat_calc 3049.9272222222203 2024-01-07 09:04:42,746 DEBUG emoncmsorg Buffer size: 6 2024-01-07 09:04:42,748 INFO emoncmsorg sending: https://emoncms.org/input/bulk.json?sentat=1704618282&cb=1 (240 bytes of data, 6 frames, compressed) 2024-01-07 09:04:42,748 INFO emoncmsorg compression ratio: 21% 2024-01-07 09:04:42,917 DEBUG emoncmsorg acknowledged receipt with 'ok' from https://emoncms.org (168 ms) 2024-01-07 09:04:50,418 DEBUG SDM120 [742.2, 167.459] 2024-01-07 09:04:50,419 DEBUG SDM120 58 NEW FRAME : 2024-01-07 09:04:50,419 DEBUG SDM120 58 Timestamp : 1704618290.039387 2024-01-07 09:04:50,419 DEBUG SDM120 58 From Node : heatpump 2024-01-07 09:04:50,420 DEBUG SDM120 58 Values : [742.2, 167.459] 2024-01-07 09:04:50,420 DEBUG SDM120 58 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:04:50,421 DEBUG SDM120 58 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:04:50,462 DEBUG MQTT Publishing: emon/heatpump/electric_Power 742.2 2024-01-07 09:04:50,463 DEBUG MQTT Publishing: emon/heatpump/electric_Energy 167.459 2024-01-07 09:04:51,067 DEBUG MBUS Invalid MBUS data received 204 bytes 1033.8 ms 2024-01-07 09:04:51,070 DEBUG MBUS Decoded MBUS data: {"Energy": [750, "kWh"], "Volume": [389.49, "m3"], "Ontime Hours": [1077, "h"], "Ontime Hours_error": [1, "h"], "FlowT": [32.47, "C"], "ReturnT": [29.39, "C"], "DeltaT": [3.08, "C"], "Power": [2900, "W"], "FlowRate": [0.859, "m3/h"], "heat_calc": [3049.9272222222203, "W"]} 2024-01-07 09:04:51,070 DEBUG MBUS 57 NEW FRAME : 2024-01-07 09:04:51,071 DEBUG MBUS 57 Timestamp : 1704618290.033296 2024-01-07 09:04:51,071 DEBUG MBUS 57 From Node : heatpump 2024-01-07 09:04:51,071 DEBUG MBUS 57 Values : [750, 389.49, 1077, 1, 32.47, 29.39, 3.08, 2900, 0.859, 3049.9272222222203] 2024-01-07 09:04:51,072 DEBUG MBUS 57 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:04:51,072 DEBUG MBUS 57 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:04:51,268 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Energy 750 2024-01-07 09:04:51,269 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Volume 389.49 2024-01-07 09:04:51,270 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours 1077 2024-01-07 09:04:51,271 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours_error 1 2024-01-07 09:04:51,272 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowT 32.47 2024-01-07 09:04:51,273 DEBUG MQTT Publishing: emon/heatpump/heatmeter_ReturnT 29.39 2024-01-07 09:04:51,274 DEBUG MQTT Publishing: emon/heatpump/heatmeter_DeltaT 3.08 2024-01-07 09:04:51,275 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Power 2900 2024-01-07 09:04:51,276 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowRate 0.859 2024-01-07 09:04:51,278 DEBUG MQTT Publishing: emon/heatpump/heatmeter_heat_calc 3049.9272222222203 2024-01-07 09:05:00,433 DEBUG SDM120 [750.4, 167.461] 2024-01-07 09:05:00,433 DEBUG SDM120 60 NEW FRAME : 2024-01-07 09:05:00,434 DEBUG SDM120 60 Timestamp : 1704618300.042152 2024-01-07 09:05:00,434 DEBUG SDM120 60 From Node : heatpump 2024-01-07 09:05:00,435 DEBUG SDM120 60 Values : [750.4, 167.461] 2024-01-07 09:05:00,435 DEBUG SDM120 60 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:05:00,436 DEBUG SDM120 60 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:05:00,618 DEBUG MQTT Publishing: emon/heatpump/electric_Power 750.4 2024-01-07 09:05:00,621 DEBUG MQTT Publishing: emon/heatpump/electric_Energy 167.461 2024-01-07 09:05:01,038 DEBUG MBUS Invalid MBUS data received 204 bytes 1037.5 ms 2024-01-07 09:05:01,041 DEBUG MBUS Decoded MBUS data: {"Energy": [750, "kWh"], "Volume": [389.5, "m3"], "Ontime Hours": [1077, "h"], "Ontime Hours_error": [1, "h"], "FlowT": [32.58, "C"], "ReturnT": [29.41, "C"], "DeltaT": [3.17, "C"], "Power": [3100, "W"], "FlowRate": [0.859, "m3/h"], "heat_calc": [3139.0484722222204, "W"]} 2024-01-07 09:05:01,041 DEBUG MBUS 59 NEW FRAME : 2024-01-07 09:05:01,042 DEBUG MBUS 59 Timestamp : 1704618300.001059 2024-01-07 09:05:01,042 DEBUG MBUS 59 From Node : heatpump 2024-01-07 09:05:01,043 DEBUG MBUS 59 Values : [750, 389.5, 1077, 1, 32.58, 29.41, 3.17, 3100, 0.859, 3139.0484722222204] 2024-01-07 09:05:01,043 DEBUG MBUS 59 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:05:01,043 DEBUG MBUS 59 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:05:01,226 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Energy 750 2024-01-07 09:05:01,227 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Volume 389.5 2024-01-07 09:05:01,228 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours 1077 2024-01-07 09:05:01,229 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours_error 1 2024-01-07 09:05:01,230 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowT 32.58 2024-01-07 09:05:01,231 DEBUG MQTT Publishing: emon/heatpump/heatmeter_ReturnT 29.41 2024-01-07 09:05:01,232 DEBUG MQTT Publishing: emon/heatpump/heatmeter_DeltaT 3.17 2024-01-07 09:05:01,233 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Power 3100 2024-01-07 09:05:01,234 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowRate 0.859 2024-01-07 09:05:01,235 DEBUG MQTT Publishing: emon/heatpump/heatmeter_heat_calc 3139.0484722222204 2024-01-07 09:05:10,446 DEBUG SDM120 [756.2, 167.463] 2024-01-07 09:05:10,447 DEBUG SDM120 61 NEW FRAME : 2024-01-07 09:05:10,447 DEBUG SDM120 61 Timestamp : 1704618310.058072 2024-01-07 09:05:10,448 DEBUG SDM120 61 From Node : heatpump 2024-01-07 09:05:10,448 DEBUG SDM120 61 Values : [756.2, 167.463] 2024-01-07 09:05:10,448 DEBUG SDM120 61 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:05:10,449 DEBUG SDM120 61 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:05:10,684 DEBUG MQTT Publishing: emon/heatpump/electric_Power 756.2 2024-01-07 09:05:10,686 DEBUG MQTT Publishing: emon/heatpump/electric_Energy 167.463 2024-01-07 09:05:11,104 DEBUG MBUS Invalid MBUS data received 204 bytes 1038.2 ms 2024-01-07 09:05:11,106 DEBUG MBUS Decoded MBUS data: {"Energy": [750, "kWh"], "Volume": [389.5, "m3"], "Ontime Hours": [1077, "h"], "Ontime Hours_error": [1, "h"], "FlowT": [32.58, "C"], "ReturnT": [29.41, "C"], "DeltaT": [3.17, "C"], "Power": [3100, "W"], "FlowRate": [0.859, "m3/h"], "heat_calc": [3139.0484722222204, "W"]} 2024-01-07 09:05:11,107 DEBUG MBUS 62 NEW FRAME : 2024-01-07 09:05:11,107 DEBUG MBUS 62 Timestamp : 1704618310.065514 2024-01-07 09:05:11,107 DEBUG MBUS 62 From Node : heatpump 2024-01-07 09:05:11,108 DEBUG MBUS 62 Values : [750, 389.5, 1077, 1, 32.58, 29.41, 3.17, 3100, 0.859, 3139.0484722222204] 2024-01-07 09:05:11,108 DEBUG MBUS 62 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:05:11,108 DEBUG MBUS 62 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:05:11,296 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Energy 750 2024-01-07 09:05:11,297 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Volume 389.5 2024-01-07 09:05:11,298 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours 1077 2024-01-07 09:05:11,299 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours_error 1 2024-01-07 09:05:11,300 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowT 32.58 2024-01-07 09:05:11,301 DEBUG MQTT Publishing: emon/heatpump/heatmeter_ReturnT 29.41 2024-01-07 09:05:11,302 DEBUG MQTT Publishing: emon/heatpump/heatmeter_DeltaT 3.17 2024-01-07 09:05:11,302 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Power 3100 2024-01-07 09:05:11,303 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowRate 0.859 2024-01-07 09:05:11,304 DEBUG MQTT Publishing: emon/heatpump/heatmeter_heat_calc 3139.0484722222204 2024-01-07 09:05:12,980 DEBUG emoncmsorg Buffer size: 6 2024-01-07 09:05:12,981 INFO emoncmsorg sending: https://emoncms.org/input/bulk.json?sentat=1704618312&cb=1 (269 bytes of data, 6 frames, compressed) 2024-01-07 09:05:12,982 INFO emoncmsorg compression ratio: 23% 2024-01-07 09:05:13,138 DEBUG emoncmsorg acknowledged receipt with 'ok' from https://emoncms.org (155 ms) 2024-01-07 09:05:20,444 DEBUG SDM120 [760.0, 167.465] 2024-01-07 09:05:20,445 DEBUG SDM120 64 NEW FRAME : 2024-01-07 09:05:20,445 DEBUG SDM120 64 Timestamp : 1704618320.065808 2024-01-07 09:05:20,446 DEBUG SDM120 64 From Node : heatpump 2024-01-07 09:05:20,446 DEBUG SDM120 64 Values : [760, 167.465] 2024-01-07 09:05:20,446 DEBUG SDM120 64 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:05:20,447 DEBUG SDM120 64 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:05:20,537 DEBUG MQTT Publishing: emon/heatpump/electric_Power 760 2024-01-07 09:05:20,538 DEBUG MQTT Publishing: emon/heatpump/electric_Energy 167.465 2024-01-07 09:05:21,062 DEBUG MBUS Invalid MBUS data received 204 bytes 1033.6 ms 2024-01-07 09:05:21,065 DEBUG MBUS Decoded MBUS data: {"Energy": [750, "kWh"], "Volume": [389.5, "m3"], "Ontime Hours": [1077, "h"], "Ontime Hours_error": [1, "h"], "FlowT": [32.58, "C"], "ReturnT": [29.41, "C"], "DeltaT": [3.17, "C"], "Power": [3100, "W"], "FlowRate": [0.859, "m3/h"], "heat_calc": [3139.0484722222204, "W"]} 2024-01-07 09:05:21,065 DEBUG MBUS 63 NEW FRAME : 2024-01-07 09:05:21,066 DEBUG MBUS 63 Timestamp : 1704618320.028296 2024-01-07 09:05:21,066 DEBUG MBUS 63 From Node : heatpump 2024-01-07 09:05:21,067 DEBUG MBUS 63 Values : [750, 389.5, 1077, 1, 32.58, 29.41, 3.17, 3100, 0.859, 3139.0484722222204] 2024-01-07 09:05:21,067 DEBUG MBUS 63 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:05:21,068 DEBUG MBUS 63 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:05:21,343 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Energy 750 2024-01-07 09:05:21,345 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Volume 389.5 2024-01-07 09:05:21,346 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours 1077 2024-01-07 09:05:21,347 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours_error 1 2024-01-07 09:05:21,347 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowT 32.58 2024-01-07 09:05:21,348 DEBUG MQTT Publishing: emon/heatpump/heatmeter_ReturnT 29.41 2024-01-07 09:05:21,349 DEBUG MQTT Publishing: emon/heatpump/heatmeter_DeltaT 3.17 2024-01-07 09:05:21,350 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Power 3100 2024-01-07 09:05:21,351 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowRate 0.859 2024-01-07 09:05:21,352 DEBUG MQTT Publishing: emon/heatpump/heatmeter_heat_calc 3139.0484722222204 2024-01-07 09:05:30,458 DEBUG SDM120 [765.3, 167.468] 2024-01-07 09:05:30,459 DEBUG SDM120 65 NEW FRAME : 2024-01-07 09:05:30,459 DEBUG SDM120 65 Timestamp : 1704618330.068244 2024-01-07 09:05:30,460 DEBUG SDM120 65 From Node : heatpump 2024-01-07 09:05:30,460 DEBUG SDM120 65 Values : [765.3, 167.468] 2024-01-07 09:05:30,461 DEBUG SDM120 65 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:05:30,461 DEBUG SDM120 65 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:05:30,585 DEBUG MQTT Publishing: emon/heatpump/electric_Power 765.3 2024-01-07 09:05:30,587 DEBUG MQTT Publishing: emon/heatpump/electric_Energy 167.468 2024-01-07 09:05:31,126 DEBUG MBUS Invalid MBUS data received 204 bytes 1034.4 ms 2024-01-07 09:05:31,128 DEBUG MBUS Decoded MBUS data: {"Energy": [750, "kWh"], "Volume": [389.51, "m3"], "Ontime Hours": [1077, "h"], "Ontime Hours_error": [1, "h"], "FlowT": [32.69, "C"], "ReturnT": [29.47, "C"], "DeltaT": [3.22, "C"], "Power": [3100, "W"], "FlowRate": [0.856, "m3/h"], "heat_calc": [3177.424444444443, "W"]} 2024-01-07 09:05:31,129 DEBUG MBUS 66 NEW FRAME : 2024-01-07 09:05:31,129 DEBUG MBUS 66 Timestamp : 1704618330.091536 2024-01-07 09:05:31,130 DEBUG MBUS 66 From Node : heatpump 2024-01-07 09:05:31,130 DEBUG MBUS 66 Values : [750, 389.51, 1077, 1, 32.69, 29.47, 3.22, 3100, 0.856, 3177.424444444443] 2024-01-07 09:05:31,130 DEBUG MBUS 66 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:05:31,131 DEBUG MBUS 66 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:05:31,191 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Energy 750 2024-01-07 09:05:31,192 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Volume 389.51 2024-01-07 09:05:31,193 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours 1077 2024-01-07 09:05:31,194 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours_error 1 2024-01-07 09:05:31,194 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowT 32.69 2024-01-07 09:05:31,195 DEBUG MQTT Publishing: emon/heatpump/heatmeter_ReturnT 29.47 2024-01-07 09:05:31,196 DEBUG MQTT Publishing: emon/heatpump/heatmeter_DeltaT 3.22 2024-01-07 09:05:31,197 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Power 3100 2024-01-07 09:05:31,197 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowRate 0.856 2024-01-07 09:05:31,198 DEBUG MQTT Publishing: emon/heatpump/heatmeter_heat_calc 3177.424444444443 2024-01-07 09:05:40,472 DEBUG SDM120 [770.2, 167.47] 2024-01-07 09:05:40,473 DEBUG SDM120 68 NEW FRAME : 2024-01-07 09:05:40,473 DEBUG SDM120 68 Timestamp : 1704618340.095153 2024-01-07 09:05:40,474 DEBUG SDM120 68 From Node : heatpump 2024-01-07 09:05:40,474 DEBUG SDM120 68 Values : [770.2, 167.47] 2024-01-07 09:05:40,475 DEBUG SDM120 68 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:05:40,475 DEBUG SDM120 68 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:05:40,741 DEBUG MQTT Publishing: emon/heatpump/electric_Power 770.2 2024-01-07 09:05:40,742 DEBUG MQTT Publishing: emon/heatpump/electric_Energy 167.47 2024-01-07 09:05:41,088 DEBUG MBUS Invalid MBUS data received 204 bytes 1033.5 ms 2024-01-07 09:05:41,090 DEBUG MBUS Decoded MBUS data: {"Energy": [750, "kWh"], "Volume": [389.51, "m3"], "Ontime Hours": [1077, "h"], "Ontime Hours_error": [1, "h"], "FlowT": [32.69, "C"], "ReturnT": [29.47, "C"], "DeltaT": [3.22, "C"], "Power": [3100, "W"], "FlowRate": [0.856, "m3/h"], "heat_calc": [3177.424444444443, "W"]} 2024-01-07 09:05:41,091 DEBUG MBUS 67 NEW FRAME : 2024-01-07 09:05:41,091 DEBUG MBUS 67 Timestamp : 1704618340.054383 2024-01-07 09:05:41,091 DEBUG MBUS 67 From Node : heatpump 2024-01-07 09:05:41,092 DEBUG MBUS 67 Values : [750, 389.51, 1077, 1, 32.69, 29.47, 3.22, 3100, 0.856, 3177.424444444443] 2024-01-07 09:05:41,092 DEBUG MBUS 67 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:05:41,093 DEBUG MBUS 67 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:05:41,346 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Energy 750 2024-01-07 09:05:41,347 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Volume 389.51 2024-01-07 09:05:41,348 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours 1077 2024-01-07 09:05:41,349 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours_error 1 2024-01-07 09:05:41,350 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowT 32.69 2024-01-07 09:05:41,351 DEBUG MQTT Publishing: emon/heatpump/heatmeter_ReturnT 29.47 2024-01-07 09:05:41,352 DEBUG MQTT Publishing: emon/heatpump/heatmeter_DeltaT 3.22 2024-01-07 09:05:41,359 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Power 3100 2024-01-07 09:05:41,361 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowRate 0.856 2024-01-07 09:05:41,362 DEBUG MQTT Publishing: emon/heatpump/heatmeter_heat_calc 3177.424444444443 2024-01-07 09:05:43,205 DEBUG emoncmsorg Buffer size: 6 2024-01-07 09:05:43,206 INFO emoncmsorg sending: https://emoncms.org/input/bulk.json?sentat=1704618343&cb=1 (262 bytes of data, 6 frames, compressed) 2024-01-07 09:05:43,206 INFO emoncmsorg compression ratio: 23% 2024-01-07 09:05:48,387 DEBUG emoncmsorg acknowledged receipt with 'ok' from https://emoncms.org (5180 ms) 2024-01-07 09:05:50,486 DEBUG SDM120 [776.6, 167.472] 2024-01-07 09:05:50,486 DEBUG SDM120 70 NEW FRAME : 2024-01-07 09:05:50,486 DEBUG SDM120 70 Timestamp : 1704618350.099786 2024-01-07 09:05:50,486 DEBUG SDM120 70 From Node : heatpump 2024-01-07 09:05:50,487 DEBUG SDM120 70 Values : [776.6, 167.472] 2024-01-07 09:05:50,487 DEBUG SDM120 70 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:05:50,487 DEBUG SDM120 70 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:05:50,603 DEBUG MQTT Publishing: emon/heatpump/electric_Power 776.6 2024-01-07 09:05:50,603 DEBUG MQTT Publishing: emon/heatpump/electric_Energy 167.472 2024-01-07 09:05:51,035 DEBUG MBUS Invalid MBUS data received 204 bytes 1017.3 ms 2024-01-07 09:05:51,036 DEBUG MBUS Decoded MBUS data: {"Energy": [750, "kWh"], "Volume": [389.51, "m3"], "Ontime Hours": [1077, "h"], "Ontime Hours_error": [1, "h"], "FlowT": [32.69, "C"], "ReturnT": [29.47, "C"], "DeltaT": [3.22, "C"], "Power": [3100, "W"], "FlowRate": [0.856, "m3/h"], "heat_calc": [3177.424444444443, "W"]} 2024-01-07 09:05:51,036 DEBUG MBUS 69 NEW FRAME : 2024-01-07 09:05:51,037 DEBUG MBUS 69 Timestamp : 1704618350.018064 2024-01-07 09:05:51,037 DEBUG MBUS 69 From Node : heatpump 2024-01-07 09:05:51,037 DEBUG MBUS 69 Values : [750, 389.51, 1077, 1, 32.69, 29.47, 3.22, 3100, 0.856, 3177.424444444443] 2024-01-07 09:05:51,037 DEBUG MBUS 69 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:05:51,037 DEBUG MBUS 69 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:05:51,206 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Energy 750 2024-01-07 09:05:51,206 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Volume 389.51 2024-01-07 09:05:51,207 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours 1077 2024-01-07 09:05:51,207 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours_error 1 2024-01-07 09:05:51,207 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowT 32.69 2024-01-07 09:05:51,208 DEBUG MQTT Publishing: emon/heatpump/heatmeter_ReturnT 29.47 2024-01-07 09:05:51,208 DEBUG MQTT Publishing: emon/heatpump/heatmeter_DeltaT 3.22 2024-01-07 09:05:51,208 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Power 3100 2024-01-07 09:05:51,209 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowRate 0.856 2024-01-07 09:05:51,209 DEBUG MQTT Publishing: emon/heatpump/heatmeter_heat_calc 3177.424444444443 2024-01-07 09:06:00,404 DEBUG SDM120 [785.5, 167.474] 2024-01-07 09:06:00,405 DEBUG SDM120 71 NEW FRAME : 2024-01-07 09:06:00,406 DEBUG SDM120 71 Timestamp : 1704618360.012830 2024-01-07 09:06:00,406 DEBUG SDM120 71 From Node : heatpump 2024-01-07 09:06:00,406 DEBUG SDM120 71 Values : [785.5, 167.474] 2024-01-07 09:06:00,407 DEBUG SDM120 71 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:06:00,407 DEBUG SDM120 71 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:06:00,438 DEBUG MQTT Publishing: emon/heatpump/electric_Power 785.5 2024-01-07 09:06:00,439 DEBUG MQTT Publishing: emon/heatpump/electric_Energy 167.474 2024-01-07 09:06:01,088 DEBUG MBUS Invalid MBUS data received 204 bytes 1033.4 ms 2024-01-07 09:06:01,090 DEBUG MBUS Decoded MBUS data: {"Energy": [750, "kWh"], "Volume": [389.52, "m3"], "Ontime Hours": [1077, "h"], "Ontime Hours_error": [1, "h"], "FlowT": [32.81, "C"], "ReturnT": [29.46, "C"], "DeltaT": [3.35, "C"], "Power": [3200, "W"], "FlowRate": [0.856, "m3/h"], "heat_calc": [3305.705555555557, "W"]} 2024-01-07 09:06:01,090 DEBUG MBUS 72 NEW FRAME : 2024-01-07 09:06:01,091 DEBUG MBUS 72 Timestamp : 1704618360.054229 2024-01-07 09:06:01,091 DEBUG MBUS 72 From Node : heatpump 2024-01-07 09:06:01,092 DEBUG MBUS 72 Values : [750, 389.52, 1077, 1, 32.81, 29.46, 3.35, 3200, 0.856, 3305.705555555557] 2024-01-07 09:06:01,092 DEBUG MBUS 72 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:06:01,092 DEBUG MBUS 72 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:06:01,245 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Energy 750 2024-01-07 09:06:01,246 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Volume 389.52 2024-01-07 09:06:01,247 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours 1077 2024-01-07 09:06:01,248 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours_error 1 2024-01-07 09:06:01,249 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowT 32.81 2024-01-07 09:06:01,249 DEBUG MQTT Publishing: emon/heatpump/heatmeter_ReturnT 29.46 2024-01-07 09:06:01,250 DEBUG MQTT Publishing: emon/heatpump/heatmeter_DeltaT 3.35 2024-01-07 09:06:01,251 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Power 3200 2024-01-07 09:06:01,252 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowRate 0.856 2024-01-07 09:06:01,253 DEBUG MQTT Publishing: emon/heatpump/heatmeter_heat_calc 3305.705555555557 2024-01-07 09:06:10,402 DEBUG SDM120 [788.2, 167.476] 2024-01-07 09:06:10,403 DEBUG SDM120 74 NEW FRAME : 2024-01-07 09:06:10,404 DEBUG SDM120 74 Timestamp : 1704618370.024904 2024-01-07 09:06:10,404 DEBUG SDM120 74 From Node : heatpump 2024-01-07 09:06:10,404 DEBUG SDM120 74 Values : [788.2, 167.476] 2024-01-07 09:06:10,405 DEBUG SDM120 74 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:06:10,405 DEBUG SDM120 74 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:06:10,483 DEBUG MQTT Publishing: emon/heatpump/electric_Power 788.2 2024-01-07 09:06:10,485 DEBUG MQTT Publishing: emon/heatpump/electric_Energy 167.476 2024-01-07 09:06:11,046 DEBUG MBUS Invalid MBUS data received 204 bytes 1034.1 ms 2024-01-07 09:06:11,048 DEBUG MBUS Decoded MBUS data: {"Energy": [750, "kWh"], "Volume": [389.52, "m3"], "Ontime Hours": [1077, "h"], "Ontime Hours_error": [1, "h"], "FlowT": [32.81, "C"], "ReturnT": [29.46, "C"], "DeltaT": [3.35, "C"], "Power": [3200, "W"], "FlowRate": [0.856, "m3/h"], "heat_calc": [3305.705555555557, "W"]} 2024-01-07 09:06:11,049 DEBUG MBUS 73 NEW FRAME : 2024-01-07 09:06:11,049 DEBUG MBUS 73 Timestamp : 1704618370.011855 2024-01-07 09:06:11,050 DEBUG MBUS 73 From Node : heatpump 2024-01-07 09:06:11,050 DEBUG MBUS 73 Values : [750, 389.52, 1077, 1, 32.81, 29.46, 3.35, 3200, 0.856, 3305.705555555557] 2024-01-07 09:06:11,050 DEBUG MBUS 73 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:06:11,051 DEBUG MBUS 73 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:06:11,092 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Energy 750 2024-01-07 09:06:11,093 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Volume 389.52 2024-01-07 09:06:11,094 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours 1077 2024-01-07 09:06:11,095 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours_error 1 2024-01-07 09:06:11,097 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowT 32.81 2024-01-07 09:06:11,098 DEBUG MQTT Publishing: emon/heatpump/heatmeter_ReturnT 29.46 2024-01-07 09:06:11,099 DEBUG MQTT Publishing: emon/heatpump/heatmeter_DeltaT 3.35 2024-01-07 09:06:11,100 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Power 3200 2024-01-07 09:06:11,101 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowRate 0.856 2024-01-07 09:06:11,102 DEBUG MQTT Publishing: emon/heatpump/heatmeter_heat_calc 3305.705555555557 2024-01-07 09:06:18,458 DEBUG emoncmsorg Buffer size: 6 2024-01-07 09:06:18,460 INFO emoncmsorg sending: https://emoncms.org/input/bulk.json?sentat=1704618378&cb=1 (262 bytes of data, 6 frames, compressed) 2024-01-07 09:06:18,460 INFO emoncmsorg compression ratio: 23% 2024-01-07 09:06:18,609 DEBUG emoncmsorg acknowledged receipt with 'ok' from https://emoncms.org (148 ms) 2024-01-07 09:06:20,416 DEBUG SDM120 [794.8, 167.478] 2024-01-07 09:06:20,417 DEBUG SDM120 75 NEW FRAME : 2024-01-07 09:06:20,417 DEBUG SDM120 75 Timestamp : 1704618380.031758 2024-01-07 09:06:20,418 DEBUG SDM120 75 From Node : heatpump 2024-01-07 09:06:20,418 DEBUG SDM120 75 Values : [794.8, 167.478] 2024-01-07 09:06:20,418 DEBUG SDM120 75 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:06:20,419 DEBUG SDM120 75 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:06:20,644 DEBUG MQTT Publishing: emon/heatpump/electric_Power 794.8 2024-01-07 09:06:20,646 DEBUG MQTT Publishing: emon/heatpump/electric_Energy 167.478 2024-01-07 09:06:21,105 DEBUG MBUS Invalid MBUS data received 204 bytes 1035.1 ms 2024-01-07 09:06:21,108 DEBUG MBUS Decoded MBUS data: {"Energy": [750, "kWh"], "Volume": [389.52, "m3"], "Ontime Hours": [1077, "h"], "Ontime Hours_error": [1, "h"], "FlowT": [32.81, "C"], "ReturnT": [29.46, "C"], "DeltaT": [3.35, "C"], "Power": [3200, "W"], "FlowRate": [0.856, "m3/h"], "heat_calc": [3305.705555555557, "W"]} 2024-01-07 09:06:21,108 DEBUG MBUS 76 NEW FRAME : 2024-01-07 09:06:21,109 DEBUG MBUS 76 Timestamp : 1704618380.070163 2024-01-07 09:06:21,109 DEBUG MBUS 76 From Node : heatpump 2024-01-07 09:06:21,109 DEBUG MBUS 76 Values : [750, 389.52, 1077, 1, 32.81, 29.46, 3.35, 3200, 0.856, 3305.705555555557] 2024-01-07 09:06:21,110 DEBUG MBUS 76 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:06:21,110 DEBUG MBUS 76 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:06:21,250 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Energy 750 2024-01-07 09:06:21,251 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Volume 389.52 2024-01-07 09:06:21,252 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours 1077 2024-01-07 09:06:21,253 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours_error 1 2024-01-07 09:06:21,253 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowT 32.81 2024-01-07 09:06:21,254 DEBUG MQTT Publishing: emon/heatpump/heatmeter_ReturnT 29.46 2024-01-07 09:06:21,255 DEBUG MQTT Publishing: emon/heatpump/heatmeter_DeltaT 3.35 2024-01-07 09:06:21,256 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Power 3200 2024-01-07 09:06:21,257 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowRate 0.856 2024-01-07 09:06:21,257 DEBUG MQTT Publishing: emon/heatpump/heatmeter_heat_calc 3305.705555555557 2024-01-07 09:06:30,430 DEBUG SDM120 [799.4, 167.481] 2024-01-07 09:06:30,431 DEBUG SDM120 78 NEW FRAME : 2024-01-07 09:06:30,432 DEBUG SDM120 78 Timestamp : 1704618390.043046 2024-01-07 09:06:30,432 DEBUG SDM120 78 From Node : heatpump 2024-01-07 09:06:30,433 DEBUG SDM120 78 Values : [799.4, 167.481] 2024-01-07 09:06:30,433 DEBUG SDM120 78 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:06:30,433 DEBUG SDM120 78 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:06:30,494 DEBUG MQTT Publishing: emon/heatpump/electric_Power 799.4 2024-01-07 09:06:30,495 DEBUG MQTT Publishing: emon/heatpump/electric_Energy 167.481 2024-01-07 09:06:31,068 DEBUG MBUS Invalid MBUS data received 204 bytes 1033.9 ms 2024-01-07 09:06:31,071 DEBUG MBUS Decoded MBUS data: {"Energy": [750, "kWh"], "Volume": [389.53000000000003, "m3"], "Ontime Hours": [1077, "h"], "Ontime Hours_error": [1, "h"], "FlowT": [32.95, "C"], "ReturnT": [29.59, "C"], "DeltaT": [3.36, "C"], "Power": [3300, "W"], "FlowRate": [0.854, "m3/h"], "heat_calc": [3307.8266666666696, "W"]} 2024-01-07 09:06:31,072 DEBUG MBUS 77 NEW FRAME : 2024-01-07 09:06:31,072 DEBUG MBUS 77 Timestamp : 1704618390.034450 2024-01-07 09:06:31,073 DEBUG MBUS 77 From Node : heatpump 2024-01-07 09:06:31,073 DEBUG MBUS 77 Values : [750, 389.53000000000003, 1077, 1, 32.95, 29.59, 3.36, 3300, 0.854, 3307.8266666666696] 2024-01-07 09:06:31,074 DEBUG MBUS 77 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:06:31,074 DEBUG MBUS 77 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:06:31,100 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Energy 750 2024-01-07 09:06:31,101 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Volume 389.53000000000003 2024-01-07 09:06:31,102 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours 1077 2024-01-07 09:06:31,103 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours_error 1 2024-01-07 09:06:31,104 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowT 32.95 2024-01-07 09:06:31,105 DEBUG MQTT Publishing: emon/heatpump/heatmeter_ReturnT 29.59 2024-01-07 09:06:31,105 DEBUG MQTT Publishing: emon/heatpump/heatmeter_DeltaT 3.36 2024-01-07 09:06:31,106 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Power 3300 2024-01-07 09:06:31,107 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowRate 0.854 2024-01-07 09:06:31,108 DEBUG MQTT Publishing: emon/heatpump/heatmeter_heat_calc 3307.8266666666696 2024-01-07 09:06:40,445 DEBUG SDM120 [805.0, 167.483] 2024-01-07 09:06:40,445 DEBUG SDM120 79 NEW FRAME : 2024-01-07 09:06:40,446 DEBUG SDM120 79 Timestamp : 1704618400.059232 2024-01-07 09:06:40,446 DEBUG SDM120 79 From Node : heatpump 2024-01-07 09:06:40,446 DEBUG SDM120 79 Values : [805, 167.483] 2024-01-07 09:06:40,447 DEBUG SDM120 79 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:06:40,447 DEBUG SDM120 79 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:06:40,657 DEBUG MQTT Publishing: emon/heatpump/electric_Power 805 2024-01-07 09:06:40,659 DEBUG MQTT Publishing: emon/heatpump/electric_Energy 167.483 2024-01-07 09:06:41,127 DEBUG MBUS Invalid MBUS data received 204 bytes 1033.2 ms 2024-01-07 09:06:41,129 DEBUG MBUS Decoded MBUS data: {"Energy": [750, "kWh"], "Volume": [389.53000000000003, "m3"], "Ontime Hours": [1077, "h"], "Ontime Hours_error": [1, "h"], "FlowT": [32.95, "C"], "ReturnT": [29.59, "C"], "DeltaT": [3.36, "C"], "Power": [3300, "W"], "FlowRate": [0.854, "m3/h"], "heat_calc": [3307.8266666666696, "W"]} 2024-01-07 09:06:41,130 DEBUG MBUS 80 NEW FRAME : 2024-01-07 09:06:41,130 DEBUG MBUS 80 Timestamp : 1704618400.093841 2024-01-07 09:06:41,131 DEBUG MBUS 80 From Node : heatpump 2024-01-07 09:06:41,131 DEBUG MBUS 80 Values : [750, 389.53000000000003, 1077, 1, 32.95, 29.59, 3.36, 3300, 0.854, 3307.8266666666696] 2024-01-07 09:06:41,131 DEBUG MBUS 80 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:06:41,132 DEBUG MBUS 80 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:06:41,264 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Energy 750 2024-01-07 09:06:41,265 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Volume 389.53000000000003 2024-01-07 09:06:41,266 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours 1077 2024-01-07 09:06:41,267 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours_error 1 2024-01-07 09:06:41,268 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowT 32.95 2024-01-07 09:06:41,268 DEBUG MQTT Publishing: emon/heatpump/heatmeter_ReturnT 29.59 2024-01-07 09:06:41,269 DEBUG MQTT Publishing: emon/heatpump/heatmeter_DeltaT 3.36 2024-01-07 09:06:41,270 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Power 3300 2024-01-07 09:06:41,271 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowRate 0.854 2024-01-07 09:06:41,272 DEBUG MQTT Publishing: emon/heatpump/heatmeter_heat_calc 3307.8266666666696 2024-01-07 09:06:48,682 DEBUG emoncmsorg Buffer size: 6 2024-01-07 09:06:48,684 INFO emoncmsorg sending: https://emoncms.org/input/bulk.json?sentat=1704618408&cb=1 (269 bytes of data, 6 frames, compressed) 2024-01-07 09:06:48,684 INFO emoncmsorg compression ratio: 23% 2024-01-07 09:06:48,841 DEBUG emoncmsorg acknowledged receipt with 'ok' from https://emoncms.org (156 ms) 2024-01-07 09:06:50,442 DEBUG SDM120 [811.5, 167.485] 2024-01-07 09:06:50,442 DEBUG SDM120 82 NEW FRAME : 2024-01-07 09:06:50,443 DEBUG SDM120 82 Timestamp : 1704618410.066573 2024-01-07 09:06:50,443 DEBUG SDM120 82 From Node : heatpump 2024-01-07 09:06:50,443 DEBUG SDM120 82 Values : [811.5, 167.485] 2024-01-07 09:06:50,443 DEBUG SDM120 82 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:06:50,443 DEBUG SDM120 82 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:06:50,503 DEBUG MQTT Publishing: emon/heatpump/electric_Power 811.5 2024-01-07 09:06:50,503 DEBUG MQTT Publishing: emon/heatpump/electric_Energy 167.485 2024-01-07 09:06:51,065 DEBUG MBUS Invalid MBUS data received 204 bytes 1012.9 ms 2024-01-07 09:06:51,066 DEBUG MBUS Decoded MBUS data: {"Energy": [750, "kWh"], "Volume": [389.53000000000003, "m3"], "Ontime Hours": [1077, "h"], "Ontime Hours_error": [1, "h"], "FlowT": [32.95, "C"], "ReturnT": [29.59, "C"], "DeltaT": [3.36, "C"], "Power": [3300, "W"], "FlowRate": [0.854, "m3/h"], "heat_calc": [3307.8266666666696, "W"]} 2024-01-07 09:06:51,067 DEBUG MBUS 81 NEW FRAME : 2024-01-07 09:06:51,067 DEBUG MBUS 81 Timestamp : 1704618410.052801 2024-01-07 09:06:51,067 DEBUG MBUS 81 From Node : heatpump 2024-01-07 09:06:51,067 DEBUG MBUS 81 Values : [750, 389.53000000000003, 1077, 1, 32.95, 29.59, 3.36, 3300, 0.854, 3307.8266666666696] 2024-01-07 09:06:51,067 DEBUG MBUS 81 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:06:51,068 DEBUG MBUS 81 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:06:51,306 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Energy 750 2024-01-07 09:06:51,306 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Volume 389.53000000000003 2024-01-07 09:06:51,307 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours 1077 2024-01-07 09:06:51,307 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours_error 1 2024-01-07 09:06:51,307 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowT 32.95 2024-01-07 09:06:51,308 DEBUG MQTT Publishing: emon/heatpump/heatmeter_ReturnT 29.59 2024-01-07 09:06:51,308 DEBUG MQTT Publishing: emon/heatpump/heatmeter_DeltaT 3.36 2024-01-07 09:06:51,308 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Power 3300 2024-01-07 09:06:51,309 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowRate 0.854 2024-01-07 09:06:51,309 DEBUG MQTT Publishing: emon/heatpump/heatmeter_heat_calc 3307.8266666666696 2024-01-07 09:07:00,441 DEBUG SDM120 [816.1, 167.487] 2024-01-07 09:07:00,441 DEBUG SDM120 83 NEW FRAME : 2024-01-07 09:07:00,442 DEBUG SDM120 83 Timestamp : 1704618420.061766 2024-01-07 09:07:00,442 DEBUG SDM120 83 From Node : heatpump 2024-01-07 09:07:00,443 DEBUG SDM120 83 Values : [816.1, 167.487] 2024-01-07 09:07:00,443 DEBUG SDM120 83 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:07:00,444 DEBUG SDM120 83 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:07:00,649 DEBUG MQTT Publishing: emon/heatpump/electric_Power 816.1 2024-01-07 09:07:00,650 DEBUG MQTT Publishing: emon/heatpump/electric_Energy 167.487 2024-01-07 09:07:01,128 DEBUG MBUS Invalid MBUS data received 204 bytes 1035.8 ms 2024-01-07 09:07:01,130 DEBUG MBUS Decoded MBUS data: {"Energy": [750, "kWh"], "Volume": [389.53000000000003, "m3"], "Ontime Hours": [1077, "h"], "Ontime Hours_error": [1, "h"], "FlowT": [33.07, "C"], "ReturnT": [29.62, "C"], "DeltaT": [3.45, "C"], "Power": [3300, "W"], "FlowRate": [0.856, "m3/h"], "heat_calc": [3404.3833333333328, "W"]} 2024-01-07 09:07:01,131 DEBUG MBUS 84 NEW FRAME : 2024-01-07 09:07:01,131 DEBUG MBUS 84 Timestamp : 1704618420.092004 2024-01-07 09:07:01,131 DEBUG MBUS 84 From Node : heatpump 2024-01-07 09:07:01,132 DEBUG MBUS 84 Values : [750, 389.53000000000003, 1077, 1, 33.07, 29.62, 3.45, 3300, 0.856, 3404.3833333333328] 2024-01-07 09:07:01,132 DEBUG MBUS 84 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:07:01,133 DEBUG MBUS 84 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:07:01,154 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Energy 750 2024-01-07 09:07:01,155 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Volume 389.53000000000003 2024-01-07 09:07:01,156 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours 1077 2024-01-07 09:07:01,157 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours_error 1 2024-01-07 09:07:01,158 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowT 33.07 2024-01-07 09:07:01,158 DEBUG MQTT Publishing: emon/heatpump/heatmeter_ReturnT 29.62 2024-01-07 09:07:01,159 DEBUG MQTT Publishing: emon/heatpump/heatmeter_DeltaT 3.45 2024-01-07 09:07:01,160 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Power 3300 2024-01-07 09:07:01,161 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowRate 0.856 2024-01-07 09:07:01,161 DEBUG MQTT Publishing: emon/heatpump/heatmeter_heat_calc 3404.3833333333328 2024-01-07 09:07:10,455 DEBUG SDM120 [822.0, 167.49] 2024-01-07 09:07:10,455 DEBUG SDM120 86 NEW FRAME : 2024-01-07 09:07:10,456 DEBUG SDM120 86 Timestamp : 1704618430.068244 2024-01-07 09:07:10,456 DEBUG SDM120 86 From Node : heatpump 2024-01-07 09:07:10,457 DEBUG SDM120 86 Values : [822, 167.49] 2024-01-07 09:07:10,457 DEBUG SDM120 86 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:07:10,458 DEBUG SDM120 86 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:07:10,698 DEBUG MQTT Publishing: emon/heatpump/electric_Power 822 2024-01-07 09:07:10,699 DEBUG MQTT Publishing: emon/heatpump/electric_Energy 167.49 2024-01-07 09:07:11,083 DEBUG MBUS Invalid MBUS data received 204 bytes 1034.2 ms 2024-01-07 09:07:11,086 DEBUG MBUS Decoded MBUS data: {"Energy": [750, "kWh"], "Volume": [389.53000000000003, "m3"], "Ontime Hours": [1077, "h"], "Ontime Hours_error": [1, "h"], "FlowT": [33.07, "C"], "ReturnT": [29.62, "C"], "DeltaT": [3.45, "C"], "Power": [3300, "W"], "FlowRate": [0.856, "m3/h"], "heat_calc": [3404.3833333333328, "W"]} 2024-01-07 09:07:11,086 DEBUG MBUS 85 NEW FRAME : 2024-01-07 09:07:11,087 DEBUG MBUS 85 Timestamp : 1704618430.048660 2024-01-07 09:07:11,087 DEBUG MBUS 85 From Node : heatpump 2024-01-07 09:07:11,088 DEBUG MBUS 85 Values : [750, 389.53000000000003, 1077, 1, 33.07, 29.62, 3.45, 3300, 0.856, 3404.3833333333328] 2024-01-07 09:07:11,088 DEBUG MBUS 85 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:07:11,089 DEBUG MBUS 85 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:07:11,304 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Energy 750 2024-01-07 09:07:11,305 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Volume 389.53000000000003 2024-01-07 09:07:11,306 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours 1077 2024-01-07 09:07:11,307 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours_error 1 2024-01-07 09:07:11,308 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowT 33.07 2024-01-07 09:07:11,309 DEBUG MQTT Publishing: emon/heatpump/heatmeter_ReturnT 29.62 2024-01-07 09:07:11,310 DEBUG MQTT Publishing: emon/heatpump/heatmeter_DeltaT 3.45 2024-01-07 09:07:11,311 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Power 3300 2024-01-07 09:07:11,312 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowRate 0.856 2024-01-07 09:07:11,313 DEBUG MQTT Publishing: emon/heatpump/heatmeter_heat_calc 3404.3833333333328 2024-01-07 09:07:18,901 DEBUG emoncmsorg Buffer size: 6 2024-01-07 09:07:18,902 INFO emoncmsorg sending: https://emoncms.org/input/bulk.json?sentat=1704618438&cb=1 (265 bytes of data, 6 frames, compressed) 2024-01-07 09:07:18,903 INFO emoncmsorg compression ratio: 22% 2024-01-07 09:07:19,045 DEBUG emoncmsorg acknowledged receipt with 'ok' from https://emoncms.org (142 ms) 2024-01-07 09:07:20,468 DEBUG SDM120 [827.1, 167.492] 2024-01-07 09:07:20,469 DEBUG SDM120 88 NEW FRAME : 2024-01-07 09:07:20,469 DEBUG SDM120 88 Timestamp : 1704618440.087467 2024-01-07 09:07:20,469 DEBUG SDM120 88 From Node : heatpump 2024-01-07 09:07:20,469 DEBUG SDM120 88 Values : [827.1, 167.492] 2024-01-07 09:07:20,469 DEBUG SDM120 88 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:07:20,469 DEBUG SDM120 88 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:07:20,545 DEBUG MQTT Publishing: emon/heatpump/electric_Power 827.1 2024-01-07 09:07:20,546 DEBUG MQTT Publishing: emon/heatpump/electric_Energy 167.492 2024-01-07 09:07:21,021 DEBUG MBUS Invalid MBUS data received 204 bytes 1013.0 ms 2024-01-07 09:07:21,022 DEBUG MBUS Decoded MBUS data: {"Energy": [750, "kWh"], "Volume": [389.53000000000003, "m3"], "Ontime Hours": [1077, "h"], "Ontime Hours_error": [1, "h"], "FlowT": [33.07, "C"], "ReturnT": [29.62, "C"], "DeltaT": [3.45, "C"], "Power": [3300, "W"], "FlowRate": [0.856, "m3/h"], "heat_calc": [3404.3833333333328, "W"]} 2024-01-07 09:07:21,023 DEBUG MBUS 87 NEW FRAME : 2024-01-07 09:07:21,023 DEBUG MBUS 87 Timestamp : 1704618440.008538 2024-01-07 09:07:21,023 DEBUG MBUS 87 From Node : heatpump 2024-01-07 09:07:21,023 DEBUG MBUS 87 Values : [750, 389.53000000000003, 1077, 1, 33.07, 29.62, 3.45, 3300, 0.856, 3404.3833333333328] 2024-01-07 09:07:21,023 DEBUG MBUS 87 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:07:21,023 DEBUG MBUS 87 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:07:21,148 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Energy 750 2024-01-07 09:07:21,149 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Volume 389.53000000000003 2024-01-07 09:07:21,149 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours 1077 2024-01-07 09:07:21,150 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours_error 1 2024-01-07 09:07:21,150 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowT 33.07 2024-01-07 09:07:21,150 DEBUG MQTT Publishing: emon/heatpump/heatmeter_ReturnT 29.62 2024-01-07 09:07:21,151 DEBUG MQTT Publishing: emon/heatpump/heatmeter_DeltaT 3.45 2024-01-07 09:07:21,151 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Power 3300 2024-01-07 09:07:21,151 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowRate 0.856 2024-01-07 09:07:21,152 DEBUG MQTT Publishing: emon/heatpump/heatmeter_heat_calc 3404.3833333333328 2024-01-07 09:07:30,467 DEBUG SDM120 [829.1, 167.494] 2024-01-07 09:07:30,467 DEBUG SDM120 90 NEW FRAME : 2024-01-07 09:07:30,468 DEBUG SDM120 90 Timestamp : 1704618450.087321 2024-01-07 09:07:30,468 DEBUG SDM120 90 From Node : heatpump 2024-01-07 09:07:30,469 DEBUG SDM120 90 Values : [829.1, 167.494] 2024-01-07 09:07:30,469 DEBUG SDM120 90 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:07:30,470 DEBUG SDM120 90 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:07:30,579 DEBUG MQTT Publishing: emon/heatpump/electric_Power 829.1 2024-01-07 09:07:30,580 DEBUG MQTT Publishing: emon/heatpump/electric_Energy 167.494 2024-01-07 09:07:31,076 DEBUG MBUS Invalid MBUS data received 204 bytes 1033.9 ms 2024-01-07 09:07:31,079 DEBUG MBUS Decoded MBUS data: {"Energy": [750, "kWh"], "Volume": [389.53000000000003, "m3"], "Ontime Hours": [1077, "h"], "Ontime Hours_error": [1, "h"], "FlowT": [33.07, "C"], "ReturnT": [29.62, "C"], "DeltaT": [3.45, "C"], "Power": [3300, "W"], "FlowRate": [0.856, "m3/h"], "heat_calc": [3404.3833333333328, "W"]} 2024-01-07 09:07:31,080 DEBUG MBUS 89 NEW FRAME : 2024-01-07 09:07:31,081 DEBUG MBUS 89 Timestamp : 1704618450.042653 2024-01-07 09:07:31,081 DEBUG MBUS 89 From Node : heatpump 2024-01-07 09:07:31,081 DEBUG MBUS 89 Values : [750, 389.53000000000003, 1077, 1, 33.07, 29.62, 3.45, 3300, 0.856, 3404.3833333333328] 2024-01-07 09:07:31,082 DEBUG MBUS 89 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:07:31,083 DEBUG MBUS 89 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:07:31,187 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Energy 750 2024-01-07 09:07:31,188 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Volume 389.53000000000003 2024-01-07 09:07:31,189 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours 1077 2024-01-07 09:07:31,189 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours_error 1 2024-01-07 09:07:31,190 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowT 33.07 2024-01-07 09:07:31,191 DEBUG MQTT Publishing: emon/heatpump/heatmeter_ReturnT 29.62 2024-01-07 09:07:31,192 DEBUG MQTT Publishing: emon/heatpump/heatmeter_DeltaT 3.45 2024-01-07 09:07:31,192 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Power 3300 2024-01-07 09:07:31,193 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowRate 0.856 2024-01-07 09:07:31,194 DEBUG MQTT Publishing: emon/heatpump/heatmeter_heat_calc 3404.3833333333328 2024-01-07 09:07:40,481 DEBUG SDM120 [831.8, 167.497] 2024-01-07 09:07:40,481 DEBUG SDM120 92 NEW FRAME : 2024-01-07 09:07:40,482 DEBUG SDM120 92 Timestamp : 1704618460.090845 2024-01-07 09:07:40,482 DEBUG SDM120 92 From Node : heatpump 2024-01-07 09:07:40,483 DEBUG SDM120 92 Values : [831.8, 167.497] 2024-01-07 09:07:40,483 DEBUG SDM120 92 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:07:40,483 DEBUG SDM120 92 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:07:40,733 DEBUG MQTT Publishing: emon/heatpump/electric_Power 831.8 2024-01-07 09:07:40,734 DEBUG MQTT Publishing: emon/heatpump/electric_Energy 167.497 2024-01-07 09:07:41,041 DEBUG MBUS Invalid MBUS data received 204 bytes 1034.6 ms 2024-01-07 09:07:41,043 DEBUG MBUS Decoded MBUS data: {"Energy": [750, "kWh"], "Volume": [389.54, "m3"], "Ontime Hours": [1077, "h"], "Ontime Hours_error": [1, "h"], "FlowT": [33.160000000000004, "C"], "ReturnT": [29.62, "C"], "DeltaT": [3.54, "C"], "Power": [3400, "W"], "FlowRate": [0.859, "m3/h"], "heat_calc": [3505.4358333333357, "W"]} 2024-01-07 09:07:41,044 DEBUG MBUS 91 NEW FRAME : 2024-01-07 09:07:41,044 DEBUG MBUS 91 Timestamp : 1704618460.006144 2024-01-07 09:07:41,044 DEBUG MBUS 91 From Node : heatpump 2024-01-07 09:07:41,045 DEBUG MBUS 91 Values : [750, 389.54, 1077, 1, 33.160000000000004, 29.62, 3.54, 3400, 0.859, 3505.4358333333357] 2024-01-07 09:07:41,045 DEBUG MBUS 91 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:07:41,045 DEBUG MBUS 91 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:07:41,138 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Energy 750 2024-01-07 09:07:41,139 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Volume 389.54 2024-01-07 09:07:41,140 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours 1077 2024-01-07 09:07:41,141 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours_error 1 2024-01-07 09:07:41,142 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowT 33.160000000000004 2024-01-07 09:07:41,142 DEBUG MQTT Publishing: emon/heatpump/heatmeter_ReturnT 29.62 2024-01-07 09:07:41,143 DEBUG MQTT Publishing: emon/heatpump/heatmeter_DeltaT 3.54 2024-01-07 09:07:41,144 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Power 3400 2024-01-07 09:07:41,145 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowRate 0.859 2024-01-07 09:07:41,146 DEBUG MQTT Publishing: emon/heatpump/heatmeter_heat_calc 3505.4358333333357 2024-01-07 09:07:49,134 DEBUG emoncmsorg Buffer size: 6 2024-01-07 09:07:49,136 INFO emoncmsorg sending: https://emoncms.org/input/bulk.json?sentat=1704618469&cb=1 (272 bytes of data, 6 frames, compressed) 2024-01-07 09:07:49,136 INFO emoncmsorg compression ratio: 23% 2024-01-07 09:07:49,297 DEBUG emoncmsorg acknowledged receipt with 'ok' from https://emoncms.org (160 ms) 2024-01-07 09:07:50,382 DEBUG SDM120 [834.2, 167.499] 2024-01-07 09:07:50,383 DEBUG SDM120 93 NEW FRAME : 2024-01-07 09:07:50,383 DEBUG SDM120 93 Timestamp : 1704618470.004276 2024-01-07 09:07:50,383 DEBUG SDM120 93 From Node : heatpump 2024-01-07 09:07:50,383 DEBUG SDM120 93 Values : [834.2, 167.499] 2024-01-07 09:07:50,383 DEBUG SDM120 93 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:07:50,383 DEBUG SDM120 93 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:07:50,579 DEBUG MQTT Publishing: emon/heatpump/electric_Power 834.2 2024-01-07 09:07:50,580 DEBUG MQTT Publishing: emon/heatpump/electric_Energy 167.499 2024-01-07 09:07:51,076 DEBUG MBUS Invalid MBUS data received 204 bytes 1012.9 ms 2024-01-07 09:07:51,077 DEBUG MBUS Decoded MBUS data: {"Energy": [750, "kWh"], "Volume": [389.54, "m3"], "Ontime Hours": [1077, "h"], "Ontime Hours_error": [1, "h"], "FlowT": [33.160000000000004, "C"], "ReturnT": [29.62, "C"], "DeltaT": [3.54, "C"], "Power": [3400, "W"], "FlowRate": [0.859, "m3/h"], "heat_calc": [3505.4358333333357, "W"]} 2024-01-07 09:07:51,078 DEBUG MBUS 94 NEW FRAME : 2024-01-07 09:07:51,078 DEBUG MBUS 94 Timestamp : 1704618470.063706 2024-01-07 09:07:51,078 DEBUG MBUS 94 From Node : heatpump 2024-01-07 09:07:51,078 DEBUG MBUS 94 Values : [750, 389.54, 1077, 1, 33.160000000000004, 29.62, 3.54, 3400, 0.859, 3505.4358333333357] 2024-01-07 09:07:51,078 DEBUG MBUS 94 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:07:51,078 DEBUG MBUS 94 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:07:51,182 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Energy 750 2024-01-07 09:07:51,183 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Volume 389.54 2024-01-07 09:07:51,183 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours 1077 2024-01-07 09:07:51,184 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours_error 1 2024-01-07 09:07:51,184 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowT 33.160000000000004 2024-01-07 09:07:51,184 DEBUG MQTT Publishing: emon/heatpump/heatmeter_ReturnT 29.62 2024-01-07 09:07:51,185 DEBUG MQTT Publishing: emon/heatpump/heatmeter_DeltaT 3.54 2024-01-07 09:07:51,185 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Power 3400 2024-01-07 09:07:51,185 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowRate 0.859 2024-01-07 09:07:51,185 DEBUG MQTT Publishing: emon/heatpump/heatmeter_heat_calc 3505.4358333333357 2024-01-07 09:08:00,397 DEBUG SDM120 [838.4, 167.501] 2024-01-07 09:08:00,398 DEBUG SDM120 95 NEW FRAME : 2024-01-07 09:08:00,398 DEBUG SDM120 95 Timestamp : 1704618480.008853 2024-01-07 09:08:00,398 DEBUG SDM120 95 From Node : heatpump 2024-01-07 09:08:00,399 DEBUG SDM120 95 Values : [838.4, 167.501] 2024-01-07 09:08:00,399 DEBUG SDM120 95 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:08:00,399 DEBUG SDM120 95 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:08:00,421 DEBUG MQTT Publishing: emon/heatpump/electric_Power 838.4 2024-01-07 09:08:00,422 DEBUG MQTT Publishing: emon/heatpump/electric_Energy 167.501 2024-01-07 09:08:01,138 DEBUG MBUS Invalid MBUS data received 204 bytes 1038.2 ms 2024-01-07 09:08:01,140 DEBUG MBUS Decoded MBUS data: {"Energy": [750, "kWh"], "Volume": [389.54, "m3"], "Ontime Hours": [1077, "h"], "Ontime Hours_error": [1, "h"], "FlowT": [33.160000000000004, "C"], "ReturnT": [29.62, "C"], "DeltaT": [3.54, "C"], "Power": [3400, "W"], "FlowRate": [0.859, "m3/h"], "heat_calc": [3505.4358333333357, "W"]} 2024-01-07 09:08:01,141 DEBUG MBUS 96 NEW FRAME : 2024-01-07 09:08:01,141 DEBUG MBUS 96 Timestamp : 1704618480.099645 2024-01-07 09:08:01,141 DEBUG MBUS 96 From Node : heatpump 2024-01-07 09:08:01,142 DEBUG MBUS 96 Values : [750, 389.54, 1077, 1, 33.160000000000004, 29.62, 3.54, 3400, 0.859, 3505.4358333333357] 2024-01-07 09:08:01,142 DEBUG MBUS 96 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:08:01,143 DEBUG MBUS 96 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:08:01,230 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Energy 750 2024-01-07 09:08:01,231 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Volume 389.54 2024-01-07 09:08:01,232 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours 1077 2024-01-07 09:08:01,233 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours_error 1 2024-01-07 09:08:01,234 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowT 33.160000000000004 2024-01-07 09:08:01,235 DEBUG MQTT Publishing: emon/heatpump/heatmeter_ReturnT 29.62 2024-01-07 09:08:01,236 DEBUG MQTT Publishing: emon/heatpump/heatmeter_DeltaT 3.54 2024-01-07 09:08:01,237 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Power 3400 2024-01-07 09:08:01,238 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowRate 0.859 2024-01-07 09:08:01,238 DEBUG MQTT Publishing: emon/heatpump/heatmeter_heat_calc 3505.4358333333357 2024-01-07 09:08:10,395 DEBUG SDM120 [840.7, 167.504] 2024-01-07 09:08:10,396 DEBUG SDM120 97 NEW FRAME : 2024-01-07 09:08:10,396 DEBUG SDM120 97 Timestamp : 1704618490.017705 2024-01-07 09:08:10,397 DEBUG SDM120 97 From Node : heatpump 2024-01-07 09:08:10,397 DEBUG SDM120 97 Values : [840.7, 167.504] 2024-01-07 09:08:10,397 DEBUG SDM120 97 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:08:10,398 DEBUG SDM120 97 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:08:10,567 DEBUG MQTT Publishing: emon/heatpump/electric_Power 840.7 2024-01-07 09:08:10,569 DEBUG MQTT Publishing: emon/heatpump/electric_Energy 167.504 2024-01-07 09:08:11,095 DEBUG MBUS Invalid MBUS data received 204 bytes 1034.3 ms 2024-01-07 09:08:11,098 DEBUG MBUS Decoded MBUS data: {"Energy": [750, "kWh"], "Volume": [389.55, "m3"], "Ontime Hours": [1077, "h"], "Ontime Hours_error": [1, "h"], "FlowT": [33.27, "C"], "ReturnT": [29.71, "C"], "DeltaT": [3.56, "C"], "Power": [3500, "W"], "FlowRate": [0.858, "m3/h"], "heat_calc": [3521.136666666669, "W"]} 2024-01-07 09:08:11,107 DEBUG MBUS 98 NEW FRAME : 2024-01-07 09:08:11,108 DEBUG MBUS 98 Timestamp : 1704618490.060965 2024-01-07 09:08:11,108 DEBUG MBUS 98 From Node : heatpump 2024-01-07 09:08:11,109 DEBUG MBUS 98 Values : [750, 389.55, 1077, 1, 33.27, 29.71, 3.56, 3500, 0.858, 3521.136666666669] 2024-01-07 09:08:11,109 DEBUG MBUS 98 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:08:11,110 DEBUG MBUS 98 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:08:11,375 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Energy 750 2024-01-07 09:08:11,376 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Volume 389.55 2024-01-07 09:08:11,377 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours 1077 2024-01-07 09:08:11,378 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours_error 1 2024-01-07 09:08:11,379 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowT 33.27 2024-01-07 09:08:11,380 DEBUG MQTT Publishing: emon/heatpump/heatmeter_ReturnT 29.71 2024-01-07 09:08:11,381 DEBUG MQTT Publishing: emon/heatpump/heatmeter_DeltaT 3.56 2024-01-07 09:08:11,382 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Power 3500 2024-01-07 09:08:11,383 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowRate 0.858 2024-01-07 09:08:11,383 DEBUG MQTT Publishing: emon/heatpump/heatmeter_heat_calc 3521.136666666669 2024-01-07 09:08:19,361 DEBUG emoncmsorg Buffer size: 6 2024-01-07 09:08:19,363 INFO emoncmsorg sending: https://emoncms.org/input/bulk.json?sentat=1704618499&cb=1 (272 bytes of data, 6 frames, compressed) 2024-01-07 09:08:19,363 INFO emoncmsorg compression ratio: 23% 2024-01-07 09:08:19,538 DEBUG emoncmsorg acknowledged receipt with 'ok' from https://emoncms.org (174 ms) 2024-01-07 09:08:20,409 DEBUG SDM120 [845.4, 167.506] 2024-01-07 09:08:20,409 DEBUG SDM120 99 NEW FRAME : 2024-01-07 09:08:20,409 DEBUG SDM120 99 Timestamp : 1704618500.022930 2024-01-07 09:08:20,409 DEBUG SDM120 99 From Node : heatpump 2024-01-07 09:08:20,409 DEBUG SDM120 99 Values : [845.4, 167.506] 2024-01-07 09:08:20,409 DEBUG SDM120 99 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:08:20,410 DEBUG SDM120 99 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:08:20,616 DEBUG MQTT Publishing: emon/heatpump/electric_Power 845.4 2024-01-07 09:08:20,617 DEBUG MQTT Publishing: emon/heatpump/electric_Energy 167.506 2024-01-07 09:08:21,045 DEBUG MBUS Invalid MBUS data received 204 bytes 1013.3 ms 2024-01-07 09:08:21,046 DEBUG MBUS Decoded MBUS data: {"Energy": [750, "kWh"], "Volume": [389.55, "m3"], "Ontime Hours": [1077, "h"], "Ontime Hours_error": [1, "h"], "FlowT": [33.27, "C"], "ReturnT": [29.71, "C"], "DeltaT": [3.56, "C"], "Power": [3500, "W"], "FlowRate": [0.858, "m3/h"], "heat_calc": [3521.136666666669, "W"]} 2024-01-07 09:08:21,047 DEBUG MBUS 100 NEW FRAME : 2024-01-07 09:08:21,047 DEBUG MBUS 100 Timestamp : 1704618500.032326 2024-01-07 09:08:21,047 DEBUG MBUS 100 From Node : heatpump 2024-01-07 09:08:21,047 DEBUG MBUS 100 Values : [750, 389.55, 1077, 1, 33.27, 29.71, 3.56, 3500, 0.858, 3521.136666666669] 2024-01-07 09:08:21,047 DEBUG MBUS 100 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:08:21,047 DEBUG MBUS 100 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:08:21,219 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Energy 750 2024-01-07 09:08:21,220 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Volume 389.55 2024-01-07 09:08:21,220 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours 1077 2024-01-07 09:08:21,221 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours_error 1 2024-01-07 09:08:21,221 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowT 33.27 2024-01-07 09:08:21,221 DEBUG MQTT Publishing: emon/heatpump/heatmeter_ReturnT 29.71 2024-01-07 09:08:21,221 DEBUG MQTT Publishing: emon/heatpump/heatmeter_DeltaT 3.56 2024-01-07 09:08:21,222 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Power 3500 2024-01-07 09:08:21,222 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowRate 0.858 2024-01-07 09:08:21,222 DEBUG MQTT Publishing: emon/heatpump/heatmeter_heat_calc 3521.136666666669 2024-01-07 09:08:30,423 DEBUG SDM120 [847.6, 167.508] 2024-01-07 09:08:30,424 DEBUG SDM120 101 NEW FRAME : 2024-01-07 09:08:30,424 DEBUG SDM120 101 Timestamp : 1704618510.032258 2024-01-07 09:08:30,425 DEBUG SDM120 101 From Node : heatpump 2024-01-07 09:08:30,425 DEBUG SDM120 101 Values : [847.6, 167.508] 2024-01-07 09:08:30,425 DEBUG SDM120 101 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:08:30,426 DEBUG SDM120 101 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:08:30,556 DEBUG MQTT Publishing: emon/heatpump/electric_Power 847.6 2024-01-07 09:08:30,557 DEBUG MQTT Publishing: emon/heatpump/electric_Energy 167.508 2024-01-07 09:08:31,098 DEBUG MBUS Invalid MBUS data received 204 bytes 1034.9 ms 2024-01-07 09:08:31,101 DEBUG MBUS Decoded MBUS data: {"Energy": [750, "kWh"], "Volume": [389.55, "m3"], "Ontime Hours": [1077, "h"], "Ontime Hours_error": [1, "h"], "FlowT": [33.27, "C"], "ReturnT": [29.71, "C"], "DeltaT": [3.56, "C"], "Power": [3500, "W"], "FlowRate": [0.858, "m3/h"], "heat_calc": [3521.136666666669, "W"]} 2024-01-07 09:08:31,101 DEBUG MBUS 102 NEW FRAME : 2024-01-07 09:08:31,101 DEBUG MBUS 102 Timestamp : 1704618510.063337 2024-01-07 09:08:31,102 DEBUG MBUS 102 From Node : heatpump 2024-01-07 09:08:31,102 DEBUG MBUS 102 Values : [750, 389.55, 1077, 1, 33.27, 29.71, 3.56, 3500, 0.858, 3521.136666666669] 2024-01-07 09:08:31,103 DEBUG MBUS 102 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:08:31,103 DEBUG MBUS 102 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:08:31,363 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Energy 750 2024-01-07 09:08:31,364 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Volume 389.55 2024-01-07 09:08:31,365 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours 1077 2024-01-07 09:08:31,366 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours_error 1 2024-01-07 09:08:31,367 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowT 33.27 2024-01-07 09:08:31,367 DEBUG MQTT Publishing: emon/heatpump/heatmeter_ReturnT 29.71 2024-01-07 09:08:31,368 DEBUG MQTT Publishing: emon/heatpump/heatmeter_DeltaT 3.56 2024-01-07 09:08:31,369 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Power 3500 2024-01-07 09:08:31,370 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowRate 0.858 2024-01-07 09:08:31,371 DEBUG MQTT Publishing: emon/heatpump/heatmeter_heat_calc 3521.136666666669 2024-01-07 09:08:40,437 DEBUG SDM120 [850.1, 167.511] 2024-01-07 09:08:40,438 DEBUG SDM120 104 NEW FRAME : 2024-01-07 09:08:40,438 DEBUG SDM120 104 Timestamp : 1704618520.053103 2024-01-07 09:08:40,438 DEBUG SDM120 104 From Node : heatpump 2024-01-07 09:08:40,439 DEBUG SDM120 104 Values : [850.1, 167.511] 2024-01-07 09:08:40,439 DEBUG SDM120 104 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:08:40,439 DEBUG SDM120 104 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:08:40,614 DEBUG MQTT Publishing: emon/heatpump/electric_Power 850.1 2024-01-07 09:08:40,615 DEBUG MQTT Publishing: emon/heatpump/electric_Energy 167.511 2024-01-07 09:08:41,056 DEBUG MBUS Invalid MBUS data received 204 bytes 1033.0 ms 2024-01-07 09:08:41,058 DEBUG MBUS Decoded MBUS data: {"Energy": [750, "kWh"], "Volume": [389.56, "m3"], "Ontime Hours": [1077, "h"], "Ontime Hours_error": [1, "h"], "FlowT": [33.38, "C"], "ReturnT": [29.8, "C"], "DeltaT": [3.58, "C"], "Power": [3500, "W"], "FlowRate": [0.858, "m3/h"], "heat_calc": [3540.9183333333353, "W"]} 2024-01-07 09:08:41,059 DEBUG MBUS 103 NEW FRAME : 2024-01-07 09:08:41,059 DEBUG MBUS 103 Timestamp : 1704618520.023084 2024-01-07 09:08:41,060 DEBUG MBUS 103 From Node : heatpump 2024-01-07 09:08:41,060 DEBUG MBUS 103 Values : [750, 389.56, 1077, 1, 33.38, 29.8, 3.58, 3500, 0.858, 3540.9183333333353] 2024-01-07 09:08:41,060 DEBUG MBUS 103 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:08:41,061 DEBUG MBUS 103 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:08:41,220 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Energy 750 2024-01-07 09:08:41,221 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Volume 389.56 2024-01-07 09:08:41,222 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours 1077 2024-01-07 09:08:41,223 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours_error 1 2024-01-07 09:08:41,224 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowT 33.38 2024-01-07 09:08:41,225 DEBUG MQTT Publishing: emon/heatpump/heatmeter_ReturnT 29.8 2024-01-07 09:08:41,226 DEBUG MQTT Publishing: emon/heatpump/heatmeter_DeltaT 3.58 2024-01-07 09:08:41,226 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Power 3500 2024-01-07 09:08:41,227 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowRate 0.858 2024-01-07 09:08:41,228 DEBUG MQTT Publishing: emon/heatpump/heatmeter_heat_calc 3540.9183333333353 2024-01-07 09:08:49,599 DEBUG emoncmsorg Buffer size: 6 2024-01-07 09:08:49,600 INFO emoncmsorg sending: https://emoncms.org/input/bulk.json?sentat=1704618529&cb=1 (261 bytes of data, 6 frames, compressed) 2024-01-07 09:08:49,601 INFO emoncmsorg compression ratio: 23% 2024-01-07 09:08:49,786 DEBUG emoncmsorg acknowledged receipt with 'ok' from https://emoncms.org (185 ms) 2024-01-07 09:08:50,451 DEBUG SDM120 [851.5, 167.513] 2024-01-07 09:08:50,451 DEBUG SDM120 105 NEW FRAME : 2024-01-07 09:08:50,451 DEBUG SDM120 105 Timestamp : 1704618530.060853 2024-01-07 09:08:50,451 DEBUG SDM120 105 From Node : heatpump 2024-01-07 09:08:50,451 DEBUG SDM120 105 Values : [851.5, 167.513] 2024-01-07 09:08:50,452 DEBUG SDM120 105 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:08:50,452 DEBUG SDM120 105 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:08:50,462 DEBUG MQTT Publishing: emon/heatpump/electric_Power 851.5 2024-01-07 09:08:50,463 DEBUG MQTT Publishing: emon/heatpump/electric_Energy 167.513 2024-01-07 09:08:51,097 DEBUG MBUS Invalid MBUS data received 204 bytes 1013.1 ms 2024-01-07 09:08:51,098 DEBUG MBUS Decoded MBUS data: {"Energy": [750, "kWh"], "Volume": [389.56, "m3"], "Ontime Hours": [1077, "h"], "Ontime Hours_error": [1, "h"], "FlowT": [33.38, "C"], "ReturnT": [29.8, "C"], "DeltaT": [3.58, "C"], "Power": [3500, "W"], "FlowRate": [0.858, "m3/h"], "heat_calc": [3540.9183333333353, "W"]} 2024-01-07 09:08:51,099 DEBUG MBUS 106 NEW FRAME : 2024-01-07 09:08:51,099 DEBUG MBUS 106 Timestamp : 1704618530.084622 2024-01-07 09:08:51,099 DEBUG MBUS 106 From Node : heatpump 2024-01-07 09:08:51,099 DEBUG MBUS 106 Values : [750, 389.56, 1077, 1, 33.38, 29.8, 3.58, 3500, 0.858, 3540.9183333333353] 2024-01-07 09:08:51,099 DEBUG MBUS 106 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:08:51,099 DEBUG MBUS 106 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:08:51,265 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Energy 750 2024-01-07 09:08:51,266 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Volume 389.56 2024-01-07 09:08:51,266 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours 1077 2024-01-07 09:08:51,266 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours_error 1 2024-01-07 09:08:51,267 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowT 33.38 2024-01-07 09:08:51,267 DEBUG MQTT Publishing: emon/heatpump/heatmeter_ReturnT 29.8 2024-01-07 09:08:51,267 DEBUG MQTT Publishing: emon/heatpump/heatmeter_DeltaT 3.58 2024-01-07 09:08:51,268 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Power 3500 2024-01-07 09:08:51,268 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowRate 0.858 2024-01-07 09:08:51,268 DEBUG MQTT Publishing: emon/heatpump/heatmeter_heat_calc 3540.9183333333353 2024-01-07 09:09:00,449 DEBUG SDM120 [854.4, 167.515] 2024-01-07 09:09:00,450 DEBUG SDM120 108 NEW FRAME : 2024-01-07 09:09:00,450 DEBUG SDM120 108 Timestamp : 1704618540.069842 2024-01-07 09:09:00,451 DEBUG SDM120 108 From Node : heatpump 2024-01-07 09:09:00,451 DEBUG SDM120 108 Values : [854.4, 167.515] 2024-01-07 09:09:00,451 DEBUG SDM120 108 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:09:00,452 DEBUG SDM120 108 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:09:00,604 DEBUG MQTT Publishing: emon/heatpump/electric_Power 854.4 2024-01-07 09:09:00,605 DEBUG MQTT Publishing: emon/heatpump/electric_Energy 167.515 2024-01-07 09:09:01,056 DEBUG MBUS Invalid MBUS data received 204 bytes 1040.1 ms 2024-01-07 09:09:01,058 DEBUG MBUS Decoded MBUS data: {"Energy": [750, "kWh"], "Volume": [389.56, "m3"], "Ontime Hours": [1077, "h"], "Ontime Hours_error": [1, "h"], "FlowT": [33.38, "C"], "ReturnT": [29.8, "C"], "DeltaT": [3.58, "C"], "Power": [3500, "W"], "FlowRate": [0.858, "m3/h"], "heat_calc": [3540.9183333333353, "W"]} 2024-01-07 09:09:01,058 DEBUG MBUS 107 NEW FRAME : 2024-01-07 09:09:01,059 DEBUG MBUS 107 Timestamp : 1704618540.015810 2024-01-07 09:09:01,059 DEBUG MBUS 107 From Node : heatpump 2024-01-07 09:09:01,059 DEBUG MBUS 107 Values : [750, 389.56, 1077, 1, 33.38, 29.8, 3.58, 3500, 0.858, 3540.9183333333353] 2024-01-07 09:09:01,060 DEBUG MBUS 107 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:09:01,060 DEBUG MBUS 107 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:09:01,209 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Energy 750 2024-01-07 09:09:01,211 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Volume 389.56 2024-01-07 09:09:01,212 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours 1077 2024-01-07 09:09:01,213 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours_error 1 2024-01-07 09:09:01,214 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowT 33.38 2024-01-07 09:09:01,214 DEBUG MQTT Publishing: emon/heatpump/heatmeter_ReturnT 29.8 2024-01-07 09:09:01,215 DEBUG MQTT Publishing: emon/heatpump/heatmeter_DeltaT 3.58 2024-01-07 09:09:01,216 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Power 3500 2024-01-07 09:09:01,217 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowRate 0.858 2024-01-07 09:09:01,218 DEBUG MQTT Publishing: emon/heatpump/heatmeter_heat_calc 3540.9183333333353 2024-01-07 09:09:10,463 DEBUG SDM120 [857.9, 167.518] 2024-01-07 09:09:10,464 DEBUG SDM120 109 NEW FRAME : 2024-01-07 09:09:10,464 DEBUG SDM120 109 Timestamp : 1704618550.074181 2024-01-07 09:09:10,465 DEBUG SDM120 109 From Node : heatpump 2024-01-07 09:09:10,465 DEBUG SDM120 109 Values : [857.9, 167.518] 2024-01-07 09:09:10,465 DEBUG SDM120 109 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:09:10,466 DEBUG SDM120 109 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:09:10,645 DEBUG MQTT Publishing: emon/heatpump/electric_Power 857.9 2024-01-07 09:09:10,647 DEBUG MQTT Publishing: emon/heatpump/electric_Energy 167.518 2024-01-07 09:09:11,118 DEBUG MBUS Invalid MBUS data received 204 bytes 1036.1 ms 2024-01-07 09:09:11,120 DEBUG MBUS Decoded MBUS data: {"Energy": [750, "kWh"], "Volume": [389.56, "m3"], "Ontime Hours": [1077, "h"], "Ontime Hours_error": [1, "h"], "FlowT": [33.47, "C"], "ReturnT": [29.86, "C"], "DeltaT": [3.61, "C"], "Power": [3500, "W"], "FlowRate": [0.859, "m3/h"], "heat_calc": [3574.7523611111105, "W"]} 2024-01-07 09:09:11,121 DEBUG MBUS 110 NEW FRAME : 2024-01-07 09:09:11,121 DEBUG MBUS 110 Timestamp : 1704618550.081624 2024-01-07 09:09:11,122 DEBUG MBUS 110 From Node : heatpump 2024-01-07 09:09:11,122 DEBUG MBUS 110 Values : [750, 389.56, 1077, 1, 33.47, 29.86, 3.61, 3500, 0.859, 3574.7523611111105] 2024-01-07 09:09:11,122 DEBUG MBUS 110 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:09:11,123 DEBUG MBUS 110 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:09:11,251 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Energy 750 2024-01-07 09:09:11,252 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Volume 389.56 2024-01-07 09:09:11,253 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours 1077 2024-01-07 09:09:11,254 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours_error 1 2024-01-07 09:09:11,255 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowT 33.47 2024-01-07 09:09:11,256 DEBUG MQTT Publishing: emon/heatpump/heatmeter_ReturnT 29.86 2024-01-07 09:09:11,256 DEBUG MQTT Publishing: emon/heatpump/heatmeter_DeltaT 3.61 2024-01-07 09:09:11,257 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Power 3500 2024-01-07 09:09:11,258 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowRate 0.859 2024-01-07 09:09:11,259 DEBUG MQTT Publishing: emon/heatpump/heatmeter_heat_calc 3574.7523611111105 2024-01-07 09:09:19,845 DEBUG emoncmsorg Buffer size: 6 2024-01-07 09:09:19,847 INFO emoncmsorg sending: https://emoncms.org/input/bulk.json?sentat=1704618559&cb=1 (260 bytes of data, 6 frames, compressed) 2024-01-07 09:09:19,847 INFO emoncmsorg compression ratio: 22% 2024-01-07 09:09:20,001 DEBUG emoncmsorg acknowledged receipt with 'ok' from https://emoncms.org (153 ms) 2024-01-07 09:09:20,477 DEBUG SDM120 [860.6, 167.52] 2024-01-07 09:09:20,478 DEBUG SDM120 112 NEW FRAME : 2024-01-07 09:09:20,478 DEBUG SDM120 112 Timestamp : 1704618560.091417 2024-01-07 09:09:20,479 DEBUG SDM120 112 From Node : heatpump 2024-01-07 09:09:20,479 DEBUG SDM120 112 Values : [860.6, 167.52] 2024-01-07 09:09:20,480 DEBUG SDM120 112 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:09:20,480 DEBUG SDM120 112 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:09:20,492 DEBUG MQTT Publishing: emon/heatpump/electric_Power 860.6 2024-01-07 09:09:20,493 DEBUG MQTT Publishing: emon/heatpump/electric_Energy 167.52 2024-01-07 09:09:21,079 DEBUG MBUS Invalid MBUS data received 204 bytes 1033.1 ms 2024-01-07 09:09:21,081 DEBUG MBUS Decoded MBUS data: {"Energy": [750, "kWh"], "Volume": [389.56, "m3"], "Ontime Hours": [1077, "h"], "Ontime Hours_error": [1, "h"], "FlowT": [33.47, "C"], "ReturnT": [29.86, "C"], "DeltaT": [3.61, "C"], "Power": [3500, "W"], "FlowRate": [0.859, "m3/h"], "heat_calc": [3574.7523611111105, "W"]} 2024-01-07 09:09:21,082 DEBUG MBUS 111 NEW FRAME : 2024-01-07 09:09:21,082 DEBUG MBUS 111 Timestamp : 1704618560.045848 2024-01-07 09:09:21,083 DEBUG MBUS 111 From Node : heatpump 2024-01-07 09:09:21,083 DEBUG MBUS 111 Values : [750, 389.56, 1077, 1, 33.47, 29.86, 3.61, 3500, 0.859, 3574.7523611111105] 2024-01-07 09:09:21,083 DEBUG MBUS 111 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:09:21,084 DEBUG MBUS 111 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:09:21,099 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Energy 750 2024-01-07 09:09:21,100 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Volume 389.56 2024-01-07 09:09:21,101 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours 1077 2024-01-07 09:09:21,102 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours_error 1 2024-01-07 09:09:21,102 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowT 33.47 2024-01-07 09:09:21,103 DEBUG MQTT Publishing: emon/heatpump/heatmeter_ReturnT 29.86 2024-01-07 09:09:21,104 DEBUG MQTT Publishing: emon/heatpump/heatmeter_DeltaT 3.61 2024-01-07 09:09:21,105 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Power 3500 2024-01-07 09:09:21,106 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowRate 0.859 2024-01-07 09:09:21,106 DEBUG MQTT Publishing: emon/heatpump/heatmeter_heat_calc 3574.7523611111105 2024-01-07 09:09:30,475 DEBUG SDM120 [863.5, 167.523] 2024-01-07 09:09:30,476 DEBUG SDM120 113 NEW FRAME : 2024-01-07 09:09:30,476 DEBUG SDM120 113 Timestamp : 1704618570.097745 2024-01-07 09:09:30,477 DEBUG SDM120 113 From Node : heatpump 2024-01-07 09:09:30,477 DEBUG SDM120 113 Values : [863.5, 167.523] 2024-01-07 09:09:30,478 DEBUG SDM120 113 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:09:30,478 DEBUG SDM120 113 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:09:30,649 DEBUG MQTT Publishing: emon/heatpump/electric_Power 863.5 2024-01-07 09:09:30,650 DEBUG MQTT Publishing: emon/heatpump/electric_Energy 167.523 2024-01-07 09:09:31,133 DEBUG MBUS Invalid MBUS data received 204 bytes 1033.9 ms 2024-01-07 09:09:31,135 DEBUG MBUS Decoded MBUS data: {"Energy": [750, "kWh"], "Volume": [389.56, "m3"], "Ontime Hours": [1077, "h"], "Ontime Hours_error": [1, "h"], "FlowT": [33.47, "C"], "ReturnT": [29.86, "C"], "DeltaT": [3.61, "C"], "Power": [3500, "W"], "FlowRate": [0.859, "m3/h"], "heat_calc": [3574.7523611111105, "W"]} 2024-01-07 09:09:31,135 DEBUG MBUS 114 NEW FRAME : 2024-01-07 09:09:31,136 DEBUG MBUS 114 Timestamp : 1704618570.098783 2024-01-07 09:09:31,136 DEBUG MBUS 114 From Node : heatpump 2024-01-07 09:09:31,137 DEBUG MBUS 114 Values : [750, 389.56, 1077, 1, 33.47, 29.86, 3.61, 3500, 0.859, 3574.7523611111105] 2024-01-07 09:09:31,137 DEBUG MBUS 114 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:09:31,137 DEBUG MBUS 114 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:09:31,254 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Energy 750 2024-01-07 09:09:31,255 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Volume 389.56 2024-01-07 09:09:31,256 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours 1077 2024-01-07 09:09:31,257 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours_error 1 2024-01-07 09:09:31,258 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowT 33.47 2024-01-07 09:09:31,259 DEBUG MQTT Publishing: emon/heatpump/heatmeter_ReturnT 29.86 2024-01-07 09:09:31,260 DEBUG MQTT Publishing: emon/heatpump/heatmeter_DeltaT 3.61 2024-01-07 09:09:31,261 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Power 3500 2024-01-07 09:09:31,262 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowRate 0.859 2024-01-07 09:09:31,263 DEBUG MQTT Publishing: emon/heatpump/heatmeter_heat_calc 3574.7523611111105 2024-01-07 09:09:40,393 DEBUG SDM120 [864.9, 167.525] 2024-01-07 09:09:40,394 DEBUG SDM120 115 NEW FRAME : 2024-01-07 09:09:40,394 DEBUG SDM120 115 Timestamp : 1704618580.003859 2024-01-07 09:09:40,395 DEBUG SDM120 115 From Node : heatpump 2024-01-07 09:09:40,395 DEBUG SDM120 115 Values : [864.9, 167.525] 2024-01-07 09:09:40,395 DEBUG SDM120 115 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:09:40,396 DEBUG SDM120 115 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:09:40,505 DEBUG MQTT Publishing: emon/heatpump/electric_Power 864.9 2024-01-07 09:09:40,506 DEBUG MQTT Publishing: emon/heatpump/electric_Energy 167.525 2024-01-07 09:09:41,090 DEBUG MBUS Invalid MBUS data received 204 bytes 1033.8 ms 2024-01-07 09:09:41,092 DEBUG MBUS Decoded MBUS data: {"Energy": [750, "kWh"], "Volume": [389.57, "m3"], "Ontime Hours": [1077, "h"], "Ontime Hours_error": [1, "h"], "FlowT": [33.57, "C"], "ReturnT": [29.92, "C"], "DeltaT": [3.65, "C"], "Power": [3500, "W"], "FlowRate": [0.856, "m3/h"], "heat_calc": [3601.7388888888877, "W"]} 2024-01-07 09:09:41,093 DEBUG MBUS 116 NEW FRAME : 2024-01-07 09:09:41,093 DEBUG MBUS 116 Timestamp : 1704618580.056009 2024-01-07 09:09:41,094 DEBUG MBUS 116 From Node : heatpump 2024-01-07 09:09:41,094 DEBUG MBUS 116 Values : [750, 389.57, 1077, 1, 33.57, 29.92, 3.65, 3500, 0.856, 3601.7388888888877] 2024-01-07 09:09:41,094 DEBUG MBUS 116 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:09:41,095 DEBUG MBUS 116 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:09:41,311 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Energy 750 2024-01-07 09:09:41,313 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Volume 389.57 2024-01-07 09:09:41,314 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours 1077 2024-01-07 09:09:41,315 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours_error 1 2024-01-07 09:09:41,315 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowT 33.57 2024-01-07 09:09:41,316 DEBUG MQTT Publishing: emon/heatpump/heatmeter_ReturnT 29.92 2024-01-07 09:09:41,317 DEBUG MQTT Publishing: emon/heatpump/heatmeter_DeltaT 3.65 2024-01-07 09:09:41,318 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Power 3500 2024-01-07 09:09:41,319 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowRate 0.856 2024-01-07 09:09:41,320 DEBUG MQTT Publishing: emon/heatpump/heatmeter_heat_calc 3601.7388888888877 2024-01-07 09:09:50,064 DEBUG emoncmsorg Buffer size: 6 2024-01-07 09:09:50,065 INFO emoncmsorg sending: https://emoncms.org/input/bulk.json?sentat=1704618590&cb=1 (263 bytes of data, 6 frames, compressed) 2024-01-07 09:09:50,066 INFO emoncmsorg compression ratio: 23% 2024-01-07 09:09:50,321 DEBUG emoncmsorg acknowledged receipt with 'ok' from https://emoncms.org (254 ms) 2024-01-07 09:09:50,407 DEBUG SDM120 [865.5, 167.527] 2024-01-07 09:09:50,407 DEBUG SDM120 118 NEW FRAME : 2024-01-07 09:09:50,407 DEBUG SDM120 118 Timestamp : 1704618590.017215 2024-01-07 09:09:50,408 DEBUG SDM120 118 From Node : heatpump 2024-01-07 09:09:50,408 DEBUG SDM120 118 Values : [865.5, 167.527] 2024-01-07 09:09:50,408 DEBUG SDM120 118 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:09:50,408 DEBUG SDM120 118 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:09:50,555 DEBUG MQTT Publishing: emon/heatpump/electric_Power 865.5 2024-01-07 09:09:50,555 DEBUG MQTT Publishing: emon/heatpump/electric_Energy 167.527 2024-01-07 09:09:51,034 DEBUG MBUS Invalid MBUS data received 204 bytes 1017.1 ms 2024-01-07 09:09:51,035 DEBUG MBUS Decoded MBUS data: {"Energy": [750, "kWh"], "Volume": [389.57, "m3"], "Ontime Hours": [1077, "h"], "Ontime Hours_error": [1, "h"], "FlowT": [33.57, "C"], "ReturnT": [29.92, "C"], "DeltaT": [3.65, "C"], "Power": [3500, "W"], "FlowRate": [0.856, "m3/h"], "heat_calc": [3601.7388888888877, "W"]} 2024-01-07 09:09:51,035 DEBUG MBUS 117 NEW FRAME : 2024-01-07 09:09:51,036 DEBUG MBUS 117 Timestamp : 1704618590.017007 2024-01-07 09:09:51,036 DEBUG MBUS 117 From Node : heatpump 2024-01-07 09:09:51,036 DEBUG MBUS 117 Values : [750, 389.57, 1077, 1, 33.57, 29.92, 3.65, 3500, 0.856, 3601.7388888888877] 2024-01-07 09:09:51,036 DEBUG MBUS 117 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:09:51,036 DEBUG MBUS 117 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:09:51,158 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Energy 750 2024-01-07 09:09:51,158 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Volume 389.57 2024-01-07 09:09:51,159 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours 1077 2024-01-07 09:09:51,159 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours_error 1 2024-01-07 09:09:51,159 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowT 33.57 2024-01-07 09:09:51,160 DEBUG MQTT Publishing: emon/heatpump/heatmeter_ReturnT 29.92 2024-01-07 09:09:51,160 DEBUG MQTT Publishing: emon/heatpump/heatmeter_DeltaT 3.65 2024-01-07 09:09:51,161 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Power 3500 2024-01-07 09:09:51,161 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowRate 0.856 2024-01-07 09:09:51,161 DEBUG MQTT Publishing: emon/heatpump/heatmeter_heat_calc 3601.7388888888877 2024-01-07 09:10:00,405 DEBUG SDM120 [868.2, 167.53] 2024-01-07 09:10:00,406 DEBUG SDM120 119 NEW FRAME : 2024-01-07 09:10:00,406 DEBUG SDM120 119 Timestamp : 1704618600.024858 2024-01-07 09:10:00,407 DEBUG SDM120 119 From Node : heatpump 2024-01-07 09:10:00,407 DEBUG SDM120 119 Values : [868.2, 167.53] 2024-01-07 09:10:00,407 DEBUG SDM120 119 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:10:00,408 DEBUG SDM120 119 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:10:00,494 DEBUG MQTT Publishing: emon/heatpump/electric_Power 868.2 2024-01-07 09:10:00,495 DEBUG MQTT Publishing: emon/heatpump/electric_Energy 167.53 2024-01-07 09:10:01,086 DEBUG MBUS Invalid MBUS data received 204 bytes 1034.6 ms 2024-01-07 09:10:01,089 DEBUG MBUS Decoded MBUS data: {"Energy": [750, "kWh"], "Volume": [389.57, "m3"], "Ontime Hours": [1077, "h"], "Ontime Hours_error": [1, "h"], "FlowT": [33.57, "C"], "ReturnT": [29.92, "C"], "DeltaT": [3.65, "C"], "Power": [3500, "W"], "FlowRate": [0.856, "m3/h"], "heat_calc": [3601.7388888888877, "W"]} 2024-01-07 09:10:01,089 DEBUG MBUS 120 NEW FRAME : 2024-01-07 09:10:01,090 DEBUG MBUS 120 Timestamp : 1704618600.051977 2024-01-07 09:10:01,090 DEBUG MBUS 120 From Node : heatpump 2024-01-07 09:10:01,091 DEBUG MBUS 120 Values : [750, 389.57, 1077, 1, 33.57, 29.92, 3.65, 3500, 0.856, 3601.7388888888877] 2024-01-07 09:10:01,091 DEBUG MBUS 120 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:10:01,091 DEBUG MBUS 120 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:10:01,300 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Energy 750 2024-01-07 09:10:01,302 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Volume 389.57 2024-01-07 09:10:01,303 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours 1077 2024-01-07 09:10:01,304 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours_error 1 2024-01-07 09:10:01,305 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowT 33.57 2024-01-07 09:10:01,305 DEBUG MQTT Publishing: emon/heatpump/heatmeter_ReturnT 29.92 2024-01-07 09:10:01,306 DEBUG MQTT Publishing: emon/heatpump/heatmeter_DeltaT 3.65 2024-01-07 09:10:01,307 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Power 3500 2024-01-07 09:10:01,308 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowRate 0.856 2024-01-07 09:10:01,309 DEBUG MQTT Publishing: emon/heatpump/heatmeter_heat_calc 3601.7388888888877 2024-01-07 09:10:10,403 DEBUG SDM120 [868.8, 167.532] 2024-01-07 09:10:10,403 DEBUG SDM120 122 NEW FRAME : 2024-01-07 09:10:10,403 DEBUG SDM120 122 Timestamp : 1704618610.025696 2024-01-07 09:10:10,404 DEBUG SDM120 122 From Node : heatpump 2024-01-07 09:10:10,404 DEBUG SDM120 122 Values : [868.8, 167.532] 2024-01-07 09:10:10,404 DEBUG SDM120 122 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:10:10,404 DEBUG SDM120 122 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:10:10,538 DEBUG MQTT Publishing: emon/heatpump/electric_Power 868.8 2024-01-07 09:10:10,539 DEBUG MQTT Publishing: emon/heatpump/electric_Energy 167.532 2024-01-07 09:10:11,021 DEBUG MBUS Invalid MBUS data received 204 bytes 1012.9 ms 2024-01-07 09:10:11,022 DEBUG MBUS Decoded MBUS data: {"Energy": [750, "kWh"], "Volume": [389.57, "m3"], "Ontime Hours": [1077, "h"], "Ontime Hours_error": [1, "h"], "FlowT": [33.57, "C"], "ReturnT": [29.92, "C"], "DeltaT": [3.65, "C"], "Power": [3500, "W"], "FlowRate": [0.856, "m3/h"], "heat_calc": [3601.7388888888877, "W"]} 2024-01-07 09:10:11,022 DEBUG MBUS 121 NEW FRAME : 2024-01-07 09:10:11,023 DEBUG MBUS 121 Timestamp : 1704618610.008470 2024-01-07 09:10:11,023 DEBUG MBUS 121 From Node : heatpump 2024-01-07 09:10:11,023 DEBUG MBUS 121 Values : [750, 389.57, 1077, 1, 33.57, 29.92, 3.65, 3500, 0.856, 3601.7388888888877] 2024-01-07 09:10:11,023 DEBUG MBUS 121 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:10:11,023 DEBUG MBUS 121 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:10:11,142 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Energy 750 2024-01-07 09:10:11,142 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Volume 389.57 2024-01-07 09:10:11,143 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours 1077 2024-01-07 09:10:11,143 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours_error 1 2024-01-07 09:10:11,143 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowT 33.57 2024-01-07 09:10:11,144 DEBUG MQTT Publishing: emon/heatpump/heatmeter_ReturnT 29.92 2024-01-07 09:10:11,144 DEBUG MQTT Publishing: emon/heatpump/heatmeter_DeltaT 3.65 2024-01-07 09:10:11,144 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Power 3500 2024-01-07 09:10:11,145 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowRate 0.856 2024-01-07 09:10:11,145 DEBUG MQTT Publishing: emon/heatpump/heatmeter_heat_calc 3601.7388888888877 2024-01-07 09:10:20,373 DEBUG emoncmsorg Buffer size: 6 2024-01-07 09:10:20,375 INFO emoncmsorg sending: https://emoncms.org/input/bulk.json?sentat=1704618620&cb=1 (237 bytes of data, 6 frames, compressed) 2024-01-07 09:10:20,375 INFO emoncmsorg compression ratio: 20% 2024-01-07 09:10:20,401 DEBUG SDM120 [868.8, 167.535] 2024-01-07 09:10:20,402 DEBUG SDM120 123 NEW FRAME : 2024-01-07 09:10:20,402 DEBUG SDM120 123 Timestamp : 1704618620.023043 2024-01-07 09:10:20,403 DEBUG SDM120 123 From Node : heatpump 2024-01-07 09:10:20,403 DEBUG SDM120 123 Values : [868.8, 167.535] 2024-01-07 09:10:20,403 DEBUG SDM120 123 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:10:20,404 DEBUG SDM120 123 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:10:20,570 DEBUG MQTT Publishing: emon/heatpump/electric_Power 868.8 2024-01-07 09:10:20,572 DEBUG MQTT Publishing: emon/heatpump/electric_Energy 167.535 2024-01-07 09:10:21,081 DEBUG MBUS Invalid MBUS data received 204 bytes 1034.4 ms 2024-01-07 09:10:21,083 DEBUG MBUS Decoded MBUS data: {"Energy": [750, "kWh"], "Volume": [389.58, "m3"], "Ontime Hours": [1077, "h"], "Ontime Hours_error": [1, "h"], "FlowT": [33.65, "C"], "ReturnT": [30.0, "C"], "DeltaT": [3.65, "C"], "Power": [3600, "W"], "FlowRate": [0.855, "m3/h"], "heat_calc": [3597.531249999999, "W"]} 2024-01-07 09:10:21,084 DEBUG MBUS 124 NEW FRAME : 2024-01-07 09:10:21,084 DEBUG MBUS 124 Timestamp : 1704618620.046762 2024-01-07 09:10:21,085 DEBUG MBUS 124 From Node : heatpump 2024-01-07 09:10:21,085 DEBUG MBUS 124 Values : [750, 389.58, 1077, 1, 33.65, 30, 3.65, 3600, 0.855, 3597.531249999999] 2024-01-07 09:10:21,086 DEBUG MBUS 124 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:10:21,086 DEBUG MBUS 124 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:10:21,176 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Energy 750 2024-01-07 09:10:21,177 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Volume 389.58 2024-01-07 09:10:21,178 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours 1077 2024-01-07 09:10:21,179 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours_error 1 2024-01-07 09:10:21,179 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowT 33.65 2024-01-07 09:10:21,180 DEBUG MQTT Publishing: emon/heatpump/heatmeter_ReturnT 30 2024-01-07 09:10:21,181 DEBUG MQTT Publishing: emon/heatpump/heatmeter_DeltaT 3.65 2024-01-07 09:10:21,182 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Power 3600 2024-01-07 09:10:21,183 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowRate 0.855 2024-01-07 09:10:21,183 DEBUG MQTT Publishing: emon/heatpump/heatmeter_heat_calc 3597.531249999999 2024-01-07 09:10:25,796 DEBUG emoncmsorg acknowledged receipt with 'ok' from https://emoncms.org (5420 ms) 2024-01-07 09:10:30,415 DEBUG SDM120 [869.6, 167.537] 2024-01-07 09:10:30,416 DEBUG SDM120 126 NEW FRAME : 2024-01-07 09:10:30,417 DEBUG SDM120 126 Timestamp : 1704618630.025770 2024-01-07 09:10:30,417 DEBUG SDM120 126 From Node : heatpump 2024-01-07 09:10:30,417 DEBUG SDM120 126 Values : [869.6, 167.537] 2024-01-07 09:10:30,418 DEBUG SDM120 126 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:10:30,418 DEBUG SDM120 126 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:10:30,520 DEBUG MQTT Publishing: emon/heatpump/electric_Power 869.6 2024-01-07 09:10:30,521 DEBUG MQTT Publishing: emon/heatpump/electric_Energy 167.537 2024-01-07 09:10:31,050 DEBUG MBUS Invalid MBUS data received 204 bytes 1035.2 ms 2024-01-07 09:10:31,053 DEBUG MBUS Decoded MBUS data: {"Energy": [750, "kWh"], "Volume": [389.58, "m3"], "Ontime Hours": [1077, "h"], "Ontime Hours_error": [1, "h"], "FlowT": [33.65, "C"], "ReturnT": [30.0, "C"], "DeltaT": [3.65, "C"], "Power": [3600, "W"], "FlowRate": [0.855, "m3/h"], "heat_calc": [3597.531249999999, "W"]} 2024-01-07 09:10:31,053 DEBUG MBUS 125 NEW FRAME : 2024-01-07 09:10:31,054 DEBUG MBUS 125 Timestamp : 1704618630.015018 2024-01-07 09:10:31,054 DEBUG MBUS 125 From Node : heatpump 2024-01-07 09:10:31,054 DEBUG MBUS 125 Values : [750, 389.58, 1077, 1, 33.65, 30, 3.65, 3600, 0.855, 3597.531249999999] 2024-01-07 09:10:31,055 DEBUG MBUS 125 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:10:31,055 DEBUG MBUS 125 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:10:31,125 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Energy 750 2024-01-07 09:10:31,126 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Volume 389.58 2024-01-07 09:10:31,128 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours 1077 2024-01-07 09:10:31,129 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours_error 1 2024-01-07 09:10:31,130 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowT 33.65 2024-01-07 09:10:31,131 DEBUG MQTT Publishing: emon/heatpump/heatmeter_ReturnT 30 2024-01-07 09:10:31,132 DEBUG MQTT Publishing: emon/heatpump/heatmeter_DeltaT 3.65 2024-01-07 09:10:31,133 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Power 3600 2024-01-07 09:10:31,134 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowRate 0.855 2024-01-07 09:10:31,135 DEBUG MQTT Publishing: emon/heatpump/heatmeter_heat_calc 3597.531249999999 2024-01-07 09:10:40,429 DEBUG SDM120 [869.2, 167.539] 2024-01-07 09:10:40,430 DEBUG SDM120 127 NEW FRAME : 2024-01-07 09:10:40,430 DEBUG SDM120 127 Timestamp : 1704618640.043391 2024-01-07 09:10:40,431 DEBUG SDM120 127 From Node : heatpump 2024-01-07 09:10:40,431 DEBUG SDM120 127 Values : [869.2, 167.539] 2024-01-07 09:10:40,432 DEBUG SDM120 127 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:10:40,432 DEBUG SDM120 127 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:10:40,570 DEBUG MQTT Publishing: emon/heatpump/electric_Power 869.2 2024-01-07 09:10:40,572 DEBUG MQTT Publishing: emon/heatpump/electric_Energy 167.539 2024-01-07 09:10:41,111 DEBUG MBUS Invalid MBUS data received 204 bytes 1037.9 ms 2024-01-07 09:10:41,114 DEBUG MBUS Decoded MBUS data: {"Energy": [750, "kWh"], "Volume": [389.58, "m3"], "Ontime Hours": [1077, "h"], "Ontime Hours_error": [1, "h"], "FlowT": [33.65, "C"], "ReturnT": [30.0, "C"], "DeltaT": [3.65, "C"], "Power": [3600, "W"], "FlowRate": [0.855, "m3/h"], "heat_calc": [3597.531249999999, "W"]} 2024-01-07 09:10:41,115 DEBUG MBUS 128 NEW FRAME : 2024-01-07 09:10:41,116 DEBUG MBUS 128 Timestamp : 1704618640.073703 2024-01-07 09:10:41,116 DEBUG MBUS 128 From Node : heatpump 2024-01-07 09:10:41,116 DEBUG MBUS 128 Values : [750, 389.58, 1077, 1, 33.65, 30, 3.65, 3600, 0.855, 3597.531249999999] 2024-01-07 09:10:41,117 DEBUG MBUS 128 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:10:41,117 DEBUG MBUS 128 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:10:41,177 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Energy 750 2024-01-07 09:10:41,178 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Volume 389.58 2024-01-07 09:10:41,179 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours 1077 2024-01-07 09:10:41,180 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours_error 1 2024-01-07 09:10:41,181 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowT 33.65 2024-01-07 09:10:41,182 DEBUG MQTT Publishing: emon/heatpump/heatmeter_ReturnT 30 2024-01-07 09:10:41,183 DEBUG MQTT Publishing: emon/heatpump/heatmeter_DeltaT 3.65 2024-01-07 09:10:41,184 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Power 3600 2024-01-07 09:10:41,185 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowRate 0.855 2024-01-07 09:10:41,186 DEBUG MQTT Publishing: emon/heatpump/heatmeter_heat_calc 3597.531249999999 2024-01-07 09:10:50,444 DEBUG SDM120 [871.3, 167.542] 2024-01-07 09:10:50,444 DEBUG SDM120 130 NEW FRAME : 2024-01-07 09:10:50,445 DEBUG SDM120 130 Timestamp : 1704618650.052854 2024-01-07 09:10:50,445 DEBUG SDM120 130 From Node : heatpump 2024-01-07 09:10:50,446 DEBUG SDM120 130 Values : [871.3, 167.542] 2024-01-07 09:10:50,446 DEBUG SDM120 130 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:10:50,446 DEBUG SDM120 130 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:10:50,526 DEBUG MQTT Publishing: emon/heatpump/electric_Power 871.3 2024-01-07 09:10:50,527 DEBUG MQTT Publishing: emon/heatpump/electric_Energy 167.542 2024-01-07 09:10:51,082 DEBUG MBUS Invalid MBUS data received 204 bytes 1041.9 ms 2024-01-07 09:10:51,084 DEBUG MBUS Decoded MBUS data: {"Energy": [750, "kWh"], "Volume": [389.59000000000003, "m3"], "Ontime Hours": [1077, "h"], "Ontime Hours_error": [1, "h"], "FlowT": [33.730000000000004, "C"], "ReturnT": [30.080000000000002, "C"], "DeltaT": [3.65, "C"], "Power": [3600, "W"], "FlowRate": [0.857, "m3/h"], "heat_calc": [3605.94652777778, "W"]} 2024-01-07 09:10:51,085 DEBUG MBUS 129 NEW FRAME : 2024-01-07 09:10:51,085 DEBUG MBUS 129 Timestamp : 1704618650.039799 2024-01-07 09:10:51,085 DEBUG MBUS 129 From Node : heatpump 2024-01-07 09:10:51,086 DEBUG MBUS 129 Values : [750, 389.59000000000003, 1077, 1, 33.730000000000004, 30.080000000000002, 3.65, 3600, 0.857, 3605.94652777778] 2024-01-07 09:10:51,086 DEBUG MBUS 129 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:10:51,086 DEBUG MBUS 129 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:10:51,332 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Energy 750 2024-01-07 09:10:51,333 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Volume 389.59000000000003 2024-01-07 09:10:51,334 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours 1077 2024-01-07 09:10:51,335 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours_error 1 2024-01-07 09:10:51,336 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowT 33.730000000000004 2024-01-07 09:10:51,337 DEBUG MQTT Publishing: emon/heatpump/heatmeter_ReturnT 30.080000000000002 2024-01-07 09:10:51,338 DEBUG MQTT Publishing: emon/heatpump/heatmeter_DeltaT 3.65 2024-01-07 09:10:51,339 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Power 3600 2024-01-07 09:10:51,340 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowRate 0.857 2024-01-07 09:10:51,341 DEBUG MQTT Publishing: emon/heatpump/heatmeter_heat_calc 3605.94652777778 2024-01-07 09:10:55,864 DEBUG emoncmsorg Buffer size: 8 2024-01-07 09:10:55,866 INFO emoncmsorg sending: https://emoncms.org/input/bulk.json?sentat=1704618655&cb=1 (280 bytes of data, 8 frames, compressed) 2024-01-07 09:10:55,866 INFO emoncmsorg compression ratio: 18% 2024-01-07 09:10:56,024 DEBUG emoncmsorg acknowledged receipt with 'ok' from https://emoncms.org (157 ms) 2024-01-07 09:11:00,457 DEBUG SDM120 [871.0, 167.544] 2024-01-07 09:11:00,457 DEBUG SDM120 132 NEW FRAME : 2024-01-07 09:11:00,458 DEBUG SDM120 132 Timestamp : 1704618660.065998 2024-01-07 09:11:00,458 DEBUG SDM120 132 From Node : heatpump 2024-01-07 09:11:00,458 DEBUG SDM120 132 Values : [871, 167.544] 2024-01-07 09:11:00,458 DEBUG SDM120 132 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:11:00,458 DEBUG SDM120 132 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:11:00,570 DEBUG MQTT Publishing: emon/heatpump/electric_Power 871 2024-01-07 09:11:00,570 DEBUG MQTT Publishing: emon/heatpump/electric_Energy 167.544 2024-01-07 09:11:01,017 DEBUG MBUS Invalid MBUS data received 204 bytes 1014.4 ms 2024-01-07 09:11:01,020 DEBUG MBUS Decoded MBUS data: {"Energy": [750, "kWh"], "Volume": [389.59000000000003, "m3"], "Ontime Hours": [1077, "h"], "Ontime Hours_error": [1, "h"], "FlowT": [33.730000000000004, "C"], "ReturnT": [30.080000000000002, "C"], "DeltaT": [3.65, "C"], "Power": [3600, "W"], "FlowRate": [0.857, "m3/h"], "heat_calc": [3605.94652777778, "W"]} 2024-01-07 09:11:01,021 DEBUG MBUS 131 NEW FRAME : 2024-01-07 09:11:01,021 DEBUG MBUS 131 Timestamp : 1704618660.003176 2024-01-07 09:11:01,022 DEBUG MBUS 131 From Node : heatpump 2024-01-07 09:11:01,022 DEBUG MBUS 131 Values : [750, 389.59000000000003, 1077, 1, 33.730000000000004, 30.080000000000002, 3.65, 3600, 0.857, 3605.94652777778] 2024-01-07 09:11:01,023 DEBUG MBUS 131 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:11:01,023 DEBUG MBUS 131 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:11:01,173 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Energy 750 2024-01-07 09:11:01,174 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Volume 389.59000000000003 2024-01-07 09:11:01,175 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours 1077 2024-01-07 09:11:01,176 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours_error 1 2024-01-07 09:11:01,177 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowT 33.730000000000004 2024-01-07 09:11:01,178 DEBUG MQTT Publishing: emon/heatpump/heatmeter_ReturnT 30.080000000000002 2024-01-07 09:11:01,179 DEBUG MQTT Publishing: emon/heatpump/heatmeter_DeltaT 3.65 2024-01-07 09:11:01,180 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Power 3600 2024-01-07 09:11:01,181 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowRate 0.857 2024-01-07 09:11:01,182 DEBUG MQTT Publishing: emon/heatpump/heatmeter_heat_calc 3605.94652777778 2024-01-07 09:11:10,456 DEBUG SDM120 [871.7, 167.547] 2024-01-07 09:11:10,456 DEBUG SDM120 134 NEW FRAME : 2024-01-07 09:11:10,457 DEBUG SDM120 134 Timestamp : 1704618670.076852 2024-01-07 09:11:10,457 DEBUG SDM120 134 From Node : heatpump 2024-01-07 09:11:10,458 DEBUG SDM120 134 Values : [871.7, 167.547] 2024-01-07 09:11:10,458 DEBUG SDM120 134 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:11:10,458 DEBUG SDM120 134 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:11:10,615 DEBUG MQTT Publishing: emon/heatpump/electric_Power 871.7 2024-01-07 09:11:10,616 DEBUG MQTT Publishing: emon/heatpump/electric_Energy 167.547 2024-01-07 09:11:11,074 DEBUG MBUS Invalid MBUS data received 204 bytes 1034.7 ms 2024-01-07 09:11:11,076 DEBUG MBUS Decoded MBUS data: {"Energy": [750, "kWh"], "Volume": [389.59000000000003, "m3"], "Ontime Hours": [1077, "h"], "Ontime Hours_error": [1, "h"], "FlowT": [33.730000000000004, "C"], "ReturnT": [30.080000000000002, "C"], "DeltaT": [3.65, "C"], "Power": [3600, "W"], "FlowRate": [0.857, "m3/h"], "heat_calc": [3605.94652777778, "W"]} 2024-01-07 09:11:11,077 DEBUG MBUS 133 NEW FRAME : 2024-01-07 09:11:11,077 DEBUG MBUS 133 Timestamp : 1704618670.039021 2024-01-07 09:11:11,077 DEBUG MBUS 133 From Node : heatpump 2024-01-07 09:11:11,078 DEBUG MBUS 133 Values : [750, 389.59000000000003, 1077, 1, 33.730000000000004, 30.080000000000002, 3.65, 3600, 0.857, 3605.94652777778] 2024-01-07 09:11:11,078 DEBUG MBUS 133 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:11:11,078 DEBUG MBUS 133 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:11:11,221 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Energy 750 2024-01-07 09:11:11,222 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Volume 389.59000000000003 2024-01-07 09:11:11,223 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours 1077 2024-01-07 09:11:11,224 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours_error 1 2024-01-07 09:11:11,225 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowT 33.730000000000004 2024-01-07 09:11:11,226 DEBUG MQTT Publishing: emon/heatpump/heatmeter_ReturnT 30.080000000000002 2024-01-07 09:11:11,227 DEBUG MQTT Publishing: emon/heatpump/heatmeter_DeltaT 3.65 2024-01-07 09:11:11,228 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Power 3600 2024-01-07 09:11:11,229 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowRate 0.857 2024-01-07 09:11:11,229 DEBUG MQTT Publishing: emon/heatpump/heatmeter_heat_calc 3605.94652777778 2024-01-07 09:11:20,470 DEBUG SDM120 [873.0, 167.549] 2024-01-07 09:11:20,470 DEBUG SDM120 136 NEW FRAME : 2024-01-07 09:11:20,471 DEBUG SDM120 136 Timestamp : 1704618680.085030 2024-01-07 09:11:20,471 DEBUG SDM120 136 From Node : heatpump 2024-01-07 09:11:20,472 DEBUG SDM120 136 Values : [873, 167.549] 2024-01-07 09:11:20,472 DEBUG SDM120 136 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:11:20,473 DEBUG SDM120 136 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:11:20,573 DEBUG MQTT Publishing: emon/heatpump/electric_Power 873 2024-01-07 09:11:20,574 DEBUG MQTT Publishing: emon/heatpump/electric_Energy 167.549 2024-01-07 09:11:21,035 DEBUG MBUS Invalid MBUS data received 204 bytes 1034.2 ms 2024-01-07 09:11:21,037 DEBUG MBUS Decoded MBUS data: {"Energy": [750, "kWh"], "Volume": [389.59000000000003, "m3"], "Ontime Hours": [1077, "h"], "Ontime Hours_error": [1, "h"], "FlowT": [33.79, "C"], "ReturnT": [30.12, "C"], "DeltaT": [3.67, "C"], "Power": [3600, "W"], "FlowRate": [0.858, "m3/h"], "heat_calc": [3629.9358333333316, "W"]} 2024-01-07 09:11:21,038 DEBUG MBUS 135 NEW FRAME : 2024-01-07 09:11:21,038 DEBUG MBUS 135 Timestamp : 1704618680.000489 2024-01-07 09:11:21,038 DEBUG MBUS 135 From Node : heatpump 2024-01-07 09:11:21,039 DEBUG MBUS 135 Values : [750, 389.59000000000003, 1077, 1, 33.79, 30.12, 3.67, 3600, 0.858, 3629.9358333333316] 2024-01-07 09:11:21,039 DEBUG MBUS 135 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:11:21,039 DEBUG MBUS 135 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:11:21,178 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Energy 750 2024-01-07 09:11:21,179 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Volume 389.59000000000003 2024-01-07 09:11:21,180 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours 1077 2024-01-07 09:11:21,181 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours_error 1 2024-01-07 09:11:21,182 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowT 33.79 2024-01-07 09:11:21,183 DEBUG MQTT Publishing: emon/heatpump/heatmeter_ReturnT 30.12 2024-01-07 09:11:21,184 DEBUG MQTT Publishing: emon/heatpump/heatmeter_DeltaT 3.67 2024-01-07 09:11:21,185 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Power 3600 2024-01-07 09:11:21,186 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowRate 0.858 2024-01-07 09:11:21,187 DEBUG MQTT Publishing: emon/heatpump/heatmeter_heat_calc 3629.9358333333316 2024-01-07 09:11:26,107 DEBUG emoncmsorg Buffer size: 6 2024-01-07 09:11:26,109 INFO emoncmsorg sending: https://emoncms.org/input/bulk.json?sentat=1704618686&cb=1 (267 bytes of data, 6 frames, compressed) 2024-01-07 09:11:26,109 INFO emoncmsorg compression ratio: 21% 2024-01-07 09:11:26,258 DEBUG emoncmsorg acknowledged receipt with 'ok' from https://emoncms.org (147 ms) 2024-01-07 09:11:30,484 DEBUG SDM120 [872.2, 167.551] 2024-01-07 09:11:30,484 DEBUG SDM120 138 NEW FRAME : 2024-01-07 09:11:30,485 DEBUG SDM120 138 Timestamp : 1704618690.097934 2024-01-07 09:11:30,485 DEBUG SDM120 138 From Node : heatpump 2024-01-07 09:11:30,486 DEBUG SDM120 138 Values : [872.2, 167.551] 2024-01-07 09:11:30,486 DEBUG SDM120 138 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:11:30,487 DEBUG SDM120 138 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:11:30,620 DEBUG MQTT Publishing: emon/heatpump/electric_Power 872.2 2024-01-07 09:11:30,622 DEBUG MQTT Publishing: emon/heatpump/electric_Energy 167.551 2024-01-07 09:11:31,098 DEBUG MBUS Invalid MBUS data received 204 bytes 1034.8 ms 2024-01-07 09:11:31,101 DEBUG MBUS Decoded MBUS data: {"Energy": [750, "kWh"], "Volume": [389.59000000000003, "m3"], "Ontime Hours": [1077, "h"], "Ontime Hours_error": [1, "h"], "FlowT": [33.79, "C"], "ReturnT": [30.12, "C"], "DeltaT": [3.67, "C"], "Power": [3600, "W"], "FlowRate": [0.858, "m3/h"], "heat_calc": [3629.9358333333316, "W"]} 2024-01-07 09:11:31,101 DEBUG MBUS 137 NEW FRAME : 2024-01-07 09:11:31,102 DEBUG MBUS 137 Timestamp : 1704618690.063425 2024-01-07 09:11:31,102 DEBUG MBUS 137 From Node : heatpump 2024-01-07 09:11:31,102 DEBUG MBUS 137 Values : [750, 389.59000000000003, 1077, 1, 33.79, 30.12, 3.67, 3600, 0.858, 3629.9358333333316] 2024-01-07 09:11:31,103 DEBUG MBUS 137 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:11:31,103 DEBUG MBUS 137 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:11:31,226 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Energy 750 2024-01-07 09:11:31,227 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Volume 389.59000000000003 2024-01-07 09:11:31,228 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours 1077 2024-01-07 09:11:31,229 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours_error 1 2024-01-07 09:11:31,230 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowT 33.79 2024-01-07 09:11:31,231 DEBUG MQTT Publishing: emon/heatpump/heatmeter_ReturnT 30.12 2024-01-07 09:11:31,232 DEBUG MQTT Publishing: emon/heatpump/heatmeter_DeltaT 3.67 2024-01-07 09:11:31,233 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Power 3600 2024-01-07 09:11:31,234 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowRate 0.858 2024-01-07 09:11:31,234 DEBUG MQTT Publishing: emon/heatpump/heatmeter_heat_calc 3629.9358333333316 2024-01-07 09:11:40,386 DEBUG SDM120 [872.7, 167.554] 2024-01-07 09:11:40,386 DEBUG SDM120 139 NEW FRAME : 2024-01-07 09:11:40,387 DEBUG SDM120 139 Timestamp : 1704618700.007910 2024-01-07 09:11:40,387 DEBUG SDM120 139 From Node : heatpump 2024-01-07 09:11:40,388 DEBUG SDM120 139 Values : [872.7, 167.554] 2024-01-07 09:11:40,388 DEBUG SDM120 139 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:11:40,389 DEBUG SDM120 139 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:11:40,575 DEBUG MQTT Publishing: emon/heatpump/electric_Power 872.7 2024-01-07 09:11:40,576 DEBUG MQTT Publishing: emon/heatpump/electric_Energy 167.554 2024-01-07 09:11:41,062 DEBUG MBUS Invalid MBUS data received 204 bytes 1034.8 ms 2024-01-07 09:11:41,065 DEBUG MBUS Decoded MBUS data: {"Energy": [750, "kWh"], "Volume": [389.59000000000003, "m3"], "Ontime Hours": [1077, "h"], "Ontime Hours_error": [1, "h"], "FlowT": [33.79, "C"], "ReturnT": [30.12, "C"], "DeltaT": [3.67, "C"], "Power": [3600, "W"], "FlowRate": [0.858, "m3/h"], "heat_calc": [3629.9358333333316, "W"]} 2024-01-07 09:11:41,065 DEBUG MBUS 140 NEW FRAME : 2024-01-07 09:11:41,066 DEBUG MBUS 140 Timestamp : 1704618700.027505 2024-01-07 09:11:41,066 DEBUG MBUS 140 From Node : heatpump 2024-01-07 09:11:41,066 DEBUG MBUS 140 Values : [750, 389.59000000000003, 1077, 1, 33.79, 30.12, 3.67, 3600, 0.858, 3629.9358333333316] 2024-01-07 09:11:41,067 DEBUG MBUS 140 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:11:41,067 DEBUG MBUS 140 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:11:41,181 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Energy 750 2024-01-07 09:11:41,182 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Volume 389.59000000000003 2024-01-07 09:11:41,183 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours 1077 2024-01-07 09:11:41,184 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours_error 1 2024-01-07 09:11:41,185 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowT 33.79 2024-01-07 09:11:41,186 DEBUG MQTT Publishing: emon/heatpump/heatmeter_ReturnT 30.12 2024-01-07 09:11:41,187 DEBUG MQTT Publishing: emon/heatpump/heatmeter_DeltaT 3.67 2024-01-07 09:11:41,188 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Power 3600 2024-01-07 09:11:41,188 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowRate 0.858 2024-01-07 09:11:41,189 DEBUG MQTT Publishing: emon/heatpump/heatmeter_heat_calc 3629.9358333333316 2024-01-07 09:11:50,400 DEBUG SDM120 [870.8, 167.556] 2024-01-07 09:11:50,400 DEBUG SDM120 141 NEW FRAME : 2024-01-07 09:11:50,401 DEBUG SDM120 141 Timestamp : 1704618710.013197 2024-01-07 09:11:50,401 DEBUG SDM120 141 From Node : heatpump 2024-01-07 09:11:50,401 DEBUG SDM120 141 Values : [870.8, 167.556] 2024-01-07 09:11:50,402 DEBUG SDM120 141 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:11:50,402 DEBUG SDM120 141 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:11:50,622 DEBUG MQTT Publishing: emon/heatpump/electric_Power 870.8 2024-01-07 09:11:50,623 DEBUG MQTT Publishing: emon/heatpump/electric_Energy 167.556 2024-01-07 09:11:51,124 DEBUG MBUS Invalid MBUS data received 204 bytes 1034.7 ms 2024-01-07 09:11:51,126 DEBUG MBUS Decoded MBUS data: {"Energy": [750, "kWh"], "Volume": [389.6, "m3"], "Ontime Hours": [1077, "h"], "Ontime Hours_error": [1, "h"], "FlowT": [33.88, "C"], "ReturnT": [30.22, "C"], "DeltaT": [3.66, "C"], "Power": [3600, "W"], "FlowRate": [0.856, "m3/h"], "heat_calc": [3611.60666666667, "W"]} 2024-01-07 09:11:51,127 DEBUG MBUS 142 NEW FRAME : 2024-01-07 09:11:51,127 DEBUG MBUS 142 Timestamp : 1704618710.089400 2024-01-07 09:11:51,128 DEBUG MBUS 142 From Node : heatpump 2024-01-07 09:11:51,128 DEBUG MBUS 142 Values : [750, 389.6, 1077, 1, 33.88, 30.22, 3.66, 3600, 0.856, 3611.60666666667] 2024-01-07 09:11:51,129 DEBUG MBUS 142 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:11:51,129 DEBUG MBUS 142 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:11:51,228 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Energy 750 2024-01-07 09:11:51,229 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Volume 389.6 2024-01-07 09:11:51,230 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours 1077 2024-01-07 09:11:51,231 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours_error 1 2024-01-07 09:11:51,232 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowT 33.88 2024-01-07 09:11:51,233 DEBUG MQTT Publishing: emon/heatpump/heatmeter_ReturnT 30.22 2024-01-07 09:11:51,234 DEBUG MQTT Publishing: emon/heatpump/heatmeter_DeltaT 3.66 2024-01-07 09:11:51,235 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Power 3600 2024-01-07 09:11:51,235 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowRate 0.856 2024-01-07 09:11:51,236 DEBUG MQTT Publishing: emon/heatpump/heatmeter_heat_calc 3611.60666666667 2024-01-07 09:11:56,333 DEBUG emoncmsorg Buffer size: 6 2024-01-07 09:11:56,335 INFO emoncmsorg sending: https://emoncms.org/input/bulk.json?sentat=1704618716&cb=1 (265 bytes of data, 6 frames, compressed) 2024-01-07 09:11:56,335 INFO emoncmsorg compression ratio: 22% 2024-01-07 09:11:56,500 DEBUG emoncmsorg acknowledged receipt with 'ok' from https://emoncms.org (164 ms) 2024-01-07 09:12:00,413 DEBUG SDM120 [871.4, 167.559] 2024-01-07 09:12:00,414 DEBUG SDM120 143 NEW FRAME : 2024-01-07 09:12:00,414 DEBUG SDM120 143 Timestamp : 1704618720.022605 2024-01-07 09:12:00,414 DEBUG SDM120 143 From Node : heatpump 2024-01-07 09:12:00,414 DEBUG SDM120 143 Values : [871.4, 167.559] 2024-01-07 09:12:00,414 DEBUG SDM120 143 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:12:00,414 DEBUG SDM120 143 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:12:00,464 DEBUG MQTT Publishing: emon/heatpump/electric_Power 871.4 2024-01-07 09:12:00,465 DEBUG MQTT Publishing: emon/heatpump/electric_Energy 167.559 2024-01-07 09:12:01,060 DEBUG MBUS Invalid MBUS data received 204 bytes 1013.0 ms 2024-01-07 09:12:01,061 DEBUG MBUS Decoded MBUS data: {"Energy": [750, "kWh"], "Volume": [389.6, "m3"], "Ontime Hours": [1077, "h"], "Ontime Hours_error": [1, "h"], "FlowT": [33.88, "C"], "ReturnT": [30.22, "C"], "DeltaT": [3.66, "C"], "Power": [3600, "W"], "FlowRate": [0.856, "m3/h"], "heat_calc": [3611.60666666667, "W"]} 2024-01-07 09:12:01,061 DEBUG MBUS 144 NEW FRAME : 2024-01-07 09:12:01,061 DEBUG MBUS 144 Timestamp : 1704618720.046932 2024-01-07 09:12:01,061 DEBUG MBUS 144 From Node : heatpump 2024-01-07 09:12:01,061 DEBUG MBUS 144 Values : [750, 389.6, 1077, 1, 33.88, 30.22, 3.66, 3600, 0.856, 3611.60666666667] 2024-01-07 09:12:01,062 DEBUG MBUS 144 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:12:01,062 DEBUG MBUS 144 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:12:01,067 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Energy 750 2024-01-07 09:12:01,068 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Volume 389.6 2024-01-07 09:12:01,068 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours 1077 2024-01-07 09:12:01,069 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours_error 1 2024-01-07 09:12:01,069 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowT 33.88 2024-01-07 09:12:01,069 DEBUG MQTT Publishing: emon/heatpump/heatmeter_ReturnT 30.22 2024-01-07 09:12:01,070 DEBUG MQTT Publishing: emon/heatpump/heatmeter_DeltaT 3.66 2024-01-07 09:12:01,070 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Power 3600 2024-01-07 09:12:01,070 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowRate 0.856 2024-01-07 09:12:01,071 DEBUG MQTT Publishing: emon/heatpump/heatmeter_heat_calc 3611.60666666667 2024-01-07 09:12:10,412 DEBUG SDM120 [871.3, 167.561] 2024-01-07 09:12:10,413 DEBUG SDM120 145 NEW FRAME : 2024-01-07 09:12:10,413 DEBUG SDM120 145 Timestamp : 1704618730.031276 2024-01-07 09:12:10,413 DEBUG SDM120 145 From Node : heatpump 2024-01-07 09:12:10,414 DEBUG SDM120 145 Values : [871.3, 167.561] 2024-01-07 09:12:10,414 DEBUG SDM120 145 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:12:10,414 DEBUG SDM120 145 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:12:10,600 DEBUG MQTT Publishing: emon/heatpump/electric_Power 871.3 2024-01-07 09:12:10,601 DEBUG MQTT Publishing: emon/heatpump/electric_Energy 167.561 2024-01-07 09:12:11,112 DEBUG MBUS Invalid MBUS data received 204 bytes 1034.7 ms 2024-01-07 09:12:11,115 DEBUG MBUS Decoded MBUS data: {"Energy": [750, "kWh"], "Volume": [389.6, "m3"], "Ontime Hours": [1077, "h"], "Ontime Hours_error": [1, "h"], "FlowT": [33.88, "C"], "ReturnT": [30.22, "C"], "DeltaT": [3.66, "C"], "Power": [3600, "W"], "FlowRate": [0.856, "m3/h"], "heat_calc": [3611.60666666667, "W"]} 2024-01-07 09:12:11,115 DEBUG MBUS 146 NEW FRAME : 2024-01-07 09:12:11,116 DEBUG MBUS 146 Timestamp : 1704618730.077785 2024-01-07 09:12:11,116 DEBUG MBUS 146 From Node : heatpump 2024-01-07 09:12:11,117 DEBUG MBUS 146 Values : [750, 389.6, 1077, 1, 33.88, 30.22, 3.66, 3600, 0.856, 3611.60666666667] 2024-01-07 09:12:11,117 DEBUG MBUS 146 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:12:11,117 DEBUG MBUS 146 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:12:11,205 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Energy 750 2024-01-07 09:12:11,206 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Volume 389.6 2024-01-07 09:12:11,207 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours 1077 2024-01-07 09:12:11,208 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours_error 1 2024-01-07 09:12:11,209 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowT 33.88 2024-01-07 09:12:11,209 DEBUG MQTT Publishing: emon/heatpump/heatmeter_ReturnT 30.22 2024-01-07 09:12:11,210 DEBUG MQTT Publishing: emon/heatpump/heatmeter_DeltaT 3.66 2024-01-07 09:12:11,211 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Power 3600 2024-01-07 09:12:11,211 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowRate 0.856 2024-01-07 09:12:11,212 DEBUG MQTT Publishing: emon/heatpump/heatmeter_heat_calc 3611.60666666667 2024-01-07 09:12:20,425 DEBUG SDM120 [871.9, 167.564] 2024-01-07 09:12:20,426 DEBUG SDM120 147 NEW FRAME : 2024-01-07 09:12:20,426 DEBUG SDM120 147 Timestamp : 1704618740.038253 2024-01-07 09:12:20,426 DEBUG SDM120 147 From Node : heatpump 2024-01-07 09:12:20,426 DEBUG SDM120 147 Values : [871.9, 167.564] 2024-01-07 09:12:20,426 DEBUG SDM120 147 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:12:20,426 DEBUG SDM120 147 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:12:20,646 DEBUG MQTT Publishing: emon/heatpump/electric_Power 871.9 2024-01-07 09:12:20,646 DEBUG MQTT Publishing: emon/heatpump/electric_Energy 167.564 2024-01-07 09:12:21,051 DEBUG MBUS Invalid MBUS data received 204 bytes 1013.4 ms 2024-01-07 09:12:21,053 DEBUG MBUS Decoded MBUS data: {"Energy": [750, "kWh"], "Volume": [389.61, "m3"], "Ontime Hours": [1077, "h"], "Ontime Hours_error": [1, "h"], "FlowT": [33.93, "C"], "ReturnT": [30.240000000000002, "C"], "DeltaT": [3.69, "C"], "Power": [3600, "W"], "FlowRate": [0.855, "m3/h"], "heat_calc": [3636.956249999998, "W"]} 2024-01-07 09:12:21,053 DEBUG MBUS 148 NEW FRAME : 2024-01-07 09:12:21,053 DEBUG MBUS 148 Timestamp : 1704618740.038347 2024-01-07 09:12:21,053 DEBUG MBUS 148 From Node : heatpump 2024-01-07 09:12:21,053 DEBUG MBUS 148 Values : [750, 389.61, 1077, 1, 33.93, 30.240000000000002, 3.69, 3600, 0.855, 3636.956249999998] 2024-01-07 09:12:21,053 DEBUG MBUS 148 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:12:21,053 DEBUG MBUS 148 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:12:21,250 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Energy 750 2024-01-07 09:12:21,250 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Volume 389.61 2024-01-07 09:12:21,251 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours 1077 2024-01-07 09:12:21,251 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours_error 1 2024-01-07 09:12:21,251 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowT 33.93 2024-01-07 09:12:21,252 DEBUG MQTT Publishing: emon/heatpump/heatmeter_ReturnT 30.240000000000002 2024-01-07 09:12:21,252 DEBUG MQTT Publishing: emon/heatpump/heatmeter_DeltaT 3.69 2024-01-07 09:12:21,253 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Power 3600 2024-01-07 09:12:21,253 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowRate 0.855 2024-01-07 09:12:21,253 DEBUG MQTT Publishing: emon/heatpump/heatmeter_heat_calc 3636.956249999998 2024-01-07 09:12:26,560 DEBUG emoncmsorg Buffer size: 6 2024-01-07 09:12:26,562 INFO emoncmsorg sending: https://emoncms.org/input/bulk.json?sentat=1704618746&cb=1 (262 bytes of data, 6 frames, compressed) 2024-01-07 09:12:26,562 INFO emoncmsorg compression ratio: 22% 2024-01-07 09:12:26,764 DEBUG emoncmsorg acknowledged receipt with 'ok' from https://emoncms.org (201 ms) 2024-01-07 09:12:30,423 DEBUG SDM120 [871.2, 167.566] 2024-01-07 09:12:30,424 DEBUG SDM120 149 NEW FRAME : 2024-01-07 09:12:30,424 DEBUG SDM120 149 Timestamp : 1704618750.043191 2024-01-07 09:12:30,424 DEBUG SDM120 149 From Node : heatpump 2024-01-07 09:12:30,424 DEBUG SDM120 149 Values : [871.2, 167.566] 2024-01-07 09:12:30,424 DEBUG SDM120 149 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:12:30,425 DEBUG SDM120 149 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:12:30,578 DEBUG MQTT Publishing: emon/heatpump/electric_Power 871.2 2024-01-07 09:12:30,578 DEBUG MQTT Publishing: emon/heatpump/electric_Energy 167.566 2024-01-07 09:12:31,082 DEBUG MBUS Invalid MBUS data received 204 bytes 1013.1 ms 2024-01-07 09:12:31,083 DEBUG MBUS Decoded MBUS data: {"Energy": [750, "kWh"], "Volume": [389.61, "m3"], "Ontime Hours": [1077, "h"], "Ontime Hours_error": [1, "h"], "FlowT": [33.93, "C"], "ReturnT": [30.240000000000002, "C"], "DeltaT": [3.69, "C"], "Power": [3600, "W"], "FlowRate": [0.855, "m3/h"], "heat_calc": [3636.956249999998, "W"]} 2024-01-07 09:12:31,083 DEBUG MBUS 150 NEW FRAME : 2024-01-07 09:12:31,083 DEBUG MBUS 150 Timestamp : 1704618750.068902 2024-01-07 09:12:31,083 DEBUG MBUS 150 From Node : heatpump 2024-01-07 09:12:31,083 DEBUG MBUS 150 Values : [750, 389.61, 1077, 1, 33.93, 30.240000000000002, 3.69, 3600, 0.855, 3636.956249999998] 2024-01-07 09:12:31,084 DEBUG MBUS 150 Sent to channel(start)' : ToEmonCMS 2024-01-07 09:12:31,084 DEBUG MBUS 150 Sent to channel(end)' : ToEmonCMS 2024-01-07 09:12:31,282 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Energy 750 2024-01-07 09:12:31,283 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Volume 389.61 2024-01-07 09:12:31,283 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours 1077 2024-01-07 09:12:31,284 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Ontime Hours_error 1 2024-01-07 09:12:31,284 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowT 33.93 2024-01-07 09:12:31,285 DEBUG MQTT Publishing: emon/heatpump/heatmeter_ReturnT 30.240000000000002 2024-01-07 09:12:31,285 DEBUG MQTT Publishing: emon/heatpump/heatmeter_DeltaT 3.69 2024-01-07 09:12:31,285 DEBUG MQTT Publishing: emon/heatpump/heatmeter_Power 3600 2024-01-07 09:12:31,286 DEBUG MQTT Publishing: emon/heatpump/heatmeter_FlowRate 0.855 2024-01-07 09:12:31,286 DEBUG MQTT Publishing: emon/heatpump/heatmeter_heat_calc 3636.956249999998