Proxy Ecowitt, Purple Air and RTL 433 data to WeeWX
Go to file
Daniel Kempkens 495723fb32
All checks were successful
Build / build (push) Successful in 3m24s
fix(deye): transmit solarEnergyDay as watt_hours
2024-07-16 17:44:39 +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 fix(deye): transmit solarEnergyDay as watt_hours 2024-07-16 17:44:39 +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.