Search found 26 matches

by EDsteve
Thursday 01 April 2021 12:33
Forum: ESP8266
Topic: Capacitive Soil Moisture Sensor Wemos ESPeasy
Replies: 23
Views: 19817

Re: Capacitive Soil Moisture Sensor Wemos ESPeasy

Hi,

i also use Domoticz. But your posted img doesn't look familiar to me. Are you sure you are using Domoticz?

In Domoticz you can add rules under:
Setup -> More Oprions -> Events
image_2021-04-01_173306.png
image_2021-04-01_173306.png (70.9 KiB) Viewed 1634 times
by EDsteve
Wednesday 13 January 2021 9:23
Forum: Utility
Topic: EpEver Solar Controller into Domoticz
Replies: 7
Views: 3218

Re: EpEver Solar Controller into Domoticz

Hi, that looks promising. I have an EpEver Solar Controller and i am trying to get data from it. But i am not sure about the connection. What is ch940? I don't find anything in google. Should these work? https://www.aliexpress.com/item/4001293851995.html?spm=a2g0o.productlist.0.0.3d0d627f43GdTE&algo ...
by EDsteve
Wednesday 16 December 2020 10:27
Forum: Bash / PowerShell / Batch etc.
Topic: Script to restart Domoticz if it crashes
Replies: 199
Views: 125027

Re: Script to restart Domoticz if it crashes

Hi. and thanks for your fast reply. Yes. I had passwords turned off for local networks. But i didn't add the 127.0.0.* IP range. The problem sits mostly between the chair and monitor :D So for everybody who made the same mistake: In Domoticz. Setup -> Settings image_2020-12-16_162400.png Script ...
by EDsteve
Monday 14 December 2020 14:21
Forum: Bash / PowerShell / Batch etc.
Topic: Script to restart Domoticz if it crashes
Replies: 199
Views: 125027

Re: Script to restart Domoticz if it crashes

#!/bin/bash #**************************************************************************** # program : check-domoticz-active.sh # programmer : RM # date : 2019-03-21 # # install in cron with crontab -e to run every 5 minutes # # m h dom mon dow command # */5 * * * * /home/pi/domoticz/scripts/check ...
by EDsteve
Wednesday 25 November 2020 6:28
Forum: Blockly
Topic: strange error..
Replies: 4
Views: 2636

Re: strange error..

Hi, the referred link did not point to a solution. It pointed to a thread where i tried to collect donations from the community to pay someone who can fix all the Blocky issues. Unfortunately the the admins didn't like that idea. So here we are still with the same unsolved Blocky problems. So there ...
by EDsteve
Tuesday 01 January 2019 9:45
Forum: Other questions and discussions
Topic: smart bulb or switch.
Replies: 22
Views: 3372

Re: smart bulb or switch.

Isn't the Shelly not a solution for you?
https://shelly.cloud/shelly1-open-source/
by EDsteve
Tuesday 04 December 2018 8:25
Forum: Show your projects
Topic: Domoticz able to activate motionEye motion detection
Replies: 25
Views: 14659

Re: Domoticz able to activate motionEye motion detection

Cooool. Works nice. Love it. Thanks for Info.
I indeed edit the wrong config.
by EDsteve
Saturday 01 December 2018 14:43
Forum: Show your projects
Topic: Domoticz able to activate motionEye motion detection
Replies: 25
Views: 14659

Re: Domoticz able to activate motionEye motion detection

I also discovered motionEye and love it. But i can't really get the HTTP web control working like you did. My motion.conf is configured as shown: ############################################################ # HTTP Based Control ############################################################ # TCP/IP ...
by EDsteve
Saturday 23 June 2018 11:54
Forum: Suggestions
Topic: Last seen notification
Replies: 19
Views: 8481

Re: Last seen notification

Just in case someone is coming across this thread like me.

The solution is already there:

- click on the "Notification" button from the sensor you want to monitor
- change the "type" in the pull down menu to "last Update"
- and configure the rest of the settings
by EDsteve
Friday 25 May 2018 22:11
Forum: Blockly
Topic: strange error..
Replies: 4
Views: 2636

Re: strange error..

The reason is that you can use the "Level(%)" only in a DO statement and not in a IF-statement.
If you want to change that behavior: viewtopic.php?f=62&t=23584

Cheeers
ED
by EDsteve
Monday 07 May 2018 21:46
Forum: ESP8266
Topic: How to deal with randomly failed commands?
Replies: 10
Views: 3525

Re: How to deal with randomly failed commands?

This seems to be a working solution:
viewtopic.php?f=28&t=9670&start=40#p170082
by EDsteve
Monday 07 May 2018 11:42
Forum: ESP8266
Topic: How to deal with randomly failed commands?
Replies: 10
Views: 3525

Re: How to deal with randomly failed commands?

Thanks for your replies. @DutchHans My Sonoffs are just 5m away from the Wifi repeater (no walls in between). That shouldn't be the reason. @SweetPants 1. Yeah. I know. I just like the puzzle klicky thing with blocky.... I am not a programmer (yet) :) 2. So MQTT has this option "integrated"? That ...
by EDsteve
Sunday 06 May 2018 23:09
Forum: ESP8266
Topic: How to deal with randomly failed commands?
Replies: 10
Views: 3525

How to deal with randomly failed commands?

Hey, i am building a mini grow box for pepper which needs specific environment. So basically automated temperature and humidity control . I am using Sonoff devices ( ESP8266 ) with ESPeasy on it so Domoticz is sending http commands over Wifi to controll the Sonoffs. The problem is that sometimes the ...
by EDsteve
Monday 19 March 2018 9:50
Forum: Third party and supplementary tools
Topic: Google Assistant -> Domoticz Using IFTTT
Replies: 9
Views: 7481

Re: Google Assistant -> Domoticz Using IFTTT

Thanks for that. Works like a charm.
Also very useful for people who only have a 3G/4G router which doesn't have port forwarding options. So now i can finally control my Home via email messages from outside.
by EDsteve
Monday 10 July 2017 11:33
Forum: Other questions and discussions
Topic: Debug logging?
Replies: 9
Views: 19891

Re: Debug logging?

Thanks for the bump. I am also trying to get a more detailed debugging without success. This is what is written in my domoticz.sh DAEMON=/home/$USERNAME/domoticz/$NAME DAEMON_ARGS="-daemon" #DAEMON_ARGS="$DAEMON_ARGS -daemonname $NAME -pidfile $PIDFILE" DAEMON_ARGS="$DAEMON_ARGS -www 8181" DAEMON ...
by EDsteve
Wednesday 22 March 2017 7:34
Forum: MySensors
Topic: SOLVED - S_WIND - V_Direction does not change value
Replies: 1
Views: 1192

Re: S_WIND - V_Direction does not change value

After some experimenting i found the source of the problem.

I gave the wind sensor a different NODE_ID in the sketch manually so Domoticz registers the sensor as a new node.
After that it seems to work.

For super noobs:
Add this to your sketch:

#define NODE_ID 3
by EDsteve
Tuesday 21 March 2017 15:28
Forum: MySensors
Topic: S_WIND / V_DIRECTION gives wrong value
Replies: 7
Views: 1934

Re: S_WIND / V_DIRECTION gives wrong value

I also experience problems with V_Direction values. Domoticz never updates any changes of the direction. It always shows 20NNE and i have no idea where the number 20 comes from. More details in this post:
https://www.domoticz.com/forum/viewtopi ... 42&t=16720

Hope it's okay to ask here again.
by EDsteve
Monday 20 March 2017 15:03
Forum: MySensors
Topic: SOLVED - S_WIND - V_Direction does not change value
Replies: 1
Views: 1192

SOLVED - S_WIND - V_Direction does not change value

Hi, Right to the point: It's a "dummy-sketch" to test communication between sensor node and Domoticz. With the following sketch Domoticz updates the values when i change wind speed and gust WITHIN the sketch manually. But i can change the number of the wind direction as much i want. Domoticz always ...
by EDsteve
Tuesday 14 February 2017 4:47
Forum: Cameras
Topic: How add a camera in Dashboard?
Replies: 18
Views: 31310

Re: How add a camera in Dashboard?

Hi.

I can't really see the point of adding a switch to the camera in the camera menu.
What is the purpose of it?

Send a snapshot to email is done by creating an event. Why I have to add the switch in the camera menu? What can it do?

Hmm. Thx for enlightening me :-)
Ed
by EDsteve
Monday 13 February 2017 7:34
Forum: Blockly
Topic: Disable Block not working
Replies: 4
Views: 1323

Disable Block not working

Hi, i disable a block via right click "disable block". It changes it's color. I save the event. But the block still gets executed. Is that just me or a general problem? disable block.JPG Domoticz: Version: 3.6562 Build Hash: 974bc54 Runs on a NanoPi With Jessie Not a serious issue but annoying. Hope ...