Search found 6 matches

by digisaster
Saturday 12 November 2022 10:41
Forum: iOS
Topic: Homebridge gives HTTP Status code 401 when starting
Replies: 5
Views: 9969

Re: Homebridge gives HTTP Status code 401 when starting

Thanks for pointing me in the right direction.
For me the solution was to include the loop-back in the security tab.

So i entered:

192.168.1.*;127.0.0.*

In the part:
Local Networks (no username/password):

And the homebridge can connect again.
by digisaster
Friday 02 December 2016 17:47
Forum: Utility
Topic: Connecting Plugwise-2-py via MQTT to Domoticz
Replies: 108
Views: 49027

Re: Connecting Plugwise-2-py via MQTT to Domoticz

Thanks for your answer. Im just afrait raspberry pi is not fast enough. I have one with domotiga on it and had lots of troubles also with speed Thats why i use windows , maybe stupid but thats my problem ;-) I have solved the first isue but now i have an error that theres no paho mqtt client but i ...
by digisaster
Wednesday 30 November 2016 23:54
Forum: Bash / PowerShell / Batch etc.
Topic: script for presence detection of a phone
Replies: 49
Views: 28515

Re: script for presence detection of a phone

Thanks for this script, for me it useful because i just wanted to start making my first script with domoticz. I will try to test this but i already have some questions. If i look on the output of tshark in monitormode then it will also grab all macnummers of devices who are not connected to the wifi ...
by digisaster
Wednesday 30 November 2016 23:38
Forum: Utility
Topic: Connecting Plugwise-2-py via MQTT to Domoticz
Replies: 108
Views: 49027

Re: Connecting Plugwise-2-py via MQTT to Domoticz

I got this error: Traceback (most recent call last): File "C:\Users\Edwin\Plugwise-2-py\Plugwise-2.py", line 26, in <module> from serial.serialutil import SerialException ImportError: No module named serial.serialutil what does this mean? I guess it means that you don't have pyserial installed? You ...
by digisaster
Tuesday 29 November 2016 20:20
Forum: Third party and supplementary tools
Topic: How to monitor your internet connection with virtual custom sensors
Replies: 257
Views: 81819

Re: How to monitor your internet connection with virtual custom sensors

Hi, I tested the script and when i start it it works fine. But when starting the script in cron, nothing happens. I can see the output.tx file is being updated but the info in the html page of domoticz is not updated. Also starting with sudo in cron doesn't help. Does anyone know why ? the same for ...
by digisaster
Monday 28 November 2016 23:32
Forum: Utility
Topic: Connecting Plugwise-2-py via MQTT to Domoticz
Replies: 108
Views: 49027

Re: Connecting Plugwise-2-py via MQTT to Domoticz

I just want to say thanks to @SevenW (and others) for the plugwise support I'm new to domoticz, so i probably made all errors you can make to install the software and the scripts. It took me a few days/nights to got it running. If you just stick on https://github.com/SevenW/Plugwise-2-py and "it ...