Search found 7 matches

by tbowmo
Wednesday 24 February 2016 23:49
Forum: Suggestions
Topic: Chromecast status
Replies: 40
Views: 22184

Re: Chromecast status

I'm not here on this forum that often.. Anyway, it's a work in progress. Running on a pi2, so don't notice that one core is maxed out by the script. But yes dome kind of wait loop should be made instead of the current while loop, so it doesn't use max cpu. And yes I'm using it with python3. I have ...
by tbowmo
Saturday 20 February 2016 18:44
Forum: Suggestions
Topic: Chromecast status
Replies: 40
Views: 22184

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 tbowmo
Friday 19 February 2016 11:06
Forum: Suggestions
Topic: Chromecast status
Replies: 40
Views: 22184

Re: Chromecast status

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.. Right now I have almost accomplished this, with pychromecast reporting into domoticz, and setting a dummy ...
by tbowmo
Friday 02 October 2015 20:18
Forum: MySensors
Topic: S_LOCK device
Replies: 9
Views: 1962

Re: S_LOCK device

I know, but wouldn't it make sense to auto assign the door icon, when it's a lock?

Anyways, if I use the door symbol, then the state is inverted, so that 0 is shown as door locked, and 1 is shown as door open. While the mysensors api states the opposite.
by tbowmo
Thursday 01 October 2015 21:36
Forum: MySensors
Topic: S_LOCK device
Replies: 9
Views: 1962

Re: S_LOCK device

Hmm.. just updated to domoticz 2.3220 Using nodered to mock up a sensors, and inject the following 100;255;3;0;11;LockTest 100;255;3;0;12;0.1 100;1;0;0;19;Door lock Then in domoticz a mysensor device with the id of 0064 turns up, with the type of "Lighting 2", and on the LightSwitch page it turns up ...
by tbowmo
Tuesday 04 August 2015 0:28
Forum: MySensors
Topic: new devices in Mysensors 1.5
Replies: 39
Views: 10502

Re: new devices in Mysensors 1.5

There isn't a sketch for hvac yet, as I'm just preparing it. It's almost a chicken and egg situation ;)
by tbowmo
Sunday 02 August 2015 18:54
Forum: MySensors
Topic: new devices in Mysensors 1.5
Replies: 39
Views: 10502

new devices in Mysensors 1.5

Could we get support for the new sensor / variable types, that has been added in Mysensors 1.5? In particular I'm interested in getting V_RGB, V_RGBW, and V_HVAC_SETPOINT_COLD / V_HVAC_SETPOINT_HEAT to work in domoticz The two first for LED strips for lightning in my Home theater, and the later for ...