Search found 20 matches

by wimmme
Tuesday 05 April 2022 9:06
Forum: Speech & Voice Systems
Topic: Domoticz-Google-Assistant (dzga)
Replies: 369
Views: 85417

Re: Domoticz-Google-Assistant (dzga)

I run it in docker, works great, just a bug when asking the temperature for a non thermostat device, that's not working. my docker-compose.yaml: version: '3' services: dz-googleassistant: image: dewgew/domoticz-google-assistant:latest container_name: domoticz-google-assistant environment: - PUID ...
by wimmme
Tuesday 11 January 2022 16:57
Forum: Speech & Voice Systems
Topic: Domoticz-Google-Assistant (dzga)
Replies: 369
Views: 85417

Re: Domoticz-Google-Assistant (dzga)

Guys, i really need help here. I have DZGA running for over a year now in a docker Container. Now i want to move that container to another host, but for the love of God, i cannot get it to work. The new container is up and running, I use the same smart-home-key.json, same docker-compose.yaml file ...
by wimmme
Friday 02 October 2020 9:26
Forum: Bugs
Topic: [SOLVED] EvoHome devices not showing since 3.4.6
Replies: 10
Views: 2814

Re: [SOLVED] EvoHome devices not showing since 3.4.6

Great, tnx !
by wimmme
Wednesday 30 September 2020 21:46
Forum: Bugs
Topic: [SOLVED] EvoHome devices not showing since 3.4.6
Replies: 10
Views: 2814

Re: EvoHome devices not showing since 3.4.6

No idea. Maybe this might help: mime-type type="text/x-phpbb-template" I used this website to configure IIS on Windows 10 for PhP: https://stackify.com/how-to-host-php-on-windows-with-iis/ Working great now. Little issue when using dials: it tries to load http://homeserver/dashticzbeta/img/fas%20fa ...
by wimmme
Wednesday 30 September 2020 17:42
Forum: Bugs
Topic: [SOLVED] EvoHome devices not showing since 3.4.6
Replies: 10
Views: 2814

Re: EvoHome devices not showing since 3.4.6

For the dials you don't need PHP. It's used to solve CORS issues, and for garbage and calendar functionality. The issue is that reading the template files (.tpl) generate a 404 Not Found error. They are used for dials, evohome devices, and also for quite some other blocks. Can you open the url in a ...
by wimmme
Wednesday 30 September 2020 15:32
Forum: Bugs
Topic: [SOLVED] EvoHome devices not showing since 3.4.6
Replies: 10
Views: 2814

Re: EvoHome devices not showing since 3.4.6

Then we have to do some more debugging ... (1) In Chrome, can you open DevTools (F12), refresh Dashticz, and then post here the errors and messages in the Devtools console tab? (2) Can you post the output of: http://<domoticz ip:port>/json.htm?type=devices&rid=123 replace 123 by the Domoticz device ...
by wimmme
Wednesday 30 September 2020 12:45
Forum: Bugs
Topic: [SOLVED] EvoHome devices not showing since 3.4.6
Replies: 10
Views: 2814

Re: EvoHome devices not showing since 3.4.6

Lokonli wrote: Wednesday 30 September 2020 12:10
I have it working ...

Did you set use_favorites to false in CONFIG.js?

Code: Select all

config['use_favorites'] = false
it was on 0, tried with 0,1,false, true, removing, ...
it does show a block when using dial but nothing in it, just the title
by wimmme
Wednesday 30 September 2020 12:00
Forum: Bugs
Topic: [SOLVED] EvoHome devices not showing since 3.4.6
Replies: 10
Views: 2814

[SOLVED] EvoHome devices not showing since 3.4.6

Hello, I have my Evohome available in Domoticz via the web API. Working great until 3.4.5. In 3.4.5 they still show, any version after that doesn't show them. Not the Heating zones, not the controller. Not in regular shape, not as a dial. I tried a lot ! Clear cache, reboots, beta and master ...
by wimmme
Sunday 24 May 2020 12:40
Forum: Android
Topic: Domoticz Plug-In for Tasker
Replies: 36
Views: 9755

Re: Domoticz Plug-In for Tasker

Hi, can i use this plugin to notify tasker to launch an app in android? I would like to click a physical button connected to domoticz and this should open a camera app on my andoid tablet. You can do this with Tasker and Autoremote, I do this already. Bought this plugin, and it should be able to do ...
by wimmme
Saturday 23 May 2020 23:10
Forum: Android
Topic: Domoticz Plug-In for Tasker
Replies: 36
Views: 9755

Re: Domoticz Plug-In for Tasker

Hi, can i use this plugin to notify tasker to launch an app in android? I would like to click a physical button connected to domoticz and this should open a camera app on my andoid tablet. You can do this with Tasker and Autoremote, I do this already. Bought this plugin, and it should be able to do ...
by wimmme
Saturday 16 May 2020 0:09
Forum: Android
Topic: Domoticz Plug-In for Tasker
Replies: 36
Views: 9755

Re: Domoticz Plug-In for Tasker

Nice, following this!
I am already using domoticz to control tasker, controlling domoticz from tasker would close the loop! :D
by wimmme
Thursday 26 December 2019 12:43
Forum: Dashticz
Topic: Evohome in Dashticz
Replies: 24
Views: 2794

Re: Evohome in Dashticz

Would love this too.
by wimmme
Wednesday 02 October 2019 10:00
Forum: Dashticz
Topic: Dashticz button open intent without popup
Replies: 7
Views: 854

Re: Dashticz button open intent without popup

Lokonli wrote: Tuesday 01 October 2019 14:38 image link is broken ...
should be better now
by wimmme
Tuesday 01 October 2019 9:45
Forum: Dashticz
Topic: Dashticz button open intent without popup
Replies: 7
Views: 854

Re: Dashticz button open intent without popup

Ok for me, considered reuse of the same parameter as wel, but i had no idea tristate was an option :-)
The no new window could also come in handy for javascript calls etc ... :idea:

Just to give an idea on how i use this, it's about the 'buttons' on the right :
dashticz_launcher.jpg
dashticz_launcher.jpg (118.4 KiB) Viewed 724 times
by wimmme
Monday 30 September 2019 20:52
Forum: Dashticz
Topic: Dashticz button open intent without popup
Replies: 7
Views: 854

Re: Dashticz button open intent without popup

I have added the option newwindow:true to open not in a pop-up, but in a new window. Does this option solve your problem? This sadly does not solve my problem. It opens the intent and after closing it displays a blank page in a new tab (or window) In fact, i think an option to open the link in this ...
by wimmme
Monday 30 September 2019 10:25
Forum: Dashticz
Topic: Dashticz button open intent without popup
Replies: 7
Views: 854

Re: Dashticz button open intent without popup

HansieNL wrote: Monday 30 September 2019 2:37 I have added the option newwindow:true to open not in a pop-up, but in a new window. Does this option solve your problem?
will try that this evening, tnx !
by wimmme
Monday 30 September 2019 1:38
Forum: Dashticz
Topic: Dashticz button open intent without popup
Replies: 7
Views: 854

Dashticz button open intent without popup

Hello, I am using Dashticz for quite some time as my dashboard for Domoticz, on a 24" android wall tablet. As browser I use Fully Kiosk Browser, a true blessing to use. It has a feature to open android intents, so if you open an url on any webpage displayed in it, it will open the intent, for ...
by wimmme
Thursday 12 July 2018 14:09
Forum: Dashticz
Topic: Dashticz - General Discussions
Replies: 3672
Views: 545916

Re: Dashticz - General Discussions

I am having issues with my webcams in Dashticz. (latest beta but master too) Showing ok at first, but after a while (refresh) the image disappears and the image not found icon is shown. After a manual refresh the image is back until the next auto refresh Manual repeated refreshes in a browser window ...
by wimmme
Monday 07 December 2015 22:45
Forum: Design, usability and languages
Topic: 'ThinkTheme' - a new flat design theme
Replies: 52
Views: 83314

Re: 'ThinkTheme' - a new flat design template

thanks, looks lovely !
by wimmme
Wednesday 11 November 2015 11:16
Forum: Others
Topic: How to connect smoke detectors
Replies: 11
Views: 8449

Re: How to connect smoke detectors

Double post, but I need to. I really cannot get this to work. I have 9 FA21RF's, configured with one master and 8 slaves, so they are all connected. There is no way I can get them into domoticz. I succeeded in learning 2 of these devices my own code with RFXMgr, so sending to them works fine, but ...