Hi everyone, I am using the emonTXv4 - WiFi version and collecting data every 10 seconds. Over a 24-hour period I am seeing anywhere from 0.3% to 1.0% of my data come in as Null. See snippet below.
Column headings are:
Date/Time, Amperage, Temperature (F), and RSSi
2023-11-13 10:27:40, 6, 52.3, -46
2023-11-13 10:27:50, 6, 52.3, -46
2023-11-13 10:28:00, null, null, null
2023-11-13 10:28:10, 6, 52.5, -47
2023-11-13 10:28:20, 6, 52.3, -47
2023-11-13 10:28:30, 6, 52.3, -47
I am attributing the nulls to momentary loss of wifi connection as all data values are null. Is this correct and to be expected? (< 1% of data as null isn’t the end of the world, but I am trying to understand what could cause this).
Also, is this to be expected if I use 433Mhz instead of WiFi?
I appreciate any insight or experience others may have.
Gordon