Questions tagged [domoticz]

Domoticz is a light-weight home automation system that communicates with various hardware and has a browser-based user interface.

Domoticz is a home automation system designed to control various devices and receive input from various sensors.

For example this system can be used with:

  • Light switches
  • Door sensors
  • Doorbells
  • Security devices
  • Weather sensors like: UV/Rain/Wind Meters
  • Temperature Sensors
  • Pulse Meters
  • Voltage / AD Meters
23 questions
0
votes
1 answer

What you need to buy to communicate with ZigBee and Z-Wave devices?

I have raspberry pi 3b+, i want to manage an apartment with OpenHab Support is needed for xiaomi, ikea, philips (lamps), TV and washing machine (most likely from Samsung or LG). What you need to buy to be able to communicate and control ZigBee and…
0
votes
1 answer

How to fix crontab issue or 'os.execute()' issue with python script?

I run domoticz on a PI3b with Raspbian, for better effiency the PI3b has now a 7" screen to show domotics behaviour + weather-station information + internet forecast... To show all of this I've coded a C++/WXWidget app with graphics for…
0
votes
1 answer

Scope of Sony Audio API

I have a very basic question. I’m interested by the Sony STR-DN1080 and I’d like to control it with the Sony Audio API (the only one which exists as far as I know) using my own home automation system (domoticz for instance). But I don’t understand…
ricorico94
  • 31
  • 2
0
votes
1 answer

401 Unauthorized with JSON

I got an error when i run the bash script below. pi@raspberrypi:~/dev-domoticz/scripts $ ./dht_22.sh 21.2 48.2 HTTP/1.1 401 Unauthorized Content-Length: 91 Content-Type: text/html Set-Cookie: SID=none; HttpOnly; Expires=Thu, 01 Jan 1970 00:00:00…
Matthijs
  • 29
  • 1
  • 6
0
votes
1 answer

Authenticate with python requests - Cookies ? Payload ? Something else?

I try to log in this website using python (and after automate some actions) : https://www.rika-firenet.com/web/login As you see on the page, the html code is this one :
iero
  • 401
  • 3
  • 14
0
votes
1 answer

MQTT to Domoticz with bash

How can i get the value from the file in to Svalue instead of 56.8? mosquitto_pub -h 192.168.0.117 -t domoticz/in -m "$(sudo /home/pi/a.sh)" code for a.sh #!/bin/bash FILE="/home/pi/testar.log" echo '{"idx" :179, "svalue" : "56.8" }' I tried to…
0
votes
1 answer

Webdesign: Javascript to detect Domoticz switch status, and onclick action for toggle switch

I'm running a simple Apache web server on Raspberry Pi. The same Pi also has Domoticz installed. I'm currently developing a web front end for Domoticz. For test purposes I've set up a dummy switch in Domoticz, and I can toggle it on/off via this…
perry
  • 1
  • 2
1
2