Problem with PWS Data on my website

Post Reply
WeWe

Problem with PWS Data on my website

Post by WeWe »

Hello at all,
I always get an error message with the xml-file:
XML-Verarbeitungsfehler: Nicht definierte Entität
Adresse: http://wetter-westhausen.de/data/yowindow.xml
Zeile Nr. 10, Spalte 9: <temperature unit="&deg;C"/>
--------^
And my yowindow don´t show a temperature.

http://www.wetter-westhausen.de/test3.htm

Where is the problem?
I´ve changed one unit in my yo_cumulus.txt:
<feels_like value="<#apptemp>"/>
but I don´t think that this causes the problem.

Greetings
Joa
ikarus1969
Posts: 1645
Joined: Wed Nov 18, 2009 9:58 am
Location: Vienna, Austria

Re: Problem with PWS Data on my website

Post by ikarus1969 »

WeWe wrote:Hello at all,
I always get an error message with the xml-file:
XML-Verarbeitungsfehler: Nicht definierte Entität
Adresse: http://wetter-westhausen.de/data/yowindow.xml
Zeile Nr. 10, Spalte 9: <temperature unit="&deg;C"/>
--------^
And my yowindow don´t show a temperature.

http://www.wetter-westhausen.de/test3.htm

Where is the problem?
I´ve changed one unit in my yo_cumulus.txt:
<feels_like value="<#apptemp>"/>
but I don´t think that this causes the problem.

Greetings
Joa
Hi joa(chim?)!

I think the problem is that the opening-temperature-tag has a closing slash which is wrong. The temperature tag has a closing tag of its own:
YoWindow - Cumulus - yowindow.xml.jpg
YoWindow - Cumulus - yowindow.xml.jpg (142.81 KiB) Viewed 23880 times
Could you please try to avoid creating this slash and tell us if you succeed at the end? Thank you!
»Man is impressive. In a universe full of untold secrets he has invented boredom.«
WeWe

Re: Problem with PWS Data on my website

Post by WeWe »

Hi Ikarus,
thank you for your reply.
Now I can see my weather, but still the error-message.
And the apparent-temp is not the temp from my PWS.

Is this correct:
<feels_like value="<#apptemp>"/>

or should I type the "RC" in the tag <#apptemp>?
=> <feels_like value="<#RCapptemp>"/>


Thx
Joa(chim)
ikarus1969
Posts: 1645
Joined: Wed Nov 18, 2009 9:58 am
Location: Vienna, Austria

Re: Problem with PWS Data on my website

Post by ikarus1969 »

WeWe wrote:Hi Ikarus,
thank you for your reply.
Now I can see my weather, but still the error-message.
And the apparent-temp is not the temp from my PWS.

Is this correct:
<feels_like value="<#apptemp>"/>

or should I type the "RC" in the tag <#apptemp>?
=> <feels_like value="<#RCapptemp>"/>


Thx
Joa(chim)
As i don't have a PWS nor do i use Cumulus i had a look at the yo_cumulus.txt which is provided in the instructions and - as you said in your initial post - there's a difference (at least one) to the one you are using. Does it work (does the error disappear) if you use the values from the default txt-file?

Code: Select all

        <temperature unit="<#tempunit>">
           <current value="<#RCtemp>"/>
           <feels_like value="<#RCwchill>"/>
        </temperature>
»Man is impressive. In a universe full of untold secrets he has invented boredom.«
WeWe

Re: Problem with PWS Data on my website

Post by WeWe »

The same error-message in the xml-file with the original txt-file. :(
I need the apparent temp and not the windchill, because the "gefühlte Temperatur" is the apparent (includes the windchill)
ikarus1969
Posts: 1645
Joined: Wed Nov 18, 2009 9:58 am
Location: Vienna, Austria

Re: Problem with PWS Data on my website

Post by ikarus1969 »

WeWe wrote:The same error-message in the xml-file with the original txt-file. :(
I need the apparent temp and not the windchill, because the "gefühlte Temperatur" is the apparent (includes the windchill)
So Joachim, at this point i have to give up and hope some other user who has Cumulus running successfully will provide help.
I'm sorry! :unknown: (german "Was Cumulus anlangt, bin ich mit meinem Latein am Ende")
»Man is impressive. In a universe full of untold secrets he has invented boredom.«
WeWe

Re: Problem with PWS Data on my website

Post by WeWe »

Trotzdem danke!
WeWe

Re: Problem with PWS Data on my website

Post by WeWe »

I did a few changes on the txt-file.
The line:
<feels_like value="<#RCwchill>"/>
didn´t have any effect.
When I changed for example
<current value="<#RCtemp>"/>
into
<current value="<#RChum>"/>
I got the 88% as 88°C
and the windchill temp was 772 !!! and not the real Temp (for example -1 °C)

Who can help me?? :( :(
Post Reply