Heater algoritm now 10/10min, was 5/15min

This commit is contained in:
marcel
2024-02-28 16:30:15 +01:00
parent 82342b82a5
commit 08b845f792
13 changed files with 34342 additions and 11 deletions

View File

@@ -609,7 +609,7 @@ import minimalmodbus
instrument = minimalmodbus.Instrument('/dev/ttyUSB1', 14)
# register number, number of decimals, function code
wind_direction = instrument.read_register(1, 0, 4)
wind_direction = instrument.read_register(1, 1, 4)
print(wind_direction)
# register address, value, function code
@@ -791,10 +791,12 @@ Zero 2W running the aprx digipeater software, as well as some specially
written Python programs to interface the build in LoRa transceiver, the
GPS module and the weather station itself. Every 10 minutes the
digipeater will read the weather stations registers and sends the data
as PE1RXF telemetry messages over the APRS network to a server, which
presents the data in a Grafana dashboard. The digipeater can also send
standardized APRS weather reports over the APRS network. But more about
this project can be found here: <a
as PE1RXF telemetry messages (see <a
href="https://www.meezenest.nl/mees-elektronica/projects/aprs_telemetry/APRS_protocol_nodes_PE1RXF.pdf">https://www.meezenest.nl/mees-elektronica/projects/aprs_telemetry/APRS_protocol_nodes_PE1RXF.pdf</a>)
over the APRS network to a server, which presents the data in a Grafana
dashboard. The digipeater can also send standardized APRS weather
reports over the APRS network. But more about this project can be found
here: <a
href="https://www.meezenest.nl/mees-elektronica/RPi_LoRa_shield.html">https://www.meezenest.nl/mees-elektronica/RPi_LoRa_shield.html</a></p>
<figure>
<img src="./images/prototype_overview_small.jpg"