Search found 18 matches

by daandamhuis
Friday 26 February 2016 10:28
Forum: Design, usability and languages
Topic: Yet another frontpage
Replies: 82
Views: 37094

Re: Yet another frontpage

wauwturrr wrote:I've also tested some things with the chromecast, but it seems to be not working anymore.. Someone who also solved that?
Currently I don't have a solution, you can use cURL commands to get the JSON response! (http://fiquett.com/2013/07/chromecast-traffic-sniffing/)
by daandamhuis
Wednesday 24 February 2016 18:16
Forum: Design, usability and languages
Topic: Yet another frontpage
Replies: 82
Views: 37094

Re: Yet another frontpage

Got the Gas and Electricity working. Thanks for the example @HansLe.
by daandamhuis
Tuesday 23 February 2016 21:56
Forum: Design, usability and languages
Topic: Yet another frontpage
Replies: 82
Views: 37094

Re: Yet another frontpage

Hi,

I've just configured the Web Interface, and it's working great. But is their an example to configure / include a Chromecast and Selector Switches?

Thanks in advance!
by daandamhuis
Sunday 21 February 2016 10:33
Forum: Suggestions
Topic: Chromecast status
Replies: 40
Views: 22172

Re: Chromecast status

Did you place the Python script inside the Pychromecast folder? That did the trick for me.
by daandamhuis
Sunday 21 February 2016 9:50
Forum: Suggestions
Topic: Chromecast status
Replies: 40
Views: 22172

Re: Chromecast status

downloaded pychromecast from github https://github.com/balloob/pychromecast and then using the following python script from __future__ import print_function import time import sys import logging import json import codecs from urllib.request import urlopen from urllib.parse import urlencode import ...
by daandamhuis
Friday 19 February 2016 11:22
Forum: Suggestions
Topic: Chromecast status
Replies: 40
Views: 22172

Re: Chromecast status

tbowmo wrote:Another possible scenario is, that when you start playback on chromecast it could dim down the lights automatically, and if the playback is paused, it could turn up the lights to normal levels..
Do you have an example script?
by daandamhuis
Thursday 18 February 2016 14:18
Forum: Other questions and discussions
Topic: MQTT integration
Replies: 32
Views: 17032

Re: MQTT integration

Hi Andrex!

Did you read the Wiki about MQTT? http://domoticz.com/wiki/MQTT
by daandamhuis
Friday 12 February 2016 23:18
Forum: Suggestions
Topic: Ziggo Horizonbox support
Replies: 56
Views: 25235

Re: Ziggo Horizonbox support

As far as i know, it can't not be done. I have searched, but I didn't find anything useful like an API or something. Beside that I know there are two versions, the SMT-G7400 and the newer SMT-G7401 (Different CPU's). :(
by daandamhuis
Friday 12 February 2016 11:01
Forum: Suggestions
Topic: Chromecast status
Replies: 40
Views: 22172

Re: Chromecast status

Does someone know if it's possible to start a stream through Chromecast (audio) via Domoticz? I don't know it but this repository was posted in the tweakers domoticz topic last week by user zeu: https://github.com/balloob/pychromecast He has created a simple web interface himself to use with it and ...
by daandamhuis
Tuesday 09 February 2016 12:18
Forum: Others
Topic: Philips LivingColors 1st gen
Replies: 10
Views: 8903

Re: Philips LivingColors 1st gen

I'm sorry to revive this thread, but did someone manage to get this working? I've bought the shield and added my lamps in the Arduino code and I can control the lights through a serial connection. Does someone have a Python script that can talk to Arduino through USB Serial Connection of the ...
by daandamhuis
Friday 29 January 2016 15:08
Forum: Others
Topic: Domoticz compatible with USB network servers?
Replies: 4
Views: 799

Re: Domoticz compatible with USB network servers?

@jannl, do have a script that does that, or is there a topic with an example?
by daandamhuis
Thursday 28 January 2016 22:07
Forum: Temperature and Weather
Topic: Particle Photon Temperature Logger
Replies: 3
Views: 2551

Re: Particle Photon Temperature Logger

A Particle Photon is a small development board with integrated wifi. It's pretty easy to setup and I find it useful for sensor data.
by daandamhuis
Thursday 28 January 2016 17:37
Forum: Temperature and Weather
Topic: Particle Photon Temperature Logger
Replies: 3
Views: 2551

Particle Photon Temperature Logger

Hi All, I don't know if this is the right place, but i managed to create a Particle Photon temperature logger with a DHT22 sensor. If someone has any suggestions to the code, please give them! :D #include "application.h" #include "PietteTech_DHT/PietteTech_DHT.h" // system defines #define DHTTYPE ...
by daandamhuis
Tuesday 26 January 2016 9:22
Forum: Utility
Topic: P1 Port - Secundairy Raspberry Pi (Smart Meter)
Replies: 6
Views: 2467

Re: P1 Port - Secundairy Raspberry Pi (Smart Meter)

Hi Sincze,

That seems like even a better option! Thanks for the Tip!
by daandamhuis
Monday 25 January 2016 14:34
Forum: Utility
Topic: P1 Port - Secundairy Raspberry Pi (Smart Meter)
Replies: 6
Views: 2467

Re: P1 Port - Secundairy Raspberry Pi (Smart Meter)

Thanks! I'll look into this function!
by daandamhuis
Monday 25 January 2016 13:33
Forum: Utility
Topic: P1 Port - Secundairy Raspberry Pi (Smart Meter)
Replies: 6
Views: 2467

Re: P1 Port - Secundairy Raspberry Pi (Smart Meter)

Thanks for the reply but I would like to stick with the RPI, since I've bought a P1 USB Cable and Wifi Dongle for it and I have 3 RPI's laying around. Does anyone have an example for the RPI "Slave" for Domoticz?
by daandamhuis
Monday 25 January 2016 12:23
Forum: Utility
Topic: P1 Port - Secundairy Raspberry Pi (Smart Meter)
Replies: 6
Views: 2467

P1 Port - Secundairy Raspberry Pi (Smart Meter)

Hi,

I'm new to Domoticz and I was wondering if it was possible to use a secondary raspberry pi to extract the Power / Gas usage data and publish it to the Domoticz Raspberry Pi?

Thanks in advance.