Forfatter Emne: Outtemperature website problem  (Læst 9516 gange)

0 Medlemmer og 1 Gæst læser dette emne.

Offline egon

  • Prof
  • ***
  • Indlæg: 58
  • Respekt optjent: +2/-0
    • egon.net.ee
Outtemperature website problem
« Dato: Jan 01, 2009, 14:08 »
I have Outtemperature website http://www.blackpoint.pri.ee/ilm/.
In StokerKontrol misc settings I have:
Outtemperature website: http://www.blackpoint.pri.ee/ilm
Temperature search string: Temperatuur:
But it's not working. What is wrong in my settings?

Offline BoinkUser

  • Administrator
  • Top of the pop
  • *****
  • Indlæg: 2148
  • Respekt optjent: +83/-4
    • StokerKontrol - Software til dit pillefyr
Sv: Outtemperature website problem
« Svar #1 Dato: Jan 01, 2009, 14:37 »
I have Outtemperature website http://www.blackpoint.pri.ee/ilm/.
In StokerKontrol misc settings I have:
Outtemperature website: http://www.blackpoint.pri.ee/ilm
Temperature search string: Temperatuur:
But it's not working. What is wrong in my settings?

Hi Egon

The reason is that the degree sign is not written as a character in the html on the page you have provided. If you look at the html code for the page, you will see this line:
<td style="padding: 2px; border: 0px;background: #FFFFFF;font: 10px arial;">Temperatuur: -2.9 &deg;C


So what you have to do is to insert "&deg;C" without braces as Temperature unit in StokerKontrol instead of the "°C" string that is default, then it will work for you.

Regards Jens
Version 13 styring, styret fra 22" tablet, Opop 418 kedel
Opvarmer 238 m2 (heraf 119 kælder)

Offline egon

  • Prof
  • ***
  • Indlæg: 58
  • Respekt optjent: +2/-0
    • egon.net.ee
Sv: Outtemperature website problem
« Svar #2 Dato: Jan 01, 2009, 18:42 »
Thank You. It's working now.  :)

Offline egon

  • Prof
  • ***
  • Indlæg: 58
  • Respekt optjent: +2/-0
    • egon.net.ee
Sv: Outtemperature website problem
« Svar #3 Dato: Sep 10, 2009, 15:42 »
I changed the Outtemperature website to http://blackpoint.pri.ee/pillefyr
In settings I have:
Outtemperature website: http://www.blackpoint.pri.ee/ilm
Temperature search string: Outdoor temp.</td><td>
Temperature unit: &deg;C
But again it's not working. What is wrong in my settings?

Offline BoinkUser

  • Administrator
  • Top of the pop
  • *****
  • Indlæg: 2148
  • Respekt optjent: +83/-4
    • StokerKontrol - Software til dit pillefyr
Sv: Outtemperature website problem
« Svar #4 Dato: Sep 10, 2009, 15:48 »
I changed the Outtemperature website to http://blackpoint.pri.ee/pillefyr
In settings I have:
Outtemperature website: http://www.blackpoint.pri.ee/ilm
Temperature search string: Outdoor temp.</td><td>
Temperature unit: &deg;C
But again it's not working. What is wrong in my settings?

The line you should look at behind the scenes is:
<td style="padding: 2px; border: 0px;background: #FFFFFF;font: 10px arial;">Temperatuur: 16.7 &deg;C

From this you have to set,
Temperature search string: Temperatuur:
Temperature unit: &deg;C

You could write the above in lowercase, it does not matter in the newest version of StokerKontrol.

Best regards Jens
Version 13 styring, styret fra 22" tablet, Opop 418 kedel
Opvarmer 238 m2 (heraf 119 kælder)

Offline egon

  • Prof
  • ***
  • Indlæg: 58
  • Respekt optjent: +2/-0
    • egon.net.ee
Sv: Outtemperature website problem
« Svar #5 Dato: Sep 11, 2009, 07:06 »
I changed the Outtemperature website to http://blackpoint.pri.ee/pillefyr
In settings I have:
Outtemperature website: http://www.blackpoint.pri.ee/ilm
Temperature search string: Outdoor temp.</td><td>
Temperature unit: &deg;C
But again it's not working. What is wrong in my settings?

The line you should look at behind the scenes is:
<td style="padding: 2px; border: 0px;background: #FFFFFF;font: 10px arial;">Temperatuur: 16.7 &deg;C

From this you have to set,
Temperature search string: Temperatuur:
Temperature unit: &deg;C

You could write the above in lowercase, it does not matter in the newest version of StokerKontrol.

Best regards Jens

Sorry my settings are:
Outtemperature website: http://blackpoint.pri.ee/pillefyr
Temperature search string: Outdoor temp.</td><td>
Temperature unit: &deg;C
I made an external.html in StokerKontrol /web folder and I am trying to get the Outdoor temp from http://blackpoint.pri.ee/pillefyr, but its not working.

Offline BoinkUser

  • Administrator
  • Top of the pop
  • *****
  • Indlæg: 2148
  • Respekt optjent: +83/-4
    • StokerKontrol - Software til dit pillefyr
Sv: Outtemperature website problem
« Svar #6 Dato: Sep 12, 2009, 10:12 »
Sorry my settings are:
Outtemperature website: http://blackpoint.pri.ee/pillefyr
Temperature search string: Outdoor temp.</td><td>
Temperature unit: &deg;C
I made an external.html in StokerKontrol /web folder and I am trying to get the Outdoor temp from http://blackpoint.pri.ee/pillefyr, but its not working.

Oh i see - you have to look at this line then:
<tr><td>Outdoor  temperature</td><td>16.3</td></tr>
And it gives,
Temperature search string: temperature
Temperature unit: </td></tr>

Notice the unit is replaced by some html tags.

This should work, but i have not tried it.

Regards Jens
Version 13 styring, styret fra 22" tablet, Opop 418 kedel
Opvarmer 238 m2 (heraf 119 kælder)

Offline egon

  • Prof
  • ***
  • Indlæg: 58
  • Respekt optjent: +2/-0
    • egon.net.ee
Sv: Outtemperature website problem
« Svar #7 Dato: Sep 13, 2009, 19:17 »
Sorry my settings are:
Outtemperature website: http://blackpoint.pri.ee/pillefyr
Temperature search string: Outdoor temp.</td><td>
Temperature unit: &deg;C
I made an external.html in StokerKontrol /web folder and I am trying to get the Outdoor temp from http://blackpoint.pri.ee/pillefyr, but its not working.

Oh i see - you have to look at this line then:
<tr><td>Outdoor  temperature</td><td>16.3</td></tr>
And it gives,
Temperature search string: temperature
Temperature unit: </td></tr>

Notice the unit is replaced by some html tags.

This should work, but i have not tried it.

Regards Jens


No I want the outdoor temperature in Ouman EH-203 Measurements. Its in the same page down below.

Offline BoinkUser

  • Administrator
  • Top of the pop
  • *****
  • Indlæg: 2148
  • Respekt optjent: +83/-4
    • StokerKontrol - Software til dit pillefyr
Sv: Outtemperature website problem
« Svar #8 Dato: Sep 14, 2009, 17:15 »
No I want the outdoor temperature in Ouman EH-203 Measurements. Its in the same page down below.

You cant, but the new temperature module from the new StokerKontrol 1.78 which have not been released yet, can do it.

To upgrade to the new temperature module do this:
Shut down StokerKontrol.
Download this file:
http://www.stokerkontrol.dk/download/1.78/TemperatureParser.class
And copy it into (override existing file)
c:\programs\stokerkontrol\src\dk\stokersoft\stokerkontrol\inet

Start StokerKontrol.

Your settings should be:
http://blackpoint.pri.ee/pillefyr
&deg;c
Outdoor temp.

Regards Jens


Version 13 styring, styret fra 22" tablet, Opop 418 kedel
Opvarmer 238 m2 (heraf 119 kælder)

Offline Chipmik

  • Begynder
  • *
  • Indlæg: 11
  • Respekt optjent: +0/-0
Sv: Outtemperature website problem
« Svar #9 Dato: Sep 29, 2009, 11:13 »
Just wanna say thanks for your thread... :-) my outside temp. is also working now because of your discussion :-)

Best regards

Michael

www.chipper.dk/pillefyr

Offline BoinkUser

  • Administrator
  • Top of the pop
  • *****
  • Indlæg: 2148
  • Respekt optjent: +83/-4
    • StokerKontrol - Software til dit pillefyr
Sv: Outtemperature website problem
« Svar #10 Dato: Nov 11, 2009, 18:08 »
noticed a problem today witht he website, all new content added has no pictures or the pictures are not working

Please send a link to your webpage, and provide information about your burner and StokerKontrol version.

Regards Jens
Version 13 styring, styret fra 22" tablet, Opop 418 kedel
Opvarmer 238 m2 (heraf 119 kælder)

Offline Absemia09

  • Begynder
  • *
  • Indlæg: 10
  • Respekt optjent: +0/-0
    • mail order wives
Outtemperature website problem
« Svar #11 Dato: Nov 23, 2009, 15:38 »
thank you for your advice it seems to have sorted itself now.