Search found 5 matches

by lamptah
Saturday 06 April 2019 16:22
Forum: Design, usability and languages
Topic: machinon theme
Replies: 712
Views: 153098

Re: machinon theme

Very nice theme! One issue so far, using latest version v1.6.9. I have a switch that is tied to a motion sensor. As a result, for the standard 30 days the log shows ~12,800 entries. Using the standard theme, the log and graphs are displayed properly after a ~5s lag before the data shows. Using ...
by lamptah
Tuesday 16 October 2018 1:53
Forum: Other questions and discussions
Topic: System Alive Checker (Ping) not working
Replies: 4
Views: 2518

Re: System Alive Checker (Ping) not working

strange, I am running on a Raspberry Pi as well, and it did not work due to the privilege dropping.
by lamptah
Monday 15 October 2018 5:30
Forum: Switches and Scenes
Topic: how to playback IR (irsend)
Replies: 1
Views: 2491

Re: how to playback IR (irsend)

Hello, not sure if you are still looking, but if anyone else comes across this ... There was a bug in domoticz that prevented the sending of any codes via V_IR_SEND. That is fixed in the latest beta, (commit https://github.com/domoticz/domoticz/commit/3b529af766e2112890cac2d74e743b4dcc1543b3 ). With ...
by lamptah
Monday 15 October 2018 5:19
Forum: Other questions and discussions
Topic: System Alive Checker (Ping) not working
Replies: 4
Views: 2518

Re: System Alive Checker (Ping) not working

Hi, struggled with this today. I was able to solve it by replacing

Code: Select all

CapabilityBoundingSet=CAP_NET_BIND_SERVICE
with

Code: Select all

AmbientCapabilities=CAP_NET_RAW CAP_NET_ADMIN CAP_NET_BIND_SERVICE
in the domoticz.service file. Theoretically, only CAP_NET_RAW should be needed if you want to tighten it down.
by lamptah
Thursday 11 October 2018 5:05
Forum: dzVents
Topic: Accessing MySensors Child value via dzVents
Replies: 1
Views: 326

Accessing MySensors Child value via dzVents

Is it possible to set the hardware value of a MySensors child via dzVents? These values seem to be purged during a restart of domoticz, and the IR Send command is relying on finding a previously received V_IR_RECEIVE in the values. Which works fine as long as domoticz was not restarted and purged ...