Search found 19 matches

by gflvern
Sunday 07 February 2016 19:27
Forum: Others
Topic: Using RTL_433 app as reciever
Replies: 30
Views: 13983

Re: Using RTL_433 app as reciever

Is this the script I need to send the values from rtl_433 to my virtual switches in Domoticz? Yes, but note the subsequent comment about tracker ticket #691(although the tracker seems to be down atm or just entirely absent). Make the 'AUTH=' line look like this (with your own username and password ...
by gflvern
Sunday 07 February 2016 17:44
Forum: Others
Topic: Using RTL_433 app as reciever
Replies: 30
Views: 13983

Re: Using RTL_433 app as reciever

I'm using this hack now: #!/bin/sh TEMPIDX=16 DEPTHIDX=15 UNITID=676252812 #UNITID=684148751 AUTH="-u oiltank:$PASSWORD" BASEURL="https://$DOMOTICZURL/json.htm?type=command&param=udevice&nvalue=0" ~/git/rtl_433/src/rtl_433 -R 42 -F json -l 1800 -q -a -t | tee tankmon-out-$$ | sed -un '/"id ...
by gflvern
Monday 04 January 2016 21:52
Forum: Python
Topic: Plex Status
Replies: 24
Views: 16794

Re: Plex Status

I was just playing with the script to show the Season name as well as the title.

I used

Code: Select all

season = root.find('Video').attrib(''grandparentTitle')
That works find for TV programmes but not movies that don't have that value. Can some point help me with how to handle that exception?

Thanks

gfl
by gflvern
Monday 04 January 2016 21:34
Forum: Python
Topic: Plex Status
Replies: 24
Views: 16794

Re: Plex Status

nayr wrote:log out of myPlex on the plex server, and then restart plex server for good measure... then go change the subnet and save. should work, even after logging back into myplex.
Thanks, eventually got it working after a couple of stop/starts!
by gflvern
Sunday 03 January 2016 18:29
Forum: Python
Topic: Plex Status
Replies: 24
Views: 16794

Re: Plex Status

Hi, I have a problem with this script. My plex server is on NAS Synology. When I request 'http://'+plexURL+'/status/sessions' I have this return : This XML file does not appear to have any style information associated with it. The document tree is shown below. <MediaContainer size="0 ...
by gflvern
Saturday 02 January 2016 19:01
Forum: Design, usability and languages
Topic: FlatZ Frontpage
Replies: 237
Views: 103460

Re: FlatZ Frontpage

I've now got this up and running with the screen sizes set up for an Amazon Fire. So I'd like to say thank you for the all the that's been done on creating the pages in the first place. I'd like to get the weather page working with Weather Underground if possible. Could someone point me at the pages ...
by gflvern
Wednesday 30 December 2015 11:19
Forum: Design, usability and languages
Topic: 'ThinkTheme' - a new flat design theme
Replies: 52
Views: 83370

Re: 'ThinkTheme' - a new flat design template

Great theme, thanks for putting it together.
by gflvern
Sunday 27 December 2015 22:03
Forum: Other questions and discussions
Topic: NEST CAM
Replies: 3
Views: 2046

Re: NEST CAM

As far as I know this can't be done due to how Nest Cam works.

gfl
by gflvern
Thursday 24 December 2015 10:36
Forum: Switches and Scenes
Topic: Mobile Phone Online
Replies: 4
Views: 2669

Re: Mobile Phone Online

no it works by me i have only copy the part with the ip Adress so show what you must change. This code Works fine by me so i habe a switch and can use Blocky But I would like to copy the rest of the script so I can try this for myself. To ping the IP addresses it needs the rest of the script surely ...
by gflvern
Wednesday 23 December 2015 19:43
Forum: Switches and Scenes
Topic: Mobile Phone Online
Replies: 4
Views: 2669

Re: Mobile Phone Online

Hi Smartie,

I think your code block is missing some code that checks to see if the IP addresses in the array are alive.

Cheers

gfl
by gflvern
Sunday 20 December 2015 17:05
Forum: Z-Wave
Topic: RaZberry Install
Replies: 3
Views: 1338

Re: RaZberry Install

hmmm, that link does get removed when you reboot.

Advice on how to fix this issue much appreciated.
by gflvern
Saturday 19 December 2015 22:42
Forum: Z-Wave
Topic: RaZberry Install
Replies: 3
Views: 1338

Re: RaZberry Install

Thanks BigTed. I've got it working now, I didn't have the file 09-tty.rules file. I did find something on the forum that mentioned doing the followiing sudo ln -s /dev/ttyAMA0 /dev/ttyUSB20 to create a symbolic link. The question is will it still work when I reboot the PI. Guess I'll find out at ...
by gflvern
Saturday 19 December 2015 20:21
Forum: Z-Wave
Topic: RaZberry Install
Replies: 3
Views: 1338

RaZberry Install

Hi, Is OpenZwave installed by default in Domoticz now? I have Version: 2.3857. I'm guessing so as it's available as a type when adding hardware. However the serial port dropdown only gives me an option of ttyUSB0 which is my RFX? Do I need some additional set up to get ttyUSB20 available? Thanks gfl
by gflvern
Monday 22 June 2015 19:45
Forum: iOS
Topic: Siri / HomeKit support for Domoticz
Replies: 530
Views: 284325

Re: Siri / HomeKit support for Domoticz

Many Thanks glf, just work that out by trial and error :0) have it working now..... Thanks for all your help! Do you know if you can add more than one room plan or is it best just to create a home kit room plan and add all devices to that one room plan? Do you know if you can control your devices ...
by gflvern
Monday 22 June 2015 18:36
Forum: iOS
Topic: Siri / HomeKit support for Domoticz
Replies: 530
Views: 284325

Re: Siri / HomeKit support for Domoticz

grant wrote:Thanks for all the help :)

any more idea's?

Thanks G
You don't need the , after "usescenes": 0

gfl
by gflvern
Monday 22 June 2015 13:40
Forum: iOS
Topic: Siri / HomeKit support for Domoticz
Replies: 530
Views: 284325

Re: Siri / HomeKit support for Domoticz

grant wrote:Hello,

Am I doing something basic wrong?

Thanks in advance for any help on this.

G

You are missung the , after "port": "8080" in the config. In addition to the other code that needs removing from the 'scenes' line.

gfl
by gflvern
Sunday 21 June 2015 15:16
Forum: iOS
Topic: Siri / HomeKit support for Domoticz
Replies: 530
Views: 284325

Re: Siri / HomeKit support for Domoticz

The idx of your room plan is visible on the roomplan page (setup, more options, plans, roomplan). If you add a plan then in the list it shows the idx and the name of the roomplan. Ah yes, spotted now, it's obvious when you look!! Thanks. Now I get a DNS Name Conflict error! /home/pi/homebridge/lib ...
by gflvern
Saturday 20 June 2015 13:19
Forum: iOS
Topic: Siri / HomeKit support for Domoticz
Replies: 530
Views: 284325

Re: Siri / HomeKit support for Domoticz

Ok, so I made progress by starting the install again. However still appear to have an issue. Firstly how do I find the idx of my room plan, I want to add that to the config.json but can't find it. When I run npm run start, it throws some errors as it tries to add switches twice, could I have ...
by gflvern
Friday 19 June 2015 21:27
Forum: iOS
Topic: Siri / HomeKit support for Domoticz
Replies: 530
Views: 284325

Re: Siri / HomeKit support for Domoticz

I'm getting the error below when I try to run npm run start, the only thing I haven't done as part shown in the wiki is add a room plan. Any ideas as what to try to get this working, please? Starting HomeBridge server... module.js:338 throw err; ^ Error: Cannot find module '../build/Release/dns_sd ...