Search found 9 matches

by canix1
Sunday 26 August 2018 10:27
Forum: Dashticz
Topic: Full Screen Browser Android Tablet
Replies: 13
Views: 5822

Full Screen Browser Android Tablet

Hi,

I'm trying to run my dashboard in a full screen browser (Chrome) on an Android tablet.

But with each full web page refresh it will go back to the normal view.

Basically I have to click full screen again, several times each day.

Do anyone have a solution to this problem?

Can I avoid the web ...
by canix1
Wednesday 08 August 2018 23:45
Forum: Third party and supplementary tools
Topic: Tellstick
Replies: 16
Views: 7867

Re: Tellstick

Is this still true? That you need to compile and not use the Easy install? I have no problems running the compile and have been running tellstick for quite some time now, but I'm thinking about upgrade to a Raspberry 3B+. Do the easy install support Tellstick yet?
by canix1
Monday 02 July 2018 23:00
Forum: Dashticz
Topic: Wunderground
Replies: 3
Views: 976

Re: Wunderground

Hi,

Does not seem possible to get any API Key for Wunderground any more?
Anyone know if it is possible?

Cheers
by canix1
Wednesday 13 June 2018 23:37
Forum: Python
Topic: How to change Python version in Domoticz on raspberry
Replies: 4
Views: 5874

How to change Python version in Domoticz on raspberry

Hi,

I'm struggling with getting my Domoticz installation to switch to a new version of Python (at least 3.5 ).

Domoticz says it's using 3.4.2 and is ignoring the fact that python3.6.5 is installed and that python3 --version says 3.6.5.

When I update from git and run cmake it picks up 3.4.2 and ...
by canix1
Thursday 07 June 2018 0:08
Forum: Python
Topic: Python plugin: Presence detection from wireless router
Replies: 1117
Views: 230448

Re: Python plugin: Presence detection from wireless router

Do I have to compile Domoticz again after an upgrade of Python?
The command (sudo apt-get install --only-upgrade python3) does not update anything, I got the latests.
by canix1
Wednesday 06 June 2018 14:56
Forum: Python
Topic: Python plugin: Presence detection from wireless router
Replies: 1117
Views: 230448

Re: Python plugin: Presence detection from wireless router

One question regarding the authentication key.

In the log I see that iDetect is using the public key to connect to the router:
2018-06-06 14:27:49.688 (iDetect) Using ssh public key authentication (~/.ssh/id_rsa.pub) for OS user running domoticz.

Is this really the way to do it? I'm new to this ...
by canix1
Wednesday 06 June 2018 14:30
Forum: Python
Topic: Python plugin: Presence detection from wireless router
Replies: 1117
Views: 230448

Re: Python plugin: Presence detection from wireless router

Hi
Yes, I think the authentication works fine. I have verified using a test script below:

pi@raspberrypi:~/domoticz/plugins/iDetect$ cat testscript.py
import subprocess
host="192.168.1.1"
user="admin"
idfile="/root/.ssh/id_rsa"

ssh = subprocess.Popen(["ssh", "-o", "ConnectTimeout=3", user ...
by canix1
Wednesday 06 June 2018 11:30
Forum: Python
Topic: Python plugin: Presence detection from wireless router
Replies: 1117
Views: 230448

Re: Python plugin: Presence detection from wireless router

@EscApe

Ok, I have checked.
Python --Version gives me 2.7.9
Python3 --Version gives me 3.6.5

I this ok?

Cheers
by canix1
Wednesday 06 June 2018 0:54
Forum: Python
Topic: Python plugin: Presence detection from wireless router
Replies: 1117
Views: 230448

Re: Python plugin: Presence detection from wireless router

Hi,

Just installed iDetect.
I have verified that the SSH is working using the private key but I get these errors.


2018-06-06 00:50:18.063 (iDetect) Pushing 'onHeartbeatCallback' on to queue
2018-06-06 00:50:18.073 (iDetect) Processing 'onHeartbeatCallback' message
2018-06-06 00:50:18.073 ...