Skip to content

Getting Started

Install ExoEdge

Make sure the gateway is connected to the internet before installing ExoEdge.

pip install exoedge

Start Reporting

Once ExoEdge is installed, it must be started with some variant of the following edged command (pronounced edge-dee, as in 'edge daemon').

ExoEdge INI file:

# edged.ini
[device]
murano_host = <MURANO_PRODUCT_HOST>
murano_id = <GATEWAY_SERIAL_#>
edged -i edged.ini go

The edged command has many options (run edged --help for more information), but must be running in order for data to be reported to ExoSense.

Upgrades

To upgrade ExoEdge, the following command should be used:

pip install exoedge --upgrade