Steelseries Gauges for 1-wire

Hi to you all
Is there a way for make the Steelseries Gauges for WD
Working with the 1-wire
I want to show the extra temperature sensors 2 till 6 from the 1-wire
Because on the Smartphone weather display live will not work !!
If it is possible can someone post a example
Greetings Gert

The gauges should just work with WD, it doesn’t matter pws is connected to it. But if you want to remove some of the gauges and add additional temperature gauges you have some work to do. Other people have done this, so search of this forum and wxforum.net should find something.

yes, you can do this
as you can add extra data to the customclientraw file and add in new gauges (using the format for the existing gauges), etc
re the phone app, which one?
WDliveapp should work OK
(what phone?)

thanks Brian
yes that I can do will try this soon

and the phone iphone 6S
have install the app and it is working
but it is for my imported that it will by on my page
I think not so many Guests will install the app
so I will try to made Steelseries Gauges works for the 1-wire temperature
the page into WDL works fine on the computer http://www.weerstation-woerden.nl/WDL_1-Wire.php
… but you know on most smartphone not

greetings Gert

you can still view flash via the puffin browser on smart phones…

I never heard of puffin have look for it and install it
and yes WDL works on this browser
thanks for the tip Brain !!

greetings Gert

that tip has been mentioned a number of times on the forum :wink:

I have look on this forum but nothing to find

I have edit the customclientrawlocal.txt file and that’s works
,“temp”:“%temp%”,“temp1”:“%extratemp1%”,“temp2”:“%dallasextratemp2%”,“temp3”:“%dallasextratemp3%”,“temp4”:“%dallasextratemp4%”,“temp5”:“%dallasextratemp5%”,“temp6”:“%dallasextratemp6%”,

Now I try to find for made a temp1 till temp6 working but can not find what to do :?

Some have a example ?
greetings Gert

what you want to do is copy the code that is used for the current outdoor temperature gauge
into a new file name, and change it to use the new data in the customclientraw
and add that new gauge to the html code etc

hi Brain
Into the file gauges.js I see this
// Weather Display
realtimeVer = 12; //minimum version of the realtime JSON file required
config.realTimeURL = config.longPoll ? config.realTimeUrlLongPoll : config.realTimeUrlWD;
config.tipImgs = [ // config.tipImgs for Weather Display users with wxgraph
[‘temp+hum_24hr.php’, ‘indoor_temp_24hr.php’], // Temperature: outdoor, indoor

The line : [‘temp+hum_24hr.php’, ‘indoor_temp_24hr.php’], // Temperature: outdoor, indoor
And I try this new line : [‘temp+hum_24hr.php’, dallasextratemp3_24hr.php’], // Temperature: outdoor, indoor

And also into the gauges-ss-basic…htm

Outside Inside To Inside

But this is not working
What do I wrong ??

greetings Gert

those are just line for the tip images for that first part…that is not really needed
there is much more to copy that just that second part
you need to add in code to read the extra temp data from the customclientraw , etc

when I get a chance I will see about making an extra temp sensor gauge myself to show it is possible
(but I am helping with a school camp all this week , so not much spare time this week)

ok thanks Brain
I see it is not so easy as I thought
I hope you can made the time into the end of next week
have a nice day
greetings Gert

Hi Brain
Are you already busy for try to made the Gauges working with the extra temperature 1 till 6
I have try but I can still not find it
I hope you can ?

Greetings Gert

always busy
never enough spare time

spent all day cooking sausages for a fundraiser today

I will see about getting a gauge to work for an extra temp sensor today…and let you know…

Thanks Brain that will by great

have a nice Christmas

greetings Gert

I am struggling to get it to show
might needs Marks help

actually I have got it to work
http://www.weather-display.com/windy/gb/gauges-ss.html

bottom right hand corner gauge is my soil temp :slight_smile:

very nice Brain
I see its works
but it was not that easy