Graph not updating after August 2023 update

Moderator: Mattk

Post Reply
hymrog
Expert Boarder
Expert Boarder
Posts: 83
Joined: Sat Feb 01, 2014 1:25 am
Contact:

Graph not updating after August 2023 update

Post by hymrog »

Hello -

I am running the following graph for soil temp sensors:

Code: Select all

timeframe=3M    # set total time frame to 3 days before today until today
zoom=1M            # select actual day 
res=day1            # maximum resolution is 1 hour

gtitle=Daily_Min/Max    # name of graph
gheight=400       # height in pixels of graph
gwidth=800         # width in pixels of graph
glunit=°F            # unit of left y-axis
grunit=%            # unit of right y-axis 
gtype=minmax          # type of graph
gtrim=0  
engine=javascript            

sid0=t0 sname0=Zone_1 sfill0=50 sline0=50 sselmin0=tempmin sselmax0=tempmax soffset0=32 sfactor0=1.8
sid1=t1 sname1=Zone_2 sfill1=50 sline1=50 sselmin1=tempmin sselmax1=tempmax soffset1=32 sfactor1=1.8
sid2=t2 sname2=Zone_3 sfill2=50 sline2=50 sselmin2=tempmin sselmax2=tempmax soffset2=32 sfactor2=1.8
But it appears to have stopped working after an August Meteobridge update that fixed a bug when feeding the Meteoplug Cloud Service. All data is reporting when inspecting data. Also unable to create a graph for my soil moisture sensors...see the following I opened on the Meteobridge forum

viewtopic.php?t=17416

Thanks
g
User avatar
admin
Platinum Boarder
Platinum Boarder
Posts: 7854
Joined: Mon Oct 01, 2007 10:51 pm

Re: Graph not updating after August 2023 update

Post by admin »

There has been another update regarding how Meteobridge reports soil/leaf data to Meteoplug. It is now based on the mapped sensor names within Meteobridge. Please check "Inspect Data" tab of Meteoplug to see which sensor IDs data is currently mapped to and adapt your Meteoplug graph definition.
hymrog
Expert Boarder
Expert Boarder
Posts: 83
Joined: Sat Feb 01, 2014 1:25 am
Contact:

Re: Graph not updating after August 2023 update

Post by hymrog »

Hi -

Thanks for looking at this and I was able to create a graph for the soil temp sensors with the updated info. However, I am not having any luck with soil moisture sensors:

From Meteoplug Sensor Data:

soil/moist 20 -- 2 min -17999967.8°F 74%
soil/moist 21 -- 2 min -17999967.8°F 94%
soil/moist 22 -- 2 min -17999967.8°F 88%

it looks like there is no corresponding ID.

Here is how my live data looks on Meteobridge RPi:

0 Soil #20 17 sec 74wet
0 Soil #21 29 sec 94wet
0 Soil #22 29 sec 88wet

and how the mapping looks on Meteobridge RPi:

th0!20hum soil0hum soil moisture #0
th0!21hum soil1hum soil moisture #1
th0!22hum soil2hum soil moisture #2

Thanks
g
User avatar
admin
Platinum Boarder
Platinum Boarder
Posts: 7854
Joined: Mon Oct 01, 2007 10:51 pm

Re: Graph not updating after August 2023 update

Post by admin »

Please map any of the temp sensors within Meteobridge to "soil#temp". the undefined temp values might block data being processed on Meteoplug side.
Post Reply