Elixir wrapper around MySensors.
The package can be installed by adding my_sensors_mysgw
to your list of dependencies in mix.exs
:
def deps do
[
{:my_sensors_mysgw, "~> 0.1.0"}
]
end
To change the log level:
use Mix.Config
config my_sensors_mysgw: mysgw_log_level: :info
or to disable:
config my_sensors_mysgw: mysgw_log_level: false
Currently only works for devices with a spidev Linux device, or BCM2835 devices.