Search found 3 matches

by haaxema
Tuesday 05 December 2017 22:15
Forum: Python
Topic: pytradfri
Replies: 0
Views: 530

pytradfri

Hi all,

I tried to install the docker image from: https://github.com/moroen/IKEA-Tradfri-plugin
It installs fine but when I run the image I get the following:

# docker run -t -p 127.0.0.1:1234:1234 ikea-tradfri-plugin
Traceback (most recent call last):
File "tradfri.tac", line 14, in <module ...
by haaxema
Thursday 03 August 2017 11:27
Forum: Python
Topic: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
Replies: 951
Views: 187833

Re: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?

Hi all,

I have started with small TRADFRI setup combined with Domiticz. My setup is working with one problem.
I cant get ikea-tradfri.service running as a Service, running the python file from bash works fine.

I ran into the problem that twistd is installed in /usr/bin/ and not in /usr/local/bin ...
by haaxema
Thursday 06 April 2017 11:24
Forum: MySensors
Topic: mysensors live raw data debug
Replies: 2
Views: 4511

mysensors live raw data debug

Hi all,

I have build a USB gateway (connected to a linux machine) with 2 local attatched sensors (Gasmeter-pulse and kWh pulse)
All is working wel BUT I'd like to see the raw (serial) data so I can verify the reading of the sensors. (just to be sure)

Used hardware:
- Arduino nano
- reed sensor ...