mockingbirdconsulting / FarmOSMQTT

A script to take messages from an MQTT channel on either LoRaServer.io or TheThingsNetwork and publish them as sensor data on a FarmOS.org installation
MIT License
3 stars 0 forks source link

Create support for The Things Network #1

Closed proffalken closed 1 year ago

proffalken commented 5 years ago

We already have a configuration flag to select the type of LoRaWAN server that we will be connecting to, however at present we only have functionality for LoRaServer.io.

We should add an additional if statement after the code for loraserver.io at https://github.com/mockingbirdconsulting/FarmOSMQTT/blob/master/farmosmqtt.py#L85 that unpacks the TTN Payload and puts it into the right format for FarmOS.

proffalken commented 1 year ago

No longer maintained