Wayne
unread,Mar 25, 2024, 1:04:18 PM3/25/24Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
==================================================================================