Search found 17 matches

by paede
Thursday 28 December 2023 11:04
Forum: Python
Topic: OpenEVSE MQTT Plugin
Replies: 18
Views: 2352

Re: OpenEVSE MQTT Plugin

Hi
Is it possible with your plugin to limit the charging current, so that I can use the surplus power from the solar system to charge the electric car? Is it possible to switch between single-phase and three-phase charging?

@all: nowadays translation is easy with Chat-GPT :-)
by paede
Thursday 23 February 2023 10:22
Forum: Speech & Voice Systems
Topic: Domoticz-Google-Assistant (dzga)
Replies: 369
Views: 89929

Re: Domoticz-Google-Assistant (dzga)

Some things I found during further testing: this is my nginx sites-enabled/default server { listen 80; listen [::]:80; server_name heimautomation.mooo.com; #change to match your address return 301 https://$server_name$request_uri; } server { listen 443 ssl; listen [::]:443 ssl; server_name ...
by paede
Monday 20 February 2023 20:10
Forum: Speech & Voice Systems
Topic: Domoticz-Google-Assistant (dzga)
Replies: 369
Views: 89929

Re: Domoticz-Google-Assistant (dzga)

Hi Fist I want to thank you for this great work. I used controllicz for a few years, which will end its service in summer. That's why I decided to take the effort to setup dzga. I've got most of it working. I have a raspberry pi 3 with domoticz, nginx reverse proxy and dzga running. First issue ...
by paede
Tuesday 27 September 2022 15:05
Forum: Design, usability and languages
Topic: custom domoticz page cannot control device from outside wlan
Replies: 7
Views: 1967

Re: custom domoticz page cannot control device from outside wlan

ok I changed the PUT to GET.
But that did not make any change.

Controlling of pan and tilt works fine on the custom html in local network, but in remote network it does not work.
by paede
Monday 26 September 2022 21:41
Forum: Design, usability and languages
Topic: custom domoticz page cannot control device from outside wlan
Replies: 7
Views: 1967

Re: custom domoticz page cannot control device from outside wlan

Why do you use a ‘PUT’ request? I am not sure if Domoticz handles that correctly. I copied this from someone else. So I just change 'PUT' to 'GET' ? My knowledge in html and javascript is very basic. I usually copy code and change that to my needs. domoticz works from remote networks. Only the dim ...
by paede
Sunday 25 September 2022 10:51
Forum: Design, usability and languages
Topic: custom domoticz page cannot control device from outside wlan
Replies: 7
Views: 1967

Re: custom domoticz page cannot control device from outside wlan

Mabe I need to be more precise. I use the following code to change values on the dimmer devices. function dim(devicecode,dimlevel){ execute('PUT', '../json.htm?type=command&param=switchlight&idx='+devicecode+'&switchcmd=Set%20Level&level='+dimlevel, ''); } function execute($method,$url,$message ...
by paede
Saturday 24 September 2022 13:02
Forum: Design, usability and languages
Topic: custom domoticz page cannot control device from outside wlan
Replies: 7
Views: 1967

custom domoticz page cannot control device from outside wlan

Hi I made a custom html to show and control a webcam. The camera is a esp32-cam. Pan and tilt is working via mySensors. In domoticz pan and tilt are dimmers. I can access the page from wlan and it works perfect. when I connect from outside wlan (mobile data), i can access the page and the ...
by paede
Sunday 30 August 2020 10:57
Forum: Other questions and discussions
Topic: vacation ghost script/plugin
Replies: 1
Views: 298

vacation ghost script/plugin

Hi all I'm looking for a script or plugin that does something like this: (this text is from a vera plugin i used to have) This plugin allows you to let lights be turned on and off automatically/randomly when you are in vacation or absent. It allows you to define in how many times in which phase it ...
by paede
Tuesday 11 August 2020 15:35
Forum: Other questions and discussions
Topic: Stop function on Fibaro FGRM-222
Replies: 3
Views: 377

Stop function on Fibaro FGRM-222

I've got some FGRM-222 Roller shutters and try to leave the blinds half open.
Blinds percentage worked on FGR-221 but not on FGRM-222

Is there a solution for this problem? I could not find any on the forum.

Greets
paede
by paede
Tuesday 11 August 2020 12:07
Forum: Other questions and discussions
Topic: run a lua script on scene execution
Replies: 2
Views: 546

Re: run a lua script on scene execution

I used net rpc shutdown as mentioned before.
On the rpi i made a textfile shutdown.sh with the "net rpc shutdown" command in it.
In Domoticz I run the script when a scene is executed.
by paede
Sunday 09 August 2020 14:07
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: z-wave nodes not in device list
Replies: 1
Views: 504

Re: z-wave nodes not in device list

It was possibly a bug due to the switching from vera. I reincluded those devices and now they work fine.
by paede
Sunday 02 August 2020 20:24
Forum: Other questions and discussions
Topic: run a lua script on scene execution
Replies: 2
Views: 546

Re: run a lua script on scene execution

I guess I try it with samba and "net rpc shutdown". (https://de.wikihow.com/Remote-einen-Com ... nterfahren)
I hope that works.
by paede
Friday 31 July 2020 20:53
Forum: Other questions and discussions
Topic: run a lua script on scene execution
Replies: 2
Views: 546

run a lua script on scene execution

My next question is about running a lua script I use to shutdown my media-pc. On the pc I habe MCE Controller running. The following lua code was run by vera in a scene and it worked. function shutDown(host) local socket = require("socket") c = assert(socket.connect(host, 5150)) c:send("hibernate\r ...
by paede
Friday 31 July 2020 15:38
Forum: Other questions and discussions
Topic: Stop Function on Fibaro Roller Shutter
Replies: 2
Views: 587

Stop Function on Fibaro Roller Shutter

Hi I migrated from vera to domoticz an it. I really like domoticz so far, but I miss the stop function on the roller shutter. I use a FIBARO System FGR221 Roller Shutter Controller that is recognized as a switch. I changed it to blinds inverted to match the open and close function. But I would ...
by paede
Thursday 30 July 2020 11:51
Forum: Other questions and discussions
Topic: unhide Scene or Switch
Replies: 2
Views: 436

Re: unhide Scene or Switch

Thanks a lot
I didn't expect scenes on the devices tab.
by paede
Thursday 30 July 2020 11:10
Forum: Other questions and discussions
Topic: unhide Scene or Switch
Replies: 2
Views: 436

unhide Scene or Switch

Hi
I did hide a scene by adding $ in front of the name. Now I need to change this scene. How can I unhide it or edit it?
cheers
paede
by paede
Tuesday 28 July 2020 13:31
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: z-wave nodes not in device list
Replies: 1
Views: 504

z-wave nodes not in device list

Hi First I want to thank you for domoticz and this forum it helped me a lot. I successfully installed domoticz on a raspberry pi with an aeon stick for zwave. I added the aeon stick to the existing vera zwave and switched it to be the master. All worked fine for the most of the switches. Some ...