Search found 49 matches

by Hedda
Wednesday 30 August 2017 14:10
Forum: Python
Topic: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
Replies: 951
Views: 179657

Re: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?

FYI, Ikea will be releasing color/colour (RGB) lamps in the Ikea Trådfri series this upcoming October.
by Hedda
Wednesday 14 June 2017 10:07
Forum: Python
Topic: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
Replies: 951
Views: 179657

Re: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?

What about making it a standalone proxy/script that communicates with Domoticz over MQTT like ie EasyESP does? Domoticz allready have MQTT support.. FYI; BEN HARDILL (a.k.a. hardillb) already made a MQTT Bridge for IKEA TRÅDFRI Light Gateway as a proof-of-concept: https://www.hardill.me.uk/ ...
by Hedda
Wednesday 14 June 2017 10:03
Forum: Python
Topic: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
Replies: 951
Views: 179657

Re: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?

Did you checkout the new aiocoap implementation option that they added to pytradfri? Aiocoap experimentation => https://github.com/ggravlingen/pytradfri/pull/28 Also relatest to https://github.com/ggravlingen/pytradfri/issues/29 but not required? Could you get around not using Twisted with that new ...
by Hedda
Tuesday 13 June 2017 9:59
Forum: Python
Topic: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
Replies: 951
Views: 179657

Re: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?

Did you checkout the new aiocoap implementation option that they added to pytradfri? Aiocoap experimentation => https://github.com/ggravlingen/pytradfri/pull/28 Also relatest to https://github.com/ggravlingen/pytradfri/issues/29 but not required? Could you get around not using Twisted with that new ...
by Hedda
Monday 12 June 2017 15:20
Forum: Python
Topic: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
Replies: 951
Views: 179657

Re: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?

After a lot of delays, I have committed a new version of the IKEA-tradfri plugin to the git repository. This version support the latest changes to the plugin-system, and thus requires the latest beta-version of domoticz. The plugin uses a separate service to enable notification of state changes and ...
by Hedda
Friday 19 May 2017 9:07
Forum: Python
Topic: [REQUEST] Google Assistant (AI voice agent) speech recognition plugin in Domoticz
Replies: 5
Views: 3535

Re: [REQUEST] Google Assistant (AI voice agent) speech recognition plugin in Domoticz

Could you provide some use cases how exactly you want to use this and how it fits into the Python plugin framework? Sure, but I hope it OK that I assume that you are ar least already a little familiar with the basic use cases of Google Home (or Amazon Echo) speakers with voice controlled AI ...
by Hedda
Thursday 18 May 2017 12:18
Forum: Python
Topic: [REQUEST] Google Assistant (AI voice agent) speech recognition plugin in Domoticz
Replies: 5
Views: 3535

Re: [REQUEST] Google Assistant (AI voice agent) speech recognition plugin in Domoticz

Developer preview 0.2.0 of the Google Assistant SDK released on May 17th 2017 FYI, Google have now released developer preview 0.2.0 which now includes a Google Assistant library for Python and hot-word voice activation https://developers.google.com/assistant/sdk/release-notes New features in the ...
by Hedda
Tuesday 02 May 2017 12:36
Forum: Python
Topic: [REQUEST] Google Assistant (AI voice agent) speech recognition plugin in Domoticz
Replies: 5
Views: 3535

[REQUEST] Google Assistant (AI voice agent) speech recognition plugin in Domoticz

Google have released this preview of a Python-based Google Assistant SDK that is designed for prototyping its voice agent technology: http://linuxgizmos.com/google-assistant-sdk-dev-preview-brings-voice-agent-to-the-raspberry-pi/ https://arstechnica.com/gadgets/2017/04/the-google-assistant-opens-up ...
by Hedda
Friday 28 April 2017 9:23
Forum: Python
Topic: [REQUEST] Chromecast (Google Cast) output and controller plugin?
Replies: 19
Views: 11056

Re: [REQUEST] Chromecast (Google Cast) output and controller plugin?

Is this only possible with a new cast or should the old one work to.. PyChromecast is made to follow the guidelines for sender apps written for Google Cast SDK v2 which means that it is compatible with both first-generation, second-generation Chromecast, Chromecast Ultra, as well as Chromecast ...
by Hedda
Thursday 27 April 2017 13:25
Forum: Python
Topic: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
Replies: 951
Views: 179657

[REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?

Ikea have just recently released an inexpensive app-controlled network-attached home automation hub which will serve as a Gateway to control its new "Trådfri" (Tradfri) series of affordable smart lights / lightbulbs, switches / remotes, and sensors, (endpoint devices/sensors in turn so far all uses ...
by Hedda
Wednesday 26 April 2017 12:52
Forum: Z-Wave
Topic: zigbee compatibility
Replies: 19
Views: 17777

Re: zigbee compatibility

FYI; Home-Assistant have now added support direct communication with ZigBee devices via a ZigBee USB or serial (GPIO) dongle/adapter: https://github.com/home-assistant/home-assistant/pull/6263 Tested devices include: SmartThings motion sensor (motion + temperature) SmartThings arrival sensor Iris ...
by Hedda
Monday 24 April 2017 9:26
Forum: Z-Wave
Topic: zigbee compatibility
Replies: 19
Views: 17777

Re: zigbee compatibility

Problem as a I understand it with not using a bridge is being compatible with ZigBee devices from different vendors is that most ZigBee devices do not follow the exact same standard, and currently there is no common library like there is for Z-Wave, as there we have OpenZWave https://github.com ...
by Hedda
Monday 24 April 2017 9:00
Forum: Zigbee
Topic: Ikea "TRÅDFRI" Gateway and smart lights series for ZigBee Light Link (ZLL) lighting
Replies: 63
Views: 43460

Re: Ikea "TRÅDFRI" Gateway and smart lights series for ZigBee Light Link (ZLL) lighting

Hi there, yesterday I give the the ikea lamps a try and I can say, it works really fine with domoticz. :D I'm able to switch them on/off and make a dim - colour changing from warm to cold white doesn't work at the moment, i'm not sure, witch command I have to use I think working on the ikea Gateway ...
by Hedda
Tuesday 18 April 2017 16:02
Forum: Python
Topic: [REQUEST] Chromecast (Google Cast) output and controller plugin?
Replies: 19
Views: 11056

Re: Google Cast (especially Chromecast Audio) control and output plugin

Another interesting aspect could be an option to output Security Camera / Doorbell cam video to a Chromecast Video dongle or Android TV.

Android TV 7.0 (which also support Google Cast for Video) even supports PiP (Picture in Picture) which is perpect for example doorbell video.
by Hedda
Tuesday 18 April 2017 15:58
Forum: Python
Topic: [REQUEST] Chromecast (Google Cast) output and controller plugin?
Replies: 19
Views: 11056

Re: Google Cast (especially Chromecast Audio) control and output plugin

How could this be done in Domoticz? For starter a few developers from the Home Assistant project have made "PyChromecast" library as an open source Python module to talk with Chromecast, maybe someone can check it out? http://pypi.python.org/pypi/PyChromecast http://github.com/balloob/pychromecast ...
by Hedda
Tuesday 18 April 2017 15:54
Forum: Python
Topic: [REQUEST] Chromecast (Google Cast) output and controller plugin?
Replies: 19
Views: 11056

[REQUEST] Chromecast (Google Cast) output and controller plugin?

Seeing as there are already a Sonos and Denon / Marantz plugins being developed for Domoticz, any chance that we could have a plugin for Domoticz which could control playback/volume controls and get media information from Google Cast compatible recievers (especially Chromecast Audio) on your home ...
by Hedda
Tuesday 18 April 2017 10:14
Forum: Zigbee
Topic: Ikea "TRÅDFRI" Gateway and smart lights series for ZigBee Light Link (ZLL) lighting
Replies: 63
Views: 43460

Re: Ikea "TRÅDFRI" Gateway and smart lights series for ZigBee Light Link (ZLL) lighting

Jaime Jiménez (from the company Ericsson) who is an active member of the IPSO Alliance’s working group, especially the Semantic WG that published the IPSO Smart Object Guidelines, posted this great teardown of the Ikea Trådfri implementation: http://jaimejim.github.io/tradfri/ He also shared a cou ...
by Hedda
Wednesday 12 April 2017 8:31
Forum: Z-Wave
Topic: zigbee compatibility
Replies: 19
Views: 17777

Re: zigbee compatibility

Many developers look to be making good progress with communicating with the new Ikea Trådfri Gateway (Tradfri hub) in much the same was as applications talk and control the Philips Hue Hub via its API. again there is already another thread about that: http://www.domoticz.com/forum/viewtopic.php?f=56& ...