Blake-Larsen sunshine recorder

This section covers the Meteobridge PRO, PRO2, NANO SD, Raspberry Pi and VM platforms exclusively

Moderator: Mattk

Post Reply
RoostWeather
Junior Boarder
Junior Boarder
Posts: 37
Joined: Sat Dec 16, 2023 7:22 pm

Blake-Larsen sunshine recorder

Post by RoostWeather »

Hello,

I found a few posts from 2012 about this but nothing since, so I will ask here. Can Meteobridge Pro2 handle Blake-Larsen sunshine recorder input? If not, are there any plans to implement it? Was a unit ever sourced to do so... :)

Thanks,
Dan
RoostWeather
Junior Boarder
Junior Boarder
Posts: 37
Joined: Sat Dec 16, 2023 7:22 pm

Re: Blake-Larsen sunshine recorder

Post by RoostWeather »

Anyone? Thanks.
Mattk
Platinum Boarder
Platinum Boarder
Posts: 1387
Joined: Mon Sep 22, 2014 3:24 am

Re: Blake-Larsen sunshine recorder

Post by Mattk »

11 years ago is quite a while. Was there an indication of it being implemented? Who was sourcing the unit in 2012?
RoostWeather
Junior Boarder
Junior Boarder
Posts: 37
Joined: Sat Dec 16, 2023 7:22 pm

Re: Blake-Larsen sunshine recorder

Post by RoostWeather »

The admin of this site was - viewtopic.php?p=12627#p12627 - or at least it was mentioned.
Mattk
Platinum Boarder
Platinum Boarder
Posts: 1387
Joined: Mon Sep 22, 2014 3:24 am

Re: Blake-Larsen sunshine recorder

Post by Mattk »

That would appear there was no subsequent unit provided for the purpose?
User avatar
Gyvate
Platinum Boarder
Platinum Boarder
Posts: 453
Joined: Thu May 14, 2020 4:36 pm
Location: Saarbrücken, Germany

Re: Blake-Larsen sunshine recorder

Post by Gyvate »

the way other applications deal with the those days version of the Blake-Larsen SunRecorder was processing the text file SRSunshine.dat which is created by the SunRecorder Software every minute.
The nowadays available version doesn't provide that software but has a RS485 interface only.

As far as I know, owning the old B-L SunRecorder, for neither version an interface for MB was created.
CumulusMX can import the SRsunshine.dat data - and I use the per minute graph generated by the (Windows) software of the old version in a Weather template.

At least for the old version (text file) you might be able write your own script extracting the accrued sunshine duration and import it into your MB database.
However you would either need to repurpose an existing database record field or modify/extend the existing database schema by creating (a) new record(a) and respective table entries (minute, day, hour) in the MB database.
Could be worth the trial ...
How to automate the import would be another question as MB only allows manual import (or the script based version is not documented).

If you want MB to directly read the live data, then for both devices (old and new) some code would need to be written and integrated into MB to translate the RS485 signals at a USB port every second into sunshine yes, no information and accumulate the yes seconds per minute and hour.
WH4000SE 1.6.6/1 x DP1500/4 x GW1000 1.7.7/GW1100 2.3.0/HP1000SE Pro 1.9.3//2 x WH2650 1.7.7/GW2000 3.1.0
2xMeteobridge Pro [B+R] 15161, 2xRPi4B-2GB/16/32 3139,VM128 1704
Weather Landing page: https://meshka.eu
Ecowitt WiKi: https://meshka.eu/Ecowitt/dokuwiki
User avatar
Gyvate
Platinum Boarder
Platinum Boarder
Posts: 453
Joined: Thu May 14, 2020 4:36 pm
Location: Saarbrücken, Germany

Re: Blake-Larsen sunshine recorder

Post by Gyvate »

Mattk wrote: Fri Jan 26, 2024 1:41 am That would appear there was no subsequent unit provided for the purpose?
the (rather trivial) interface description exists - serial signal via 1-wire USB interface - < x V = 0 (no sunshine), >= x = 1 (sunshine).
No unit really needed for writing the respective code (even though easier to test) - a user who has one for testing would suffice.

But, as smart this B-L SunRecorder a device is, there are rather few units sold ...
WH4000SE 1.6.6/1 x DP1500/4 x GW1000 1.7.7/GW1100 2.3.0/HP1000SE Pro 1.9.3//2 x WH2650 1.7.7/GW2000 3.1.0
2xMeteobridge Pro [B+R] 15161, 2xRPi4B-2GB/16/32 3139,VM128 1704
Weather Landing page: https://meshka.eu
Ecowitt WiKi: https://meshka.eu/Ecowitt/dokuwiki
User avatar
admin
Platinum Boarder
Platinum Boarder
Posts: 7854
Joined: Mon Oct 01, 2007 10:51 pm

Re: Blake-Larsen sunshine recorder

Post by admin »

not on my feature list because of lacking demand.
User avatar
davidmc36
Expert Boarder
Expert Boarder
Posts: 87
Joined: Wed Apr 10, 2024 7:33 pm

Re: Blake-Larsen sunshine recorder

Post by davidmc36 »

Gyvate wrote: Fri Jan 26, 2024 2:59 pm
Mattk wrote: Fri Jan 26, 2024 1:41 am That would appear there was no subsequent unit provided for the purpose?
the (rather trivial) interface description exists - serial signal via 1-wire USB interface - < x V = 0 (no sunshine), >= x = 1 (sunshine).
No unit really needed for writing the respective code (even though easier to test) - a user who has one for testing would suffice.

But, as smart this B-L SunRecorder a device is, there are rather few units sold ...
I have a unit, but not the skill to write code. Could my "deactivated" TP Link MB be used to test?

Could one start from scratch and learn enough to have ability to write the code? I have worked a few Arduino projects.

If somehow the code got written.....would admin be willing to add to MB OS?
RoostWeather
Junior Boarder
Junior Boarder
Posts: 37
Joined: Sat Dec 16, 2023 7:22 pm

Re: Blake-Larsen sunshine recorder

Post by RoostWeather »

Thanks all for comments on this - and apologies for only replying now!

Appreciate it's quite a niche request, thanks for considering anyway. I did use the suggestion of interrogating the .dat files and writing my own script to export these values into a separate database for further processing downstream. So many thanks for that!

All the best,
Dan H
Post Reply