A WIP elixir wrapper for interacting with wifi thermostats. Currently only support Nest thermostats but more are coming! It has been wirittenf for the Unsilo Project, but should be usable in any elixir app.
If available in Hex, the package can be installed
by adding nestex to your list of dependencies in mix.exs:
def deps do
[
{:wifi_thermostat, "~> 0.1.0"}
]
endOnce published, the docs can be found at https://hexdocs.pm/wifi_thermostat.