I miss some Visual notification/alerts function in domoticz, a simple popup to warn when something goes wrong that we can use in our scripts and so on.
Cheers
Domoticz input device! I needed a device to store settings and other information. The device creates a uservariable and saves input information witch you can use in other scripts outside and inside domoticz. The text box is set to only accept numbers if strings neded you have to change "number" to ...
I found it in domoticz/www/js/domoticz.js tanx anyway! function SetpointUp() { var curValue = parseFloat($('#setpoint_popup #popup_setpoint').val()); curValue += 0.1; //curValue = Math.round(curValue / 0.1) * 0.1; var curValueStr = curValue.toFixed(1); $('#setpoint_popup #popup_setpoint').val ...
I have a small blocky for my gate lights. This script is meant to turn lights on when motion sensor is triggered after sunset and before sunrise, that works fine but after 00:00 when motion triggers it turn on "Entrebelysning" but never turn it off again, before 00:00 it works fine... Tested Version ...
I changed some line in the plugin to work without the need of an online API, you can even run it offline. It uses the pylunar library instead. I have only put an hour in this so some bugs are expected :) Install libary: pip3 install pylunar Find your cordinates https://www.countrycoordinate.com ...
Example how to monitor traffic and other stats If you have root access to your router. domoticz.sh #!/bin/sh # Setup: # Put domoticz.sh in usr/bin and make it executable: chmod 777 domoticz.sh # put zomotcz in /etc/init.d/ # Run command /etc/init.d/zomoticz enable # Manual start: /etc/init.d ...
Many of us use the floorplan for players, boilers and so on. It wold be nice to have some sort of menu for it. The dots work fine but some sort of dropdown menu to separate the rooms from other stuff. And then maby even change the name for it :) Floorplan --Rooms -----Basement -----Basefloor ...
i tested the information on that site and found it working, i rewrite some code.. This make 2 files with json data with all usefull info aboute your landroid (second file hold the most usefull information). make sure you give the script rights to create files. (sudo chmod 777 filename.sh) edit user ...
old thread but ... When one of this problem hit me, was it because my python library environment path not was set when run from root/sudo domoticz run python scripts with sudo/root environment path's Stop Domoticz service: sudo /etc/init.d/domoticz.sh stop Run Domoticz direct from terminal: ./home ...
A long shot... i remember when i test IP CENTCOM webcam software, it have some example cameras added in from a random golf course (live stream)
right click then edit and you dhould find a adress to test with but it was a long time ago i tested that software. https://www.ipcent.com/
I have trouble with system alive checker so i wrote a little shell script... A script for alive system check that post json to Domoticz dummy switch. No need for edit crontab Make some dummy switch in Domoticz Edit the settings in the script Save script file in /home/pi/domoticz/scripts Give the ...
Hello!
Is there a way to make line breaks in dummy text device in domoticz floorplan view ?
In Utility its works with <p>Text</p><p>New line</p> but in Floorplan view it dont.
Any ideas ?