Search found 100 matches
- Wednesday 02 April 2025 1:25
- Forum: Other questions and discussions
- Topic: Is it possible to add Shelly 2PM GEN 3 to Domoticz?
- Replies: 126
- Views: 8672
Re: Is it possible to add Shelly 2PM GEN 3 to Domoticz?
I think, this Shelly suports scripting. So why all this mqtt and node red? Switching on and off works by direct call from Domoticz like all older ones. And Shelly can send measured values directly to Domoticz using a script running on it. For example here is a part of my code for sending amount of ...
- Sunday 24 November 2024 19:56
- Forum: Zigbee
- Topic: Looking for a Zigbee tag
- Replies: 36
- Views: 2718
Re: Looking for a Zigbee tag
Why so complicated when your 12V car battery can run ESP for maybe more than 100 years?
- Monday 09 September 2024 22:04
- Forum: General Discussion
- Topic: I want help about arduino uart and raspberry uart
- Replies: 11
- Views: 1528
Re: I want help about arduino uart and raspberry uart
There is no easy way to get your format of serial data directly into Domoticz. If you are not a beginner with Arduino, program a module that will receive serial data from your module and send data via JSON API to Domotic via wifi. Or use mentioned Mysensor project. Or learn to write a script that ...
- Thursday 06 June 2024 23:26
- Forum: Cameras
- Topic: How can I add HikVision camera (problem with CORS)?
- Replies: 12
- Views: 2993
Re: How can I add HikVision camera (problem with CORS)?
First - I see your address "/channels/1/pic..." and for me works "/channels/101/pic..." Second - Hikvision in manual recommends using strong passwords, but beware, you cannot use some characters in the http address. For example my own painful experience when testing stream with VLC. My password ...
- Wednesday 08 May 2024 20:28
- Forum: Temperature and Weather
- Topic: DS18B20 temperature sensore calibration
- Replies: 11
- Views: 2611
Re: DS18B20 temperature sensore calibration
Connect sensors to ESP running ESPeasy and you can calibrate each sensor individually before send data to Domoticz....
- Wednesday 08 May 2024 20:11
- Forum: Other questions and discussions
- Topic: how to share p1 smartmeter usb with HA?
- Replies: 3
- Views: 959
Re: how to share p1 smartmeter usb with HA?
HA don't have any something like json api to send current state of P1 from Domoticz?
- Wednesday 08 May 2024 19:34
- Forum: Other questions and discussions
- Topic: Lighting control - how do you guys do it?
- Replies: 3
- Views: 695
Re: Lighting control - how do you guys do it?
I prefer communication between devices. PIR detects movement and sends a command directly to light switch to temporarily turn on the light. The light switch knows that it has received a command from the PIR sensor and therefore turns on the light for a certain time. It also sends the information ...
- Wednesday 06 March 2024 21:59
- Forum: Heating/cooling
- Topic: Which floor heating thermostat works in Domoticz?
- Replies: 9
- Views: 2446
Re: Which floor heating thermostat works in Domoticz?
You can easy build it yourself. I am using Sonoff Basic with 2 DS18B20 ( room and floor temp. ) running ESPeasy like standalone thermostat. Setpoint is received from Domoticz, heating status and energy consumption are exported to Domoticz. You can use Shelly1 too for that now. First version with ...
- Thursday 04 March 2021 23:07
- Forum: ESP8266
- Topic: ESP8266 / ESPEasy Thermostat for Domoticz
- Replies: 9
- Views: 12933
- Thursday 04 March 2021 22:50
- Forum: Heating/cooling
- Topic: Which multiroom thermostat to choose?
- Replies: 8
- Views: 1639
Re: Which multiroom thermostat to choose?
I think, you must build your own thermostat. All what you want can be done with Domoticz and ESPeasy rules for example. Here is my solution - not so complex. I don't need hysteresis, not using home/away - only timers for setpoint etc https://youtu.be/1ef6tRinOQ4 Third winter without any problem ....
- Thursday 04 March 2021 22:30
- Forum: Heating/cooling
- Topic: Wemos thermostat, tasmota.
- Replies: 3
- Views: 835
Re: Wemos thermostat, tasmota.
I use Setpoint timer feature for sending scheduled value to my ESP thermostat:
- Friday 04 December 2020 23:10
- Forum: Other questions and discussions
- Topic: how to read/write domoticz backup-files to external sd
- Replies: 3
- Views: 841
Re: how to read/write domoticz backup-files to external sd
1) backup database from Domoticz web page 3) Shutdown your RPI 4) remove its SD card and in another computer copy /home/domoticz folder 5) install new system and Domoticz 6) copy specific files to /home /domoticz new instaled ( scripts, images, floorplans - new versions do some of this by backup ...
- Friday 04 December 2020 22:32
- Forum: Heating/cooling
- Topic: 'Offline' thermostat / Tasmota
- Replies: 4
- Views: 2343
Re: 'Offline' thermostat / Tasmota
ad 1) I have one Sonoff with ESPeasy and with "service IP adress" If some thermostat fails, I replace it with this "service" Sonoff, connect to its "service IP adress" and load config file previously stored for specific thermostat. This will restore everything including working IP. Or you can do ...
- Thursday 03 December 2020 23:12
- Forum: Heating/cooling
- Topic: Options for simple underfloor heating control
- Replies: 6
- Views: 1863
Re: Options for simple underfloor heating control
My solution....
Floor heating independent thermostat with Domoticz setup.
https://www.youtube.com/watch?v=1ef6tRinOQ4
Floor heating independent thermostat with Domoticz setup.
https://www.youtube.com/watch?v=1ef6tRinOQ4
- Thursday 03 December 2020 22:33
- Forum: Heating/cooling
- Topic: 'Offline' thermostat / Tasmota
- Replies: 4
- Views: 2343
Re: 'Offline' thermostat / Tasmota
My "offline" thermostat works 3rd winter without any problem. Not Tasmota but ESPeasy with "rules". ESPeasy holds temperature ( room or floor ) and sends heating status, temeperatures, energy consumption and number of relay actions to Domoticz. And make some "safety" - check max allowed floor ...
- Tuesday 22 September 2020 22:50
- Forum: dzVents
- Topic: Notification script [Solved]
- Replies: 26
- Views: 3622
Re: Notification script [Solved]
And why script for this "switch custom message", when you can write notification directly in switch notification tab?
- Tuesday 22 September 2020 22:40
- Forum: Other questions and discussions
- Topic: Espeasy with Esp8266 & Domoticz Switch with current feedback
- Replies: 11
- Views: 6565
Re: Espeasy with Esp8266 & Domoticz Switch with current feedback
Hardware setup?
For example Sonoff Basic.
Code for Domoticz and ESPeasy rules are in my post.
For example Sonoff Basic.
Code for Domoticz and ESPeasy rules are in my post.
- Wednesday 22 January 2020 22:52
- Forum: Heating/cooling
- Topic: Temperature sensor
- Replies: 2
- Views: 714
- Wednesday 22 January 2020 22:43
- Forum: Temperature and Weather
- Topic: Thermostat with manual/auto switch
- Replies: 3
- Views: 749
Re: Thermostat with manual/auto switch
I am using separate selector switch for similar case. I use one setpoint and selector switch decisions if I regulate room air temperature or concrete floor temperature. I your DzVents script you can divide program execution according actual selector state. I think for the specific room is quite ...
- Wednesday 22 January 2020 22:19
- Forum: Switches and Scenes
- Topic: Thermostat setpoint in scenes
- Replies: 1
- Views: 308