Search found 32 matches
- Sunday 22 June 2025 9:07
- Forum: Bugs and Problems
- Topic: icons upload
- Replies: 2
- Views: 378
icons upload
I have two raspberry One with buster and domoticz version 2024.7 domoticz not in docker The second bookworm domoticz version 2025.4 domoticz in docker When I try upload custom icons in the second one gives fault icon *.png to small or problem extraxtion. When I upload the same in the first raspberry ...
- Friday 06 June 2025 9:12
- Forum: LUA
- Topic: scripts percentage solar panels
- Replies: 11
- Views: 808
- Friday 06 June 2025 8:57
- Forum: LUA
- Topic: scripts percentage solar panels
- Replies: 11
- Views: 808
Re: scripts percentage solar panels
Hi every one, Thanks for all help. I adjust the script "TextSensor" to % Sensor that works for me. I Used the textSensor en % Sensor devices adding to Energy dashboard. The script percentage solar panals is also working. For now I test if over a longer period . The goal is to research the effect of ...
- Thursday 05 June 2025 12:37
- Forum: LUA
- Topic: scripts percentage solar panels
- Replies: 11
- Views: 808
Re: scripts percentage solar panels
Hi, i suspect you used https://wiki.domoticz.com/DzVents:_next_generation_Lua_scripting#Percentage to use as reference for your script, but that is not how to use a dummy device in a script.. in dzVents you do something like this: local percentageDevice = domoticz.devices(IDX) use the IDX of your ...
- Thursday 05 June 2025 12:30
- Forum: LUA
- Topic: scripts percentage solar panels
- Replies: 11
- Views: 808
Re: scripts percentage solar panels
In my opinion Domoticz excels in the way one can use python and dzVents to manipulate anything you want. The thing I don mot like is that each item has it's own sensor which clutters the screen. That is why I'm using textSensors where information can be displayed. Here is a bit of script for your ...
- Wednesday 04 June 2025 8:45
- Forum: LUA
- Topic: scripts percentage solar panels
- Replies: 11
- Views: 808
Re: scripts percentage solar panels
Percentage is the "marker".
- Monday 02 June 2025 10:23
- Forum: LUA
- Topic: scripts percentage solar panels
- Replies: 11
- Views: 808
scripts percentage solar panels
I try to make a script that calcutate the perc of own use generation kWh solar panels. Advandcely the goal is an overview of weekly and monthly report of % own use kWh solar panels. For now I use a excel file. Therefore I made a dummy percentage. For measuring I use the smartmeter and a meter for ...
- Sunday 22 September 2024 10:28
- Forum: Utility
- Topic: Plugin Homewizard Wifi P1 meter erreur décodage
- Replies: 6
- Views: 1326
Re: Plugin Homewizard Wifi P1 meter erreur décodage
Usage power shows not right value multyple by 10
I change in plugin
self.active_power_w = Data['active_power_w']
self.active_power_w = (Data['active_power_w'] / 10)
Now is shows right value
I change in plugin
self.active_power_w = Data['active_power_w']
self.active_power_w = (Data['active_power_w'] / 10)
Now is shows right value
- Wednesday 10 January 2024 11:01
- Forum: Other questions and discussions
- Topic: zigbee2mqtt Upate npm and node
- Replies: 1
- Views: 3191
zigbee2mqtt Upate npm and node
raspberry p3
domoticz 2024
Update zigbee2mqtt with script zigbee.sh doesn't results in update npm en node.
Update npm with command npm latest results in failed and zigbee2mqtt doesn't start up anymore.
How can I update npm en node without losing the present configuration of the used devices.
domoticz 2024
Update zigbee2mqtt with script zigbee.sh doesn't results in update npm en node.
Update npm with command npm latest results in failed and zigbee2mqtt doesn't start up anymore.
How can I update npm en node without losing the present configuration of the used devices.
- Monday 02 October 2023 8:22
- Forum: Speech & Voice Systems
- Topic: Domoticz-Google-Assistant (dzga)
- Replies: 369
- Views: 91435
Re: Domoticz-Google-Assistant (dzga)
Synchronize devices to Google app failed. Devices showing "offline" in app, but voice control works for lamps and blinds. Get message something go's wrong. I made a new project on Google . Several times but doesn't work. I use ngrok no problem. Devices import from domoticz to dzga no problem. In ...
Re: PV output
I dupicate the script. One with timer 'daytime every 5 minutes' and second script with timer 'nigttime every 5 minutes'. I set output solar Watt '&v2=' .. 0 ..
This works, maybe I must it fine tuned f.e. x minutes before of afther.
Thanks for the lead
This works, maybe I must it fine tuned f.e. x minutes before of afther.
Thanks for the lead
- Friday 22 September 2023 15:41
- Forum: Speech & Voice Systems
- Topic: Domoticz-Google-Assistant (dzga)
- Replies: 369
- Views: 91435
Re: Domoticz-Google-Assistant (dzga)
file ngrok.yml must install in ngrok2/config this is an hiden file use ls -a to show hidden files.
- Thursday 21 September 2023 8:23
- Forum: Speech & Voice Systems
- Topic: Domoticz-Google-Assistant (dzga)
- Replies: 369
- Views: 91435
Re: Domoticz-Google-Assistant (dzga)
I asume you installed ngrok on your raspberry. For configuration Ngrok instellingen sudo nano ~/.ngrok2/ngrok.yml tunnels: nginx-server: proto: http addr: 3030 bind-tls: true console_ui: false authtoken: jouw authtoken region: eu sudo nano /etc/systemd/system/ngrok-client.service [Unit] Description ...
- Wednesday 20 September 2023 14:25
- Forum: Speech & Voice Systems
- Topic: Domoticz-Google-Assistant (dzga)
- Replies: 369
- Views: 91435
Re: Domoticz-Google-Assistant (dzga)
Latest versions stable domoticz and dzga I use ngrok free connection with google home works fine. Sychr domoticz dzga function oke. Problem is that devices in google home app are showing offline, but voice command works for all devices. When I change roomnumber in dzga instandly correct devices for ...
Re: PV output
Thx
I will try
I will try
PV output
I install a kWH meter SDM120 for my solarpanels. During nigt time there is a small consumption on the meter a negative value. The script I use has no solution for negative value. That means that uploading to PV output during night time is not accepted due negative value. I trie to change the script ...
- Wednesday 22 February 2023 17:31
- Forum: Other questions and discussions
- Topic: SDM120 meter afther update 2023.01
- Replies: 4
- Views: 348
Re: SDM120 meter afther update 2023.01
I change three items afther trial and error. First I removed password devices then php script worked. Then I added local server to server without password in safety panel and change localhost:port in script in fully server adress. Meters devices solar panels update with data. Thanks for the lead ...
- Wednesday 22 February 2023 9:16
- Forum: Other questions and discussions
- Topic: SDM120 meter afther update 2023.01
- Replies: 4
- Views: 348
Re: SDM120 meter afther update 2023.01
Security settings didn't solved the problem
Boths scripts are running by crontab. Could this be an issue?
I
Boths scripts are running by crontab. Could this be an issue?
I
- Tuesday 21 February 2023 15:27
- Forum: Other questions and discussions
- Topic: SDM120 meter afther update 2023.01
- Replies: 4
- Views: 348
SDM120 meter afther update 2023.01
I use script for sdm120 meter. Afther update script doesn't update data to devices domoticz. https://www.domoticz.com/wiki/Eastron_SDM120C Second problem I use script for energie montoring php script. Apache Web Server (PHP 8.0) Don't work anymore afther update 2023.1 Raspberry p3, buster. Image ...
- Tuesday 05 April 2022 8:32
- Forum: LUA
- Topic: GarbageCalendar (new version) lua scripts
- Replies: 474
- Views: 77761
Re: GarbageCalendar (new version) lua scripts
Still the second garbage type date skip, as I mentioned in the first post.