Hi
I've converted the Home Assistant Plugin from TheRealKillaruna (https://github.com/TheRealKillaruna/nano_pk#) to Domoticz.
Actually I did not do it. Claude.ai did it.
It works for all of the parameters I wanted to see in Domoticz. Claude will definetly help you with other parameters ;)
https ...
Search found 18 matches
- Wednesday 22 October 2025 18:00
- Forum: DIY Hardware and Protocols
- Topic: Plugin for Hargassner Heating NanoPK
- Replies: 0
- Views: 60
- Thursday 28 December 2023 11:04
- Forum: Python
- Topic: OpenEVSE MQTT Plugin
- Replies: 18
- Views: 2621
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
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
- Thursday 23 February 2023 10:22
- Forum: Speech & Voice Systems
- Topic: Domoticz-Google-Assistant (dzga)
- Replies: 372
- Views: 101331
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 ...
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 ...
- Monday 20 February 2023 20:10
- Forum: Speech & Voice Systems
- Topic: Domoticz-Google-Assistant (dzga)
- Replies: 372
- Views: 101331
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 ...
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 ...
- Tuesday 27 September 2022 15:05
- Forum: Design, usability and languages
- Topic: custom domoticz page cannot control device from outside wlan
- Replies: 7
- Views: 3113
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.
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.
- Monday 26 September 2022 21:41
- Forum: Design, usability and languages
- Topic: custom domoticz page cannot control device from outside wlan
- Replies: 7
- Views: 3113
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 ...
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 ...
- Sunday 25 September 2022 10:51
- Forum: Design, usability and languages
- Topic: custom domoticz page cannot control device from outside wlan
- Replies: 7
- Views: 3113
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¶m=switchlight&idx='+devicecode+'&switchcmd=Set%20Level&level='+dimlevel, '');
}
function execute($method,$url,$message ...
function dim(devicecode,dimlevel){
execute('PUT', '../json.htm?type=command¶m=switchlight&idx='+devicecode+'&switchcmd=Set%20Level&level='+dimlevel, '');
}
function execute($method,$url,$message ...
- Saturday 24 September 2022 13:02
- Forum: Design, usability and languages
- Topic: custom domoticz page cannot control device from outside wlan
- Replies: 7
- Views: 3113
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 ...
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 ...
- Sunday 30 August 2020 10:57
- Forum: Other questions and discussions
- Topic: vacation ghost script/plugin
- Replies: 1
- Views: 326
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 ...
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 ...
- Tuesday 11 August 2020 15:35
- Forum: Other questions and discussions
- Topic: Stop function on Fibaro FGRM-222
- Replies: 3
- Views: 414
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
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
- Tuesday 11 August 2020 12:07
- Forum: Other questions and discussions
- Topic: run a lua script on scene execution
- Replies: 2
- Views: 602
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.
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.
- Sunday 09 August 2020 14:07
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: z-wave nodes not in device list
- Replies: 1
- Views: 530
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.
- Sunday 02 August 2020 20:24
- Forum: Other questions and discussions
- Topic: run a lua script on scene execution
- Replies: 2
- Views: 602
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.
I hope that works.
- Friday 31 July 2020 20:53
- Forum: Other questions and discussions
- Topic: run a lua script on scene execution
- Replies: 2
- Views: 602
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 ...
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 ...
- Friday 31 July 2020 15:38
- Forum: Other questions and discussions
- Topic: Stop Function on Fibaro Roller Shutter
- Replies: 2
- Views: 629
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 ...
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 ...
- Thursday 30 July 2020 11:51
- Forum: Other questions and discussions
- Topic: unhide Scene or Switch
- Replies: 2
- Views: 473
Re: unhide Scene or Switch
Thanks a lot
I didn't expect scenes on the devices tab.
I didn't expect scenes on the devices tab.
- Thursday 30 July 2020 11:10
- Forum: Other questions and discussions
- Topic: unhide Scene or Switch
- Replies: 2
- Views: 473
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
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
- Tuesday 28 July 2020 13:31
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: z-wave nodes not in device list
- Replies: 1
- Views: 530
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 ...
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 ...