Search found 9 matches

by Pawcio
Thursday 07 March 2019 12:45
Forum: Speech & Voice Systems
Topic: Domoticz to Google Assistant integration
Replies: 285
Views: 56794

Re: Domoticz to Google Assistan integration

Did you try in one level up?
You cannot be inside aog folder.
by Pawcio
Thursday 07 March 2019 7:49
Forum: Speech & Voice Systems
Topic: Domoticz to Google Assistant integration
Replies: 285
Views: 56794

Re: Domoticz to Google Assistan integration

Hi,
Actualy it is a standalone implementation. It means that you can put this AOG module wherever you want, even on another machine.
by Pawcio
Wednesday 06 March 2019 12:12
Forum: Speech & Voice Systems
Topic: Domoticz to Google Assistant integration
Replies: 285
Views: 56794

Domoticz to Google Assistant integration

Domoticz to Google Assistan integration Based on the home assistant implementation: https://github.com/home-assistant/home-assistant/tree/dev/homeassistant/components/google_assistant and https://github.com/actions-on-google/smart-home-nodejs Required: - Public IP - python >= 3.5 - reverse proxy for ...
by Pawcio
Sunday 04 November 2018 10:31
Forum: Python
Topic: Python Plugin: Samsung TV
Replies: 176
Views: 50303

Re: Python Plugin: Samsung TV

According to https://www.domoticz.com/wiki/Using_Python_plugins you need at least 3.4
by Pawcio
Saturday 03 November 2018 23:10
Forum: Python
Topic: Python Plugin: Samsung TV
Replies: 176
Views: 50303

Re: Python Plugin: Samsung TV

Ok, it means that samsung has slightly different protocol on different TV models which are communicating over ws. Version from the Oct 31, waits for the ""ms.channel.connect" json response before keys processing (it wasn't present in the previous one). Mark, could you turn on debugs and sends me ...
by Pawcio
Wednesday 31 October 2018 21:17
Forum: Python
Topic: Python Plugin: Samsung TV
Replies: 176
Views: 50303

Re: Python Plugin: Samsung TV

Hi Mark,
this is because it was very early implementation without power off functionality :)

Please find updated plugin.
by Pawcio
Wednesday 31 October 2018 18:01
Forum: Others
Topic: Satel Integra (Security System) with ethernet module
Replies: 368
Views: 109707

Re: Satel Integra (Security System) with ethernet module

Hi, I saw a few posts regarding problem with "Satel Integra: bad data length received (-1)". This happend also to me during only a few days of playing with domoticz and integra (my own build V4.10007). So I've checked the code and I've some remarks/questions: Method: SatelIntegra::SendCommand in ...
by Pawcio
Saturday 20 October 2018 14:42
Forum: Python
Topic: Python Plugin: Samsung TV
Replies: 176
Views: 50303

Re: Python Plugin: Samsung TV

Hi, I'm also happy that there is more and more python plugins developed for the domoticz, but the question is if it is done in the proper way. I'm not the domoticz expert/developer nevertheless I can see that whole plugins mechanism is made in the asynchronous way, which means that synchronous calls ...
by Pawcio
Thursday 18 October 2018 23:42
Forum: Other questions and discussions
Topic: InfluxDb-Grafana -> vType "Alert"
Replies: 0
Views: 223

InfluxDb-Grafana -> vType "Alert"

Hi, I've question regarding BasePush.cpp and it's implementation. Inside CBasePush::ProcessSendValue() and CBasePush::getUnit() there is no support for the vType == "Alert". Is it intentional? To allow visualize "Alert" changes (InfluxDb-Grafana), this specific vType must be added.