Search found 5423 matches

by waltervl
Sunday 14 March 2021 16:18
Forum: Dashticz
Topic: Foscam camera
Replies: 11
Views: 1442

Re: Foscam camera

Check the two wiki pages that popup here. https://www.domoticz.com/wiki/index.php ... arch&go=Go
by waltervl
Saturday 13 March 2021 17:06
Forum: Design, usability and languages
Topic: Change a device to another tab
Replies: 4
Views: 3438

Re: Change a device to another tab

There is no solution other than using floorplans to make your own pages or using something like Dashticz.
by waltervl
Saturday 13 March 2021 16:46
Forum: General Discussion
Topic: Oficial Docker Container
Replies: 216
Views: 111703

Re: Oficial Docker Container

Ok, so if you do it your way (with 2 config folders) the scripts folder from Domoticz docker will be merged with the scripts folder with your own scripts?
by waltervl
Saturday 13 March 2021 14:06
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: No Zigbee2mqtt on the Hardware list
Replies: 37
Views: 4700

Re: No Zigbee2mqtt on the Hardware list

If you restart Domoticz (or your pi) it should all be visible then. Check the log file of Domoticz for errors or Python messages.
by waltervl
Saturday 13 March 2021 13:51
Forum: General Discussion
Topic: Oficial Docker Container
Replies: 216
Views: 111703

Re: Oficial Docker Container

If you have in composer (like in the documentation)
volumes:
- ./config:/opt/domoticz/userdata

And in ./config you have 2 folders, plugins and scripts. Then it should also work?
by waltervl
Saturday 13 March 2021 13:39
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: No Zigbee2mqtt on the Hardware list
Replies: 37
Views: 4700

Re: No Zigbee2mqtt on the Hardware list

And for the zigbee2mqtt to become visible the python plugin just needs to be seen.
For this Python must be correctly activated on your system: https://www.domoticz.com/wiki/Using_Python_plugins
by waltervl
Saturday 13 March 2021 13:28
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: No Zigbee2mqtt on the Hardware list
Replies: 37
Views: 4700

Re: No Zigbee2mqtt on the Hardware list

Is your Zigbee USB still on the same USB port (from the OS point of view)? See https://www.domoticz.com/wiki/PersistentUSBDevices
by waltervl
Saturday 13 March 2021 13:13
Forum: dzVents
Topic: Change timer of dzVents script with Telegram
Replies: 4
Views: 378

Re: Change timer of dzVents script with Telegram

I cannot not help with this Dzvents but why not use the timer function on the switch itself to trigger node red? https://www.domoticz.com/wiki/Managing_Devices#Edit_Device_Timers And with the API it should be possible to change a timer. But onfortunately I cannot find the timer modify api, only some ...
by waltervl
Saturday 13 March 2021 13:01
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: No Zigbee2mqtt on the Hardware list
Replies: 37
Views: 4700

Re: No Zigbee2mqtt on the Hardware list

Zigbee2mqtt needs a Domoticz plugin to be installed. And also mqtt and Zigbee2mqtt itself of course. https://github.com/stas-demydiuk/domoti ... qtt-plugin
by waltervl
Friday 12 March 2021 10:44
Forum: dzVents
Topic: Possible problem with sending data to Influx
Replies: 17
Views: 2709

Re: Possible problem with sending data to Influx

I have added a warning to the wiki. https://www.domoticz.com/wiki/Influxdb
Perhaps someone will pick it up in the source code to change.
by waltervl
Friday 12 March 2021 0:00
Forum: Python
Topic: Python Plugin: Python Plugin Manager
Replies: 234
Views: 105771

Re: Python Plugin: Python Plugin Manager

https://www.domoticz.com/wiki/Plugins I try to keep this page up to date for all users to find the plugins they could need. Some plugins need some extra installation effort so a plugin manager as developed here can not handle all plugins. I personally do not use it but there definitely is a need for ...
by waltervl
Thursday 11 March 2021 21:56
Forum: dzVents
Topic: Possible problem with sending data to Influx
Replies: 17
Views: 2709

Re: Possible problem with sending data to Influx

As far as I know there is still no push implemented in Domoticz for Influxdb 2.0, which is now the default. If you want to use the script from @waaren you can use this OpenURL Is this something I should add to the wiki page as a warning? I see no github issues regarding incompatibility with ...
by waltervl
Thursday 11 March 2021 21:51
Forum: dzVents
Topic: copy a api/telegram into a local text file [Solved]
Replies: 20
Views: 1565

Re: copy a api/telegram into a local text file [Solved]

Would it be something to use the standard http poller for this?
So with http poller get the telegram and with a Lua telegram parser put the data in domotica devices?
by waltervl
Thursday 11 March 2021 11:57
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Write logging to file in Windows
Replies: 13
Views: 838

Re: Write logging to file in Windows

Aaaaand, I wasn't able to find how to disable writing the log to a file again. Of course it will be possible by editing the registry again, but should be possible in a different way as well, right? As far as I know you will have to edit the registry and restart the Domoticz service, to make it read ...
by waltervl
Thursday 11 March 2021 11:46
Forum: Other questions and discussions
Topic: Using P1-device form Dutch Homewizard
Replies: 15
Views: 7836

Re: Using P1-device form Dutch Homewizard

General HTTP/HTTPS Poller instructions here: https://www.domoticz.com/wiki/HTTP/HTTPS_poller
by waltervl
Wednesday 10 March 2021 23:47
Forum: Switches and Scenes
Topic: Scene with input selection
Replies: 6
Views: 511

Re: Scene with input selection

Good you found it. But indeed a little strange and not very intuitive.
by waltervl
Wednesday 10 March 2021 18:23
Forum: Switches and Scenes
Topic: Scene with input selection
Replies: 6
Views: 511

Re: Scene with input selection

When I select a selector switch I can set a level % (0, 10%, 20%, etc)
That level percentage is the same as the level that is shown if you click on edit of that selector switch. Eg

0 off
10 TV
20 AUX
30 Bluetooth
by waltervl
Wednesday 10 March 2021 17:10
Forum: Python
Topic: Request Module Import Failing
Replies: 5
Views: 1224

Re: Request Module Import Failing

Is your domoticz also running as root?
by waltervl
Wednesday 10 March 2021 13:37
Forum: Third party and supplementary tools
Topic: Grafana SQLite plugin: Graphs Dashboard without InfluxDB datapush
Replies: 44
Views: 18505

Re: Grafana SQLite plugin: Graphs Dashboard without InfluxDB datapush

@Waltervl Quick Example in Grafana. There are more instructions on the internet to create Domoticz Grafana Dashboards. Can you give me the link on this. Are there any SQLite examples, almost all use the IfluxDB connection? Sorry, I can not. I just wanted to give an example what is possible. It are ...