I did a test on my system and that label definitely works :)

On Fri, Jun 14, 2019 at 8:19 PM Colin Larsen <[email protected]> wrote:

> I think it would need a Weewx restart, again hopefully Pat can confirm I
> have the right spot.
>
> On Fri, 14 Jun 2019, 20:17 Maarten van der Hoeven, <[email protected]>
> wrote:
>
>> Thanks again Colin! I did a quick change, but didnt see the label being
>> changed at the website. Must have been doing something wrong, as being in a
>> hurry, work is calling. Will check this evening, and will also read the
>> wiki... As I understand correctly, there's pretty much howto's written down
>> how about howto's :)  Will follow up later today.
>>
>> Op vrijdag 14 juni 2019 09:36:28 UTC+2 schreef Colin Larsen:
>>>
>>> Probably just extraTemp1 = Grass Temperature or whatever you need
>>>
>>> On Fri, Jun 14, 2019 at 7:33 PM Colin Larsen <[email protected]> wrote:
>>>
>>>> This is it I think, add your desired label in here
>>>>
>>>> [Labels]
>>>> # Labels used in this skin
>>>> [[Generic]]
>>>> # Generic labels, keyed by an observation type.
>>>> # To change a label or translate it to your language
>>>> # change the text after the equal sign.
>>>> # Extra Observation labels
>>>> appTemp = Apparent Temperature
>>>> cloudbase = Cloud Base
>>>> visibility = Visibility
>>>> windrun = Wind Run
>>>>
>>>>
>>>> On Fri, Jun 14, 2019 at 7:30 PM Colin Larsen <[email protected]>
>>>> wrote:
>>>>
>>>>> Excellent! And yes I'm 99% sure that Temperature1 can be changed in
>>>>> either skin.conf or Weewx.conf. Don't forget to get all of your config
>>>>> settings into weewx.conf so they don't get overwritten by an update to
>>>>> skin.conf. Again it's in the Wiki. Let me go and look for that setting to
>>>>> change :)
>>>>>
>>>>> On Fri, Jun 14, 2019 at 7:15 PM Maarten van der Hoeven <
>>>>> [email protected]> wrote:
>>>>>
>>>>>> How cool is that! This is all too easy 😊
>>>>>>
>>>>>>
>>>>>>
>>>>>> Adding “extraTemp1” at the end of the mentioned line (in skin.conf)
>>>>>> did already the trick.
>>>>>>
>>>>>>
>>>>>>
>>>>>> Barometer          1014.2 mbar
>>>>>>
>>>>>> Dew Point           13.8 °C
>>>>>>
>>>>>> Humidity             88%
>>>>>>
>>>>>> Rain                   0.0 mm  0.0 mm/hr
>>>>>>
>>>>>> Temperature1    16.1 °C
>>>>>>
>>>>>>
>>>>>>
>>>>>> Amazing 😊 Now to find out where to change the label Temperature1
>>>>>> into something else (Temp grass or something alike).
>>>>>>
>>>>>>
>>>>>> Thanks for your help Colin.Op vrijdag 14 juni 2019 09:00:04 UTC+2
>>>>>> schreef Colin Larsen:
>>>>>>>
>>>>>>> Sorry, that formatted horribly I think - it's actually just on 2
>>>>>>> lines of code
>>>>>>>
>>>>>>> On Fri, Jun 14, 2019 at 6:59 PM Colin Larsen <[email protected]>
>>>>>>> wrote:
>>>>>>>
>>>>>>>> Maarten
>>>>>>>>
>>>>>>>> I think you may be able to add your extraTemp1 into this section
>>>>>>>> below in skin.conf/weewx.conf (depending on where you have the [Extras]
>>>>>>>> stanza). Give it a try, I'm sure Pat will jump in and correct me if I'm
>>>>>>>> wrong. Otherwise you may need to use one of the custom content areas as
>>>>>>>> described in the Wiki. Let us know how you get on :)
>>>>>>>>
>>>>>>>> # Station Observations. Special observation rainWithRainRate
>>>>>>>> combines Daily Rain with Rain Rate in 1 line station_observations =
>>>>>>>> "barometer", "dewpoint", "outHumidity", "rainWithRainRate
>>>>>>>>
>>>>>>>>
>>>>>>>> On Fri, Jun 14, 2019 at 6:46 PM Maarten van der Hoeven <
>>>>>>>> [email protected]> wrote:
>>>>>>>>
>>>>>>>>> Hi,
>>>>>>>>>
>>>>>>>>> Thanks for the skin 1.0. Running without a flaw, and looking nice
>>>>>>>>> :)
>>>>>>>>>
>>>>>>>>> One question... I am using a second temperature sensor
>>>>>>>>> (temperature on the grass, 10cm above the surface), data is stored in 
>>>>>>>>> the
>>>>>>>>> database as extraTemp1. What I understood from the wiki-chart, it 
>>>>>>>>> should
>>>>>>>>> not be a problem to plot this value (simply mention the 
>>>>>>>>> database-field to
>>>>>>>>> plot). However, I also want to show he value of this field on the 
>>>>>>>>> webpage.
>>>>>>>>>
>>>>>>>>> What would be the correct and logical way to get this done?
>>>>>>>>> Although I can hack around a bit and get it done, I  am wondering if 
>>>>>>>>> there
>>>>>>>>> is a more sophisticated approach to hook up this sensor-data in the
>>>>>>>>> data-stream and to show it on the webpage. Or is all data already 
>>>>>>>>> available
>>>>>>>>> in the data-stream (MQTT), and is the question only how to show this 
>>>>>>>>> value
>>>>>>>>> at the website...
>>>>>>>>>
>>>>>>>>> Thanks.
>>>>>>>>>
>>>>>>>>> Op zaterdag 1 juni 2019 18:57:56 UTC+2 schreef Pat:
>>>>>>>>>>
>>>>>>>>>> Belchertown skin 1.0 is released!
>>>>>>>>>>
>>>>>>>>>> This update contains a lot of updates and changes including *an
>>>>>>>>>> entire rewrite of the Highcharts system* which allows you to
>>>>>>>>>> make almost any graph you want for almost any time span you want. 
>>>>>>>>>> You can
>>>>>>>>>> see some examples of the charts you can make on the 
>>>>>>>>>> BelchertownWeather.com
>>>>>>>>>> website graphs page
>>>>>>>>>> <https://belchertownweather.com/graphs/?graph=all>.
>>>>>>>>>>
>>>>>>>>>> You can add/remove/change/reorder any chart, change colors, add
>>>>>>>>>> observation plots, categorize for all time. Almost anything you want 
>>>>>>>>>> to do
>>>>>>>>>> is available! The skin comes with the standard 4 charts ready to go, 
>>>>>>>>>> but
>>>>>>>>>> there's extensive Belchertown Charts Documentation
>>>>>>>>>> <https://github.com/poblabs/weewx-belchertown/wiki/Belchertown-Charts-Documentation>
>>>>>>>>>> which can help you get started.
>>>>>>>>>>
>>>>>>>>>> In addition to the Charts there's now a dark mode (which has an
>>>>>>>>>> auto-switching mode based on sunset/sunrise), more flexibility for
>>>>>>>>>> translations, user customized station observation table which is 
>>>>>>>>>> updated in
>>>>>>>>>> real time if the MQTT Websockets are enabled, and a lot more. Check 
>>>>>>>>>> the
>>>>>>>>>> release notes for all the details!
>>>>>>>>>>
>>>>>>>>>> You can download the latest release here
>>>>>>>>>> <https://github.com/poblabs/weewx-belchertown/releases/download/weewx-belchertown-1.0/weewx-belchertown-release-1.0.tar.gz>,
>>>>>>>>>> and read all of the details on the changes here:
>>>>>>>>>> https://github.com/poblabs/weewx-belchertown/releases
>>>>>>>>>>
>>>>>>>>>> *Note: You cannot upgrade from Belchertown 0.9 and older*. You
>>>>>>>>>> must uninstall everything and reinstall new. This is due to the Chart
>>>>>>>>>> system being fully rewritten and the potential for conflicts. Please
>>>>>>>>>> read this upgrade guide if you are upgrading from an older version of
>>>>>>>>>> Belchertown skin
>>>>>>>>>> <https://github.com/poblabs/weewx-belchertown/wiki/Upgrading-to-Belchertown-skin-1.0>
>>>>>>>>>> .
>>>>>>>>>>
>>>>>>>>>> Thanks to all the beta testers and translators over the last
>>>>>>>>>> couple of months help me iron out all the kinks and shape the skin 
>>>>>>>>>> in a way
>>>>>>>>>> that can be translated a little easier!
>>>>>>>>>>
>>>>>>>>>> Attached are some examples of the charts that can be made. If you
>>>>>>>>>> find any issues, you can reply here or open an issue on the
>>>>>>>>>> Belchertown skin GitHub page
>>>>>>>>>> <https://github.com/poblabs/weewx-belchertown>.
>>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> You received this message because you are subscribed to the Google
>>>>>>>>> Groups "weewx-user" group.
>>>>>>>>> To unsubscribe from this group and stop receiving emails from it,
>>>>>>>>> send an email to [email protected].
>>>>>>>>> To view this discussion on the web visit
>>>>>>>>> https://groups.google.com/d/msgid/weewx-user/e84dcbf2-2174-4032-83a7-93c738e6c4ec%40googlegroups.com
>>>>>>>>> <https://groups.google.com/d/msgid/weewx-user/e84dcbf2-2174-4032-83a7-93c738e6c4ec%40googlegroups.com?utm_medium=email&utm_source=footer>
>>>>>>>>> .
>>>>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>>>>
>>>>>>>> --
>>>>>> You received this message because you are subscribed to the Google
>>>>>> Groups "weewx-user" group.
>>>>>> To unsubscribe from this group and stop receiving emails from it,
>>>>>> send an email to [email protected].
>>>>>> To view this discussion on the web visit
>>>>>> https://groups.google.com/d/msgid/weewx-user/f2aaef34-3fe2-46a0-bb71-47b1d39cea6f%40googlegroups.com
>>>>>> <https://groups.google.com/d/msgid/weewx-user/f2aaef34-3fe2-46a0-bb71-47b1d39cea6f%40googlegroups.com?utm_medium=email&utm_source=footer>
>>>>>> .
>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>
>>>>> --
>> You received this message because you are subscribed to the Google Groups
>> "weewx-user" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to [email protected].
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/weewx-user/9b7350d9-fdba-4e33-9eb3-0b6b416bbc7f%40googlegroups.com
>> <https://groups.google.com/d/msgid/weewx-user/9b7350d9-fdba-4e33-9eb3-0b6b416bbc7f%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/CACjxfUuM52D8srhmPT9AJBT%2BtM1_sEEWdPeRNwwD9oqA4xB45w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to