How Remove Telemetry HTML

113 views
Skip to first unread message

Wayne

unread,
Mar 25, 2024, 1:04:18 PM3/25/24
to weewx...@googlegroups.com
Hello - Am running weewx V 5.0.2 on a RPi 4 (DEB install) currently running the simulator driver. My weather station is hardwired and therefore I have no need to display sensor signal, voltage, or battery status in reports. For the Seasons skin how do I remove the "Sensor Status" html from being generated? This info appears on left side of the Seasons default web page. Tried commenting-out what I thought was the responsible section in skins.conf but that did not work.

So I'm guessing the lines below from skins.conf are responsible. Do I delete all values to the right of "=" for sensor_connections, sensor_batteries, and sensor_voltages? Comment out these lines entirely? Something else?

Guidance please. Thank you.

==========================================================================
# The sensor status information is used in the sensor pages. These lists
# determine which database fields will be shown, as well as the order in
# which they will be displayed.
sensor_connections = rxCheckPercent, signal1, signal2, signal3, signal4, signal5, signal6, signal7, signal8
sensor_batteries = outTempBatteryStatus, inTempBatteryStatus, rainBatteryStatus, hailBatteryStatus, snowBatteryStatus, windBatteryStatus, uvBatteryStatus, txBatteryStatus, batteryStatus1, batteryStatus2, batteryStatus3, batteryStatus4, batteryStatus5, batteryStatus6, batteryStatus7, batteryStatus8
sensor_voltages = consBatteryVoltage, heatingVoltage, supplyVoltage, referenceVoltage

==================================================================================


Tom Keffer

unread,
Mar 25, 2024, 2:46:25 PM3/25/24
to weewx...@googlegroups.com
If you don't want it to appear at all, comment out the widget that is responsible for displaying it. Go into file Seasons/index.html.tmpl and change this:

<div id="widget_group">
#include "current.inc"
#include "sunmoon.inc"
#include "hilo.inc"
#include "sensors.inc"
#include "about.inc"
#include "radar.inc"
#include "satellite.inc"
#include "map.inc"
</div>
to this:
<div id="widget_group">
#include "current.inc"
#include "sunmoon.inc"
#include "hilo.inc"
##include "sensors.inc"
#include "about.inc"
#include "radar.inc"
#include "satellite.inc"
#include "map.inc"
</div>
In summary, the hash mark "#" becomes a double hash "##" in order to comment something out.

-tk

--
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 weewx-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/c313baf6-1aa2-46e5-a1fa-f36035da3380%40app.fastmail.com.

Wayne

unread,
Mar 25, 2024, 4:17:52 PM3/25/24
to weewx Group
Yes, that worked. Thank you!
>> To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+...@googlegroups.com <mailto:weewx-user%2Bunsu...@googlegroups.com>.
>> To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/c313baf6-1aa2-46e5-a1fa-f36035da3380%40app.fastmail.com.
>
> --
> 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 weewx-user+...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/weewx-user/CAPq0zEBsyUJK4jjD6YwxhGBNSraC1e-zvAJZnQvpTjB8dvDPOQ%40mail.gmail.com
> <https://groups.google.com/d/msgid/weewx-user/CAPq0zEBsyUJK4jjD6YwxhGBNSraC1e-zvAJZnQvpTjB8dvDPOQ%40mail.gmail.com?utm_medium=email&utm_source=footer>.
Reply all
Reply to author
Forward
0 new messages