mgrenonville / frisquet-connect

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

frisquet-connect

Usage

Upload an rf sketch

A sketch for a feather M0, is available under /arduino A sketch for a heltech lora v3 is available under /heltech-frisquet-serial

Create a config.toml config file

For serial:

[serial]
port = "/dev/cu.usbmodem111201"
speed =

For mqtt:

[mqtt]
broker = "tcp://localhost:1883"
client_id = "frisquet-connect"
cmd_topic = "/frisquet/cmd"
lst_topic = "/frisquet/listen"

Run pair

Put the boiler in pairing mode

cargo run -- pair 

Get sensors

cargo run -- sensors 

About


Languages

Language:Rust 75.5%Language:C++ 24.5%