Skip to main content

Ahoy DTU webthing

Project description

ahoy_dtu_webthing

A webthing adapter to provide the AhyoDTU interface via the webthing API.

Example

# webthing has been started on host 192.168.0.23

curl http://192.168.0.23:7122/0/properties 

{
   "name": "Terrasse",
   "serial": "114180123418",
   "p_dc": 23
   ....
}

To install this software you can use PIP package manager as shown below

sudo pip install ahoy_dtu_webthing

After this installation you can use the Webthing http endpoint in your Python code or from the command line with

sudo dtu --command listen --port 7122 --base_uri http://10.1.11.35/

Here the webthing API is bound to the local port 7122. Additionally, the base uri of the AhyoDTU REST api must be set.

As an alternative to the list command, you can also use the register command to register and start the webthing service as a systemd entity. This way, the webthing service is started automatically at boot time. Starting the server manually with the listen command is no longer necessary.

sudo dtu --command register --port 7122 --base_uri http://10.1.11.35/

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ahoy_dtu_webthing-1.2.22.tar.gz (14.9 kB view hashes)

Uploaded Source

Built Distribution

ahoy_dtu_webthing-1.2.22-py3-none-any.whl (15.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page