Search found 8 matches
- Monday 22 January 2018 13:45
- Forum: Speech & Voice Systems
- Topic: Controlicz - Domoticz to Google Home/Assistant integration
- Replies: 2277
- Views: 491622
Re: Controlicz - Domoticz to Google Home/Assistant integration
For people having problems with temperature sensors where the google assistant sees always the "thermostat is off", I think its because GA does not support sensors yet: https://support.google.com/googlehome/answer/7073578?hl=en-CA The only supported devices that reports temperature are thermostats ...
- Monday 19 December 2016 13:15
- Forum: Others
- Topic: Using BROADLINK RM2 on DOMOTICZ
- Replies: 254
- Views: 124724
Re: Using BROADLINK RM2 on DOMOTICZ
Oups, did not saw it, went directly to your last post where you referenced your original scripts
- Sunday 18 December 2016 15:35
- Forum: Others
- Topic: Using BROADLINK RM2 on DOMOTICZ
- Replies: 254
- Views: 124724
Re: Using BROADLINK RM2 on DOMOTICZ
Hello @tuspam, Seems that yours usefull scripts do not work with the new version 0.2 of the library. setting static host device is not handled correctly. :( Edit: found it, device definition does not exist anymore in the library. For rm1, rm2, rm3, it will need to use a definition like this for rm ...
- Sunday 11 December 2016 16:31
- Forum: Others
- Topic: Using BROADLINK RM2 on DOMOTICZ
- Replies: 254
- Views: 124724
Re: Using BROADLINK RM2 on DOMOTICZ
Just to be clear, the broadlink python libraryby mjg59 is able to control the RM2 (pro) and the RM3 blackbean. I suspect that this library also works for some other wifi broadlink devices like the SP and SP2 sockets. For the installation of the library I just copied it in a PATH reachable python ...
- Thursday 24 November 2016 12:17
- Forum: Others
- Topic: Using BROADLINK RM2 on DOMOTICZ
- Replies: 254
- Views: 124724
Re: Using BROADLINK RM2 on DOMOTICZ
Thanks @siklosi I will give it a try and let you know if it's faster than doing the whole handshake every time.
- Saturday 12 November 2016 14:08
- Forum: Others
- Topic: Using BROADLINK RM2 on DOMOTICZ
- Replies: 254
- Views: 124724
Re: Using BROADLINK RM2 on DOMOTICZ
Thanks to you noddy119 and to the library developer to bring us finally a non dependent app to a tier application to control the broadlink. Now, no reason to have an Android device with a pretty instable gateway app that make the broadlink unusable some times. Yes the playback is really fast and ...
- Friday 11 November 2016 18:24
- Forum: Others
- Topic: Using BROADLINK RM2 on DOMOTICZ
- Replies: 254
- Views: 124724
Re: Using BROADLINK RM2 on DOMOTICZ
Finally, just without all the sleep instructions in the playback code, make it as fast as the Android bridge or even faster. May be these sleep instruction are in case the device does not respond promptly but in my case with an RM2 I have no problems at all without the sleep instructions.
- Friday 11 November 2016 14:42
- Forum: Others
- Topic: Using BROADLINK RM2 on DOMOTICZ
- Replies: 254
- Views: 124724
Re: Using BROADLINK RM2 on DOMOTICZ
This is normal that actually this script is slower than rm-bridge, it does not stay connected to the broadlink like the later. In fact it needs to connect each time you send a command which takes several seconds. If someone can build a script that runs like a daemon and waiting for commands to send ...