Over the last 16 years, a remote unheated off-grid cabin has been monitored using a variety of hardware and software solutions. The problems of limited sun and cold temperatures at the Alaska location have been solved using both custom and commercially available equipment. For anyone wanting to duplicate this project, using A/I (Artificial Intelligence) to get software solutions is very helpful. Very few A/I answers work completely without modifications. Copy and paste of code samples seldom works correctly.
A custom solution using a low power linux computer with a cellular module was developed by Serenity Lake Communications. This custom solution had the advantage of very low data consumption and very low power usage. For hourly monitoring of 50 data points, data consumption averaged 1/2 megabyte per month. A special mode using a sleep mode of the low power linux computer used 6 watts for a few seconds, 2.4 watts for 2 minutes each hour with near 0 watts for 58 minutes for an average consumption of 1/5 th watt.
For extended industrial temperature ratings (-40°C to +85°C), the line of equipment from Morningstar Corporation is an excellent solution. Morningstar Corporation provides guidance for cellular or satellite connected monitoring of their equipment. The actual implementation of monitoring is left to the end user. Serenity Lake Communications has developed solutions for monitoring the Morningstar Corporation equipment as well as weather stations, cameras, heating systems and limited security systems. Morningstar Corporation now has monitoring solutions that require an Ethernet connection to the internet.
Since our test location is in South Central Alaska, the extended industrial temperature ratings are sufficient. The following list describes various ratings:
- Full Military: −55 °C to 125 °C
- Automotive: −25 °C to 125 °C
- AEC-Q100 Level 2: −40 °C to 105 °C
- Extended Industrial: −40 °C to 85 °C
- Industrial: −20 °C to 85 °C
In Alaska, the low temperature range required for some locations go below the industrial ratings and some type of heat is required for power source. The test location is in an off-grid neighborhood. The full-time residents all use solar supplemented with lithium batteries and generators in a heated building. Testing in more extreme low temperature environments was not conducted.
Rechargeable Lithium batteries are not suitable for use in unheated locations. Lead-Acid batteries have limited power available at low temperatures; however, with proper management, they can be used down to temperatures below -40°C. In multiple year testing at temperatures down to -40°C, extended periods of low sunlight and low temperatures required reduction of loads to near zero. Each December with the exception of the very warm 2024-2025 winter, near the winter solstice, the system went into a low power shutdown mode until enough solar power to recharge batteries was available.
Ongoing research is focused on extremely low power and low data usage applications. Testing was conducted using several cellular modules using many protocols and services. The UDP transmission protocol was selected for minimum data usage. Data usage cost is in the $1.00 per year range using a specialized IoT data provider (1NCE.COM).
Our test location is in the Matanuska-Susitna Valley of Alaska where temperatures go slightly below -40°degrees C most winters. Commercial products from Victron Energy were also tested and functioned without failure.
Components Required To Monitor Morningstar Devices using Cellular Communications (reference Morningstar Corporation Product Connectivity Manual)
- Cellular Connection
- embedded module (NimbeLink, Quectel, Sierra Wireless, Telit), or
- USB modem (Huawei) and router (GL.iNet), or
- cellular modem-router (Sierra Wireless)
- Computer
- local with Modbus program and direct connection to cellular, or
- EMC-1 and VPN connection to cellular, or
- remote computer using MSView or other Modbus software and VPN connection to cellular
- Most Cellular and satellite internet connections require VPN to connect
- The MorningStar Ready Edge requires connection to internet for the SolarConnect web site (VPN not required for cellular or satellite connection)
- Connection to Morningstar device using
- USB (UMC-1), or
- RS-232 Serial (MSC), or
- EIA-485 Serial to RS-232 Serial (multiple devices) (RSC-1 and MSC), or
- Ethernet (TriStar MPPT charge controller), or
- EMC-1
- Ready Edge
Solutions Developed
- Single Board Linux Computer with Cellular Module and Modbus connection using LibModBus
- Options:
- Embedded Arm TS-7553-V2 single board computer
- Raspberry Pi
- Arduino
- Options:
- Cellular Modem with VPN and Morningstar Devices
- Gl.inet router with USB cellular modem and ethernet connection
- EMC-1
- Grid Connect RS232MB
- Grid Connect RS485MB
- Ready Edge
- Gl.inet router with USB cellular modem and ethernet connection
- Sierra Wireless Cellular Modem-Router
- Options:
- EMC-1
- Grid Connect RS232
- Grid Connect RS485
- Ready Edge
- Options:
Alternatives other than Morningstar devices tested:
The GlobalLink 520 monitoring device coupled with a Victron charge controller and Victron Smart Shunt battery monitor was a good solution for an unheated, low power installation in locations where temperatures seldom go below the rated temperature of -20°C (-4°F). In our test, the internal unit temperatures were high enough to continue working down to the extreme low of -40°C (-40°F) outside temperature. In addition to the solar power and battery monitoring, the unit was used to provide temperature from a RuuviTag and the single relay was used to supply power to a LTE Solar PTZ security camera with Lithium Polymer batteries. This arrangement allowed the security camera to function at temperatures below 0° C(+32°F) and prolonged darkness.
EXTENDED RESEARCH: Communications using cellular modules for monitoring of any data. The available cellular modules support many communication protocols including http, https, ssl, ftp, mqtt, sms, udp, coap, lwm2m, snmp and smtp (email). Actual availability of protocols varies with particular module. Power consumption can be extremely small when not actually transmitting data down to the picoAmp level. Cellular standards such as LTE-M, NB-IoT and LTE Cat 1 bis allow lower power consumption and lower hardware cost and are appropriate for low data usage applications.
Research has transitioned into sending monitoring data using many different protocols, devices and transmission standards to evaluate effectiveness. Hardware solutions have included small microprocessors and newer cellular modules that do not require a separate microprocessor.
SPECIAL CONSIDERATIONS: The most robust lower cost solutions are provided by companies located in China. The leading company, Quectel, is on the United States DOD 1260H restricted device list. As such, research is limited to applications that do not involve areas sensitive to United States national security.
Cold Weather Operation
This section describes research supporting a specific project located at an unattended remote Alaska location powered by solar panels and batteries. Temperatures in this location go below -40 and solar power limited in winter due to latitude and weather. Location is south of Arctic Circle and some sun is potentially available on all days. The system has a high resolution camera with an internal heater and Starlink internet connection to support the high data requirement of the camera. Location does not have any commercial power or cellular coverage. Power for systems must be provided on site.
The Starlink satellite based internet system is an excellent solution for high bandwidth remote connections. The power required to operate a Starlink Mini varies from 20 to 60 watts. That power requirement exceeds the available power from a small solar powered system in an unheated facility. The solution initially implemented is an intermittent connection only on when power is sufficient. During the coldest part of winter, the connection is only available on clear days while the sun is above the horizon.
Additional research is focusing on adding a weather station and satellite communications using Iridium for weather reports, status reports and command and control of camera and Starlink.
Initial project uses low-cost breadboard components perfect for testing and proof of concept. That configuration is not suitable for production or deployment to harsh environments.
