services.prometheus.exporters.ecoflow.exporterType

The type of exporter you'd like to use. Possible values: "rest" and "mqtt". Default value is "rest". Choose "rest" for the ecoflow online cloud api use "rest" and define: accessKey, secretKey. Choose "mqtt" for the lan realtime integration use "mqtt" and define: email, password, devices.

Type
one of "rest", "mqtt"
Default
"rest"
Example
"mqtt"
Declared
<nixpkgs/nixos/modules/services/monitoring/prometheus/exporters.nix>