Search found 7 matches

by dpcons
Thursday 03 April 2025 0:59
Forum: Python
Topic: Python Scripts...What's happening here?
Replies: 2
Views: 1589

Python Scripts...What's happening here?

I'm new to scripts, s0 I tried this simple one, based on an example online:
I'm using the Setup>More Optionsa>Events tab and creating the script there.

import domoticz
import DomoticzEvents as DE

if DE.changed_device_name == "Processor Temperature":
if DE.Devices["Processor Temperature"].s_value ...
by dpcons
Thursday 27 February 2025 20:05
Forum: Other questions and discussions
Topic: MQTT Broker
Replies: 1
Views: 1717

MQTT Broker

Can I run the MQTT Broker Mosquitto on the same RPI4B as Domoticz? I'm using Domoticz as the controller for a MYSensors radio network.
I'm using an ESP8266MQTT Lan Gateway.
by dpcons
Sunday 25 August 2019 21:14
Forum: Other questions and discussions
Topic: Domoticz running on RPI2 and Raspbian DESKTOP, how ?
Replies: 6
Views: 1894

Re: Domoticz running on RPI2 and Raspbian DESKTOP, how ?

Looks like I have the same issue. Seem libraries can't be found.
ldd domoticz gives me this.

linux-vdso.so.1 (0x00007ffe173df000)
libssl.so.1.0.0 => not found
libcrypto.so.1.0.0 => not found
libusb-0.1.so.4 => not found
libudev.so.1 => not found
librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 ...
by dpcons
Friday 23 August 2019 3:55
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Missing Libraries, didn't install correctly.
Replies: 0
Views: 1238

Missing Libraries, didn't install correctly.

Can't access web interface. using clean install of Raspbian Desktop. I did the easy install and it all looked like it worked, but...
Looks like I'm missing libraries
pi@FLCLinux:~/domoticz $ ldd domoticz
linux-vdso.so.1 (0x00007ffe0a89f000)
libssl.so.1.0.0 => not found
libcrypto.so.1.0.0 => not ...
by dpcons
Monday 01 April 2019 20:21
Forum: Forum feedback
Topic: Device Maintenance.
Replies: 4
Views: 4089

Re: Device Maintenance.

Besix...Thanks so much.
by dpcons
Monday 01 April 2019 18:04
Forum: Forum feedback
Topic: Device Maintenance.
Replies: 4
Views: 4089

Re: Device Maintenance.

Thanks for your response. Maybe I wasn't clear. Is there any way of selecting ALL the devices on a PAGE at once, instead of selecting them individually? What does "behind IDX" mean. Are you talking about the Trash Can icon?
by dpcons
Wednesday 27 March 2019 17:22
Forum: Forum feedback
Topic: Device Maintenance.
Replies: 4
Views: 4089

Device Maintenance.

First of all, let me just say that I'm enjoying using Domoticz. Nice graphics, great support for a variety of devices. I've added mostly MySensor devices and other 433Mhz home devices with great success. Congratulations and great job! I have but one question/request. I installed Domotics over a year ...