Skip to content

ReleaseNotes detailv0.17.6.release1a

neilh edited this page May 10, 2019 · 1 revision

The initial output on the consoles is

Boot. Build date:Mar 2 2019 15:37:16src\atlMayfly.cpp
Mayfly v0.5b Ram available:9748
Good BatV= 4.43
Using ModularSensors Library version 0.19.6
parseIni
Successfully connected to SD Card with card/slave select on pin 12
COMMON LoggerId Set: nh07k
COMMON Logging Interval(min): 2
COMMON LiIon Type: 1
COMMON Set TimeZone ; -8
COMMON tbd GEOGRAPHICAL_ID to "LCC45a2-181228_2035"
NETWORK WiFiId: was 'xxxx' now 'LocalGuest'
PROVIDER Setting cloudId: data.enviroDIY.com
PROVIDER Setting registration token: ..removed..
PROVIDER Setting SamplingFeature: b918f150-4fff-424d-813a-a69a808a93b6
0:SampleNumber_UUID={0cf94fc8-a5d2-4fbe-82f2-2a81650575a8} match & added.
1:Batt_UUID={2c58e64d-6b66-4d9e-b893-bfdb10b65426} match & added.
2:Volt0_UUID={9e47e1aa-2ef6-4283-9a25-537cfd78b17b} match & added.
3:VOLT1_UUID={ebddd4d7-562d-481b-8356-d1f464fc5685} match & added.
4:INA219_MA_UUID={804be0c8-3dc0-4be6-9537-63fe8240e98f} match & added.
5:INA219_VOLT_UUID={08b2e561-21fd-44cb-b429-c2be536c7bd9} match & added.
6:KellerNanolevel_Temp_UUID={7bc30855-ae08-4865-ab89-a8e17df93bfc} match & added.
7:KellerNanolevel_Height_UUID={f40a9dff-2c54-43ae-a016-1c5095c188eb} match & added.
8:MaximDS3231_Temp_UUID={3907922a-56fe-46f3-a56e-9de6b77d3679} match & added.
Parse ini; ms_cfg.ini
Error on line : 32
Battery LiIonType=1
Thresholds USEABLE=3.60V LOW=3.70V MEDIUM=3.80V GOOD=3.90V
Current Time: 2019-03-02T23:31:48Z
Logger timezone is set to UTC -8
RTC timezone is set to UTC
unspecified modem has been tied to this logger!
Current RTC time is: 2019-03-02T15:39:49-08:00
Setting up logger nh07k to record at 2 minute intervals.
This logger has a variable array with 9 variables, of which 9 come from 6 sensors and 0 are calculated.
Push button on pin 21 at any time to enter sensor testing mode.
Logger setup finished!

The format of the ms_cfg.ini:
[COMMON]
;This section required. Max 80 active chars, not including after any ;
LOGGER_ID=nh07k ;
LOGGING_INTERVAL_MIN=2
LIION_TYPE = 1 ;0=500mA 1=2AH 2=4AH
TIME_ZONE=-8 ; -12 to +12

[NETWORK]
WiFiId=LocalGuest
;WiFiPwd= its open none required

[PROVIDER]
CLOUD_ID=data.enviroDIY.com
REGISTRATION_TOKEN=7b19191b-insert-your-own-4fbe549f2493
SAMPLING_FEATURE=b918f150-4fff-424d-813a-a69a808a93b6

[UUIDs]
;universally unique identifier (UUID)
;Label_UUID=UUID Label_UID in software, and UUID from data.enviroDIY.org
SampleNumber_UUID=0cf94fc8-a5d2-4fbe-82f2-2a81650575a8 ; SampleNum
Batt_UUID=2c58e64d-6b66-4d9e-b893-bfdb10b65426 ;02 BattV (EnviroDIY_Mayfly_Batt)
Volt0_UUID=9e47e1aa-2ef6-4283-9a25-537cfd78b17b ;03 Volt0 BatV All_ExternalVoltage_Battery
VOLT1_UUID=ebddd4d7-562d-481b-8356-d1f464fc5685 ;04 ; Volt1 Solar All_ExternalVoltage_Battery
INA219_MA_UUID=804be0c8-3dc0-4be6-9537-63fe8240e98f ;05 ; Ina219_mA All_ExternalVoltage_Battery
INA219_VOLT_UUID=08b2e561-21fd-44cb-b429-c2be536c7bd9 ;06 ; Ina219_V All_ExternalVoltage_Battery
KellerNanolevel_Temp_UUID=7bc30855-ae08-4865-ab89-a8e17df93bfc ;07 ; Temperature (Keller_Acculevel_Temp)
KellerNanolevel_Height_UUID=f40a9dff-2c54-43ae-a016-1c5095c188eb ;08 ; Gage height (Keller_Acculevel_gageHeight)
MaximDS3231_Temp_UUID=3907922a-56fe-46f3-a56e-9de6b77d3679 ;09 ; Temperature (EnviroDIY_Mayfly_Temp)

Clone this wiki locally