Search found 51 matches
- Sunday 14 January 2024 20:35
- Forum: DIY Hardware and Protocols
- Topic: Hardware Domoticz Watchdog
- Replies: 23
- Views: 18626
Re: Hardware Domoticz Watchdog
When nothing seems to resolve... Have you tried changing the Rpi wiht another one?
- Sunday 14 January 2024 19:08
- Forum: DIY Hardware and Protocols
- Topic: Hardware Domoticz Watchdog
- Replies: 23
- Views: 18626
Re: Hardware Domoticz Watchdog
Have you tried replacing the Rpi power supply?
- Sunday 14 January 2024 12:07
- Forum: DIY Hardware and Protocols
- Topic: Hardware Domoticz Watchdog
- Replies: 23
- Views: 18626
Re: Hardware Domoticz Watchdog
@ Kedi
Yes, I agree with you, but an extra check doesn't hurt, especially if it's simple and cheap.
Yes, I agree with you, but an extra check doesn't hurt, especially if it's simple and cheap.
- Sunday 14 January 2024 11:35
- Forum: DIY Hardware and Protocols
- Topic: Hardware Domoticz Watchdog
- Replies: 23
- Views: 18626
Re: Hardware Domoticz Watchdog
To automatically reboot my system in the event of a hang, I used a Shelly One switch (with Espeasy firmware) on the RPI's power supply. If the Shelly does not receive the control message from the DMZ (generated by cron every 15 minutes), the Shelly turns off power to the RPI and, after 10 seconds ...
- Friday 05 January 2024 19:10
- Forum: DIY Hardware and Protocols
- Topic: Hardware Domoticz Watchdog
- Replies: 23
- Views: 18626
Re: Hardware Domoticz Watchdog
@ Geofrancis. Yes, it's possible for the hardware to crash, but since using Dmz (2017) those rare times it crashed were just a software issue (for me, obviously). In case of hardware fault, you can use a cheapest Sonoff switch on the Rpi power supply. @solarboy In this way, those times that Dmz is ...
- Friday 05 January 2024 7:47
- Forum: DIY Hardware and Protocols
- Topic: Hardware Domoticz Watchdog
- Replies: 23
- Views: 18626
Re: Hardware Domoticz Watchdog
You could use reverse logic. Use cron and launch a script every x minutes that activates a virtual button in Dmx on which you insert a Telegram notification that reaches your smartphone directly. Then, with a fantastic application called Automate, manage the notification as you want. In this way you ...
- Saturday 04 November 2023 7:41
- Forum: Heating/cooling
- Topic: Which floor heating thermostat works in Domoticz?
- Replies: 9
- Views: 2626
Re: Which floor heating thermostat works in Domoticz?
If you don't need a thermostat with display, why don't you use a simple switch with a temperature sensor combined?
- Saturday 15 July 2023 18:45
- Forum: LUA
- Topic: Group Dimmer script
- Replies: 12
- Views: 6183
Re: Group Dimmer script
Great job. It works fine for roller shutter also.
Thanks.
Thanks.
- Tuesday 04 July 2023 12:19
- Forum: dzVents
- Topic: On-the-fly sleep timer
- Replies: 6
- Views: 633
Re: On-the-fly sleep timer
I will use your code for sure.
Thanks again boum.
Thanks again boum.
- Tuesday 04 July 2023 8:14
- Forum: dzVents
- Topic: On-the-fly sleep timer
- Replies: 6
- Views: 633
Re: On-the-fly sleep timer
Well done, thanks for your interest boum. I asked ChatGPT to clean up and reduce the code and this is one of the possible solutions... local devicesToControl = { { name = 'TV kitchen', timer = 'Timer TV' }, { name = 'TV living', timer = 'Timer TV' }, { name = 'TV attic', timer = 'Timer TV' }, { name ...
- Sunday 02 July 2023 17:34
- Forum: dzVents
- Topic: On-the-fly sleep timer
- Replies: 6
- Views: 633
Re: On-the-fly sleep timer
The initial idea was to have a button only to activate sleep on a device, and I succeeded with Blockly but it wasn't elegant. Then I asked ChatGPT and she gave me that code. The starting point of a sleep button I think is interesting, and suggestions for "cleaning up" the code are still welcome.
- Sunday 02 July 2023 8:56
- Forum: dzVents
- Topic: On-the-fly sleep timer
- Replies: 6
- Views: 633
On-the-fly sleep timer
A very useful function that I could not find in Domoticz is the "sleep" timer. I needed to switch off some controlled devices after a period (first of all the TVs) but I couldn't find anything that was simple and immediate to use in Domoticz and so, not being a programmer, I asked ChatGPT to create ...
- Wednesday 17 May 2023 11:01
- Forum: Design, usability and languages
- Topic: How to change Icon for Motion Detector or Blinds
- Replies: 4
- Views: 2171
Re: How to change Icon for Motion Detector or Blinds
Yes, but I've not found another way to change the stock icon with your own.
- Wednesday 17 May 2023 7:56
- Forum: Design, usability and languages
- Topic: How to change Icon for Motion Detector or Blinds
- Replies: 4
- Views: 2171
Re: How to change Icon for Motion Detector or Blinds
You can do it by changing the icons you want under domoticz->www->images.
For motion sensor: motion48-off.png and motion48-on.png
For blinds: blinds48.png; blinds48sel.png; blindsopen48.png; blindsopen48sel.png
To make it work, don't forget to clear the browser cache.
For motion sensor: motion48-off.png and motion48-on.png
For blinds: blinds48.png; blinds48sel.png; blindsopen48.png; blindsopen48sel.png
To make it work, don't forget to clear the browser cache.
- Thursday 04 November 2021 14:38
- Forum: Other questions and discussions
- Topic: Please help for a crashed sd
- Replies: 2
- Views: 425
Re: Please help for a crashed sd
Did you simply try to read the card in a pc?
If isn't readable, try with a file data recovery program. I suggest photorec or R-Linux.
If isn't readable, try with a file data recovery program. I suggest photorec or R-Linux.
- Monday 09 August 2021 21:14
- Forum: Examples & Solutions
- Topic: Anybody home?
- Replies: 12
- Views: 6843
Re: Anybody home?
My experience. For presence detection i use a combination of Wi-Fi and Beacon Ble without any problem, but recently i've see Domoticz geofence function on Android App works like a charme . I'm testing it from several monts and i have not had a false positive (or negative). I'm very impressed for the ...
- Sunday 31 January 2021 11:00
- Forum: Suggestions
- Topic: Simple Timer
- Replies: 1
- Views: 338
Re: Simple Timer
Maybe it won't be like the analog plug in the picture, but the functionality is the same and it is not too difficult to implement in Domoticz.
viewtopic.php?t=20868
viewtopic.php?t=20868
- Sunday 28 April 2019 10:31
- Forum: Blockly
- Topic: Blockly question
- Replies: 2
- Views: 1126
Re: Blockly question
I think you can do it with dummy switch. First make a dummy switch and call it like you want. (Test in this case). Make a second dummy switch to control time overruns, or use an existing one. (Check in this case) Now you have three devices: "Door" The switch to control "Test" The dummy switch "Check ...
- Thursday 25 April 2019 10:05
- Forum: Blockly
- Topic: SONOFF POWR2 Notification Dryer/Washing machine
- Replies: 9
- Views: 2243
Re: SONOFF POWR2 Notification Dryer/Washing machine
It's really very strange, I use this blockly for my dryer, dishwaher, washing machine and for the photovoltaic system without any problems. Try raising the 5 watt threshold in the else if statement.
- Thursday 18 April 2019 18:46
- Forum: Blockly
- Topic: SONOFF POWR2 Notification Dryer/Washing machine
- Replies: 9
- Views: 2243
Re: SONOFF POWR2 Notification Dryer/Washing machine
I think you can do it with an user variable.
Make an user variable and call it (i.e.) Five and than blokly:
IF
Powermeter < 5 AND User Five = 0
DO
Set User Five = 1
Send notification with subject......
ELSE IF
Powermeter > 5 AND User Five = 1
DO
Set User Five = 0
Make an user variable and call it (i.e.) Five and than blokly:
IF
Powermeter < 5 AND User Five = 0
DO
Set User Five = 1
Send notification with subject......
ELSE IF
Powermeter > 5 AND User Five = 1
DO
Set User Five = 0