Proxy Ecowitt, Purple Air and RTL 433 data to WeeWX
Find a file
Daniel Kempkens 1066a980de
Some checks failed
Build / build (push) Has been cancelled
feat: measure home energy usage
2024-08-03 20:55:56 +02:00
.forgejo/workflows chore: Introduce CI 2023-09-14 23:59:37 +02:00
config feat(deye): initial solar support 2024-07-15 13:02:57 +02:00
lib/weewx_proxy feat: measure home energy usage 2024-08-03 20:55:56 +02:00
test Initial commit 2023-06-06 16:41:34 +02:00
.envrc Initial commit 2023-06-06 16:41:34 +02:00
.formatter.exs Initial commit 2023-06-06 16:41:34 +02:00
.gitignore nix: compile deps with the same elixir version 2023-07-31 00:53:38 +02:00
deps.nix feat(deye): initial solar support 2024-07-15 13:02:57 +02:00
flake.lock feat(deye): initial solar support 2024-07-15 13:02:57 +02:00
flake.nix feat(deye): initial solar support 2024-07-15 13:02:57 +02:00
LICENSE Initial commit 2023-06-06 16:41:34 +02:00
mix.exs feat(deye): initial solar support 2024-07-15 13:02:57 +02:00
mix.lock feat(deye): initial solar support 2024-07-15 13:02:57 +02:00
README.md Initial commit 2023-06-06 16:41:34 +02:00

WeewxProxy

TODO: Add description

Installation

If available in Hex, the package can be installed by adding weewx_proxy to your list of dependencies in mix.exs:

def deps do
  [
    {:weewx_proxy, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/weewx_proxy.