Heater algoritm now 10/10min, was 5/15min
This commit is contained in:
@@ -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 station’s 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"
|
||||
|
Reference in New Issue
Block a user