Search found 39 matches

by Prutsium
25 Sep 2019, 08:47
Forum: ESP Easy: Projects / Applications
Topic: Esp Easy Mega & RFID
Replies: 2
Views: 11787

Re: Esp Easy Mega & RFID

I use also an RFID reader to open the front door and works perfect (at least with an older built of ESP Easy since there where some changes in the rule system where my "trick" didnt work anymore. In this post you can find how i did the rules to handle the cards / opening https://www.letsco...
by Prutsium
15 Sep 2019, 12:48
Forum: ESP Easy: Hardware
Topic: New ESP gadget
Replies: 326
Views: 656056

Re: New ESP gadget

ESP32 based Watch. :) https://www.banggood.com/LILYGO-TTGO-T-Watch-Intelligent-Programming-Sensor-Module-Smart-Watch-Kit-p-1553613.html https://imgaz.staticbg.com/images/oaupload/ser1/banggood/images/19/39/3745d4ba-8e96-433e-81e4-880c6f8a7fa8.jpeg Cool one :) You get also quite a lot of additional ...
by Prutsium
31 Aug 2019, 13:17
Forum: ESP Easy: Software
Topic: Issues with rules
Replies: 3
Views: 5817

Re: Issues with rules

grovkillen wrote: 31 Aug 2019, 12:53 Endif and EndOn is not correctly. You should close each if with an EndIf.
Wierd how was it then that it worked before always perfect?
I luckily found an .bin backup of my old system i uploaded that one with the exact same rules and it works .....
(Version mega-20180910)
by Prutsium
31 Aug 2019, 12:37
Forum: ESP Easy: Software
Topic: Issues with rules
Replies: 3
Views: 5817

Issues with rules

Hi all, A while ago i made an RFID entry system and with the help of a few here we managed to squeeze a large rule into something quite small. This was due the amount of RFID tags used and we had to come up with an simplified system. So far so good as that worked perfect without any issues. Just as ...
by Prutsium
19 May 2019, 14:35
Forum: ESP Easy: Hardware
Topic: ESP32 CAM
Replies: 11
Views: 20856

Re: ESP32 CAM

Have here also an ESP32 Cam as test and works within Domoticz. Just add the following Cam: IP: xxx.xxx.xxx.xxx Port: 80 Protocol: Http Image URL: capture?_cb= Make sure you first have set the resolution on the web interface (for example 1024x768) After reboot it jumps back to 320x240. It's fun and w...
by Prutsium
25 Mar 2019, 15:02
Forum: ESP Easy: Software
Topic: Newbie ESPEasy to Grafana Question
Replies: 16
Views: 16318

Re: Newbie ESPEasy to Grafana Question

For sensors i dont use MQTT unless they are send by Tasmota devices as there MQTT is the best option. But on many devices i use ESPEasy but most of them are sensor only or not supported things in Tasmota software. So device state doesnt matter for me and as they are not switches. Btw ... ESPEasy sup...
by Prutsium
25 Mar 2019, 08:34
Forum: ESP Easy: Software
Topic: Newbie ESPEasy to Grafana Question
Replies: 16
Views: 16318

Re: Newbie ESPEasy to Grafana Question

The most simple way is to use UDP (You must enable this in Influx by adding to your config of Influx: ( /etc/influxdb/influxdb.conf ) [[udp]] enabled = true bind-address = ":8089" database = "ESP_Database" Then its a matter of setting up the ESP. Below the controller config and t...
by Prutsium
22 Mar 2019, 14:02
Forum: ESP Easy: Software
Topic: Newbie ESPEasy to Grafana Question
Replies: 16
Views: 16318

Re: Newbie ESPEasy to Grafana Question

Why use telegraf when you are on ESP_Easy this can inject directly into Influx. Influx <> Grafana is the easy part Edit: I use the following for an temp graph: SELECT mean("value") FROM "Living_Room_Temp" WHERE $timeFilter GROUP BY time($__interval) fill(linear) Results in (an bi...
by Prutsium
08 Oct 2018, 10:50
Forum: ESP Easy: Projects / Applications
Topic: Filter unwanted values / spikes from data
Replies: 1
Views: 2251

Filter unwanted values / spikes from data

Hi all, I am running here on my heater system an additional ESP to calculate the Delta-T from the water in / out so that i would be able to keep this at an optimal level so condensation (gas heater) is optimal. This all works great by reading the in / out temperature and substracting them and dump t...
by Prutsium
08 Oct 2018, 09:29
Forum: ESP Easy: General Discussion
Topic: Tips for shortening rules
Replies: 16
Views: 10825

Re: Tips for shortening rules

great ideas, to solve rfid-keyopen with rules. did you ever thought of time-slots, on which some key is only valid? i send tag-id to my gira-homeserver, wich checks if the key comes in on an allowed day. and i check, if the key comes in at daytime (for parcel-delivery) and some key-groups are forbi...
by Prutsium
03 Oct 2018, 10:57
Forum: ESP Easy: General Discussion
Topic: Tips for shortening rules
Replies: 16
Views: 10825

Re: Tips for shortening rules

on rfid#tag do if [rfid#tag]=1626454649 //joe blo Event,goodtag if [rfid#tag]=1626454648 //john doe Event,goodtag if [rfid#tag]=1626454647 // etc Event,goodtag if [rfid#tag]=1626454646 //etc Event,goodtag if [rfid#tag]=1626454645 Event,goodtag if [rfid#tag]=1626454649 Event,goodtag if [rfid#tag]=16...
by Prutsium
02 Oct 2018, 22:51
Forum: ESP Easy: General Discussion
Topic: Tips for shortening rules
Replies: 16
Views: 10825

Re: Tips for shortening rules

on rfid#tag do if [rfid#tag]=1626454649 //joe blo Event,goodtag if [rfid#tag]=1626454648 //john doe Event,goodtag if [rfid#tag]=1626454647 // etc Event,goodtag if [rfid#tag]=1626454646 //etc Event,goodtag if [rfid#tag]=1626454645 Event,goodtag if [rfid#tag]=1626454649 Event,goodtag if [rfid#tag]=16...
by Prutsium
29 Sep 2018, 19:37
Forum: ESP Easy: Software
Topic: Software problem with BME280 (today RC)
Replies: 4
Views: 4009

Re: Software problem with BME280 (today RC)

Using mega-20180927 here with also BME280 on 0x76 and no issues.
by Prutsium
29 Sep 2018, 19:34
Forum: ESP Easy: General Discussion
Topic: Generic pulse counter question
Replies: 5
Views: 5960

Re: Generic pulse counter question

Thanks for the confirmation.

It's not the fact that i want to measure a low consumption but i want a more accurate measurement as the is an s0 counter for the whole house (3 phases 16 Amps)
Anyway have to live with it that it could be +- 29 watts off then :)
by Prutsium
26 Sep 2018, 11:15
Forum: ESP Easy: General Discussion
Topic: Generic pulse counter question
Replies: 5
Views: 5960

Re: Generic pulse counter question

Just figured out i can only increase the resolution if i increase the measurement time. So let's say ever minute gives a resolution of 30 watt: 1 pulse * 3600 / 60 /2 = 30 watt minimal 1 pulse * 3600 /240 /2 = 7.5 watt minimal (the /2 is needed due 2000 pulses per kW and ESP Easy seems to calculate ...
by Prutsium
26 Sep 2018, 10:39
Forum: ESP Easy: General Discussion
Topic: Generic pulse counter question
Replies: 5
Views: 5960

Generic pulse counter question

Hello all, I have an s0 powermeter hooked up to an ESP and in general it works quite ok (except an potential bug when you change something in the Pulse Counter but that i reported already on Git). I want to have a bit higher resolution as now my lowest resolution due the calculation is 30 Watt. My s...
by Prutsium
24 Sep 2018, 17:25
Forum: ESP Easy: General Discussion
Topic: Just some fun with home automation.
Replies: 5
Views: 4088

Re: Just some fun with home automation.

Whahahahahahahah cool! (Wont show it to my wife as she will say: Told you so ......)
by Prutsium
10 Sep 2018, 18:36
Forum: ESP Easy: General Discussion
Topic: Tips for shortening rules
Replies: 16
Views: 10825

Re: Tips for shortening rules

If we could use multiple eventvalues we could shorten the rule some. I'd like you to add that as a suggestion on GitHub. Or maybe even better a array variable that we could use in rules! :) Would it be possible within a rule to activate for example Rule2 or a sort of script? As then i could move th...
by Prutsium
10 Sep 2018, 18:33
Forum: ESP Easy: General Discussion
Topic: Tips for shortening rules
Replies: 16
Views: 10825

Re: Tips for shortening rules

grovkillen wrote: 10 Sep 2018, 18:11 How many tags are we talking about?
In the range of 15-20 tags (As it act as a central door opener)
by Prutsium
10 Sep 2018, 18:02
Forum: ESP Easy: General Discussion
Topic: Tips for shortening rules
Replies: 16
Views: 10825

Tips for shortening rules

Hello all, I am looking for some help to be able to shorten the below rule as when i would add all the tags i require i will exceed the character limit from the rules. This is for a small project with RFID tags to open a door by various users. The idea is that each tag sends a "Text" strin...
by Prutsium
29 Aug 2018, 11:38
Forum: ESP Easy: General Discussion
Topic: Feature Request collection/list
Replies: 197
Views: 185002

Re: Feature Request collection/list

msev wrote: 15 Mar 2016, 09:59 RC522 Rfid reader support would be cool :) (https://github.com/Jorgen-VikingGod/ESP8266-MFRC522)
Is there any plan for this still?
i accidentally bought the 522 instead of the 532 and bit of stuck now :)
by Prutsium
23 Jul 2018, 13:15
Forum: ESP Easy: Software
Topic: MQTT <> Domoticz
Replies: 3
Views: 4047

Re: MQTT <> Domoticz

You can use a device 'Domoticz MQTT Helper' to set switches or dimmers through MQTT. Damn that's a workaround ...... Means if i want a switch to be updated from domoticz (via MQTT) i must create a Helper switch together with a rule to get the switch or status back to its original. Why is the Domoti...
by Prutsium
23 Jul 2018, 12:41
Forum: ESP Easy: Software
Topic: MQTT <> Domoticz
Replies: 3
Views: 4047

MQTT <> Domoticz

Hi All,

Is currently the MQTT for Domoticz within ESP Easy still 1 way traffic?
I know its written in the Wiki it can only send MQTT to Domoticz and not receive from Domoticz but maybe something has changed and Wiki not updated???

Thanks,
Jerome
by Prutsium
26 Jun 2018, 12:09
Forum: ESP Easy: Hardware
Topic: SonOff POW R2 support
Replies: 83
Views: 95334

Re: SonOff POW R2 support

Update: I Went to Tasmota for now as this does exactly what is required. It counts the usage internal and sends 2 values: Current Watt, Total Watt. Might be an idea to look how its handled in Tasmota and implement similar in ESPEasy The actual MQT message: 11:08:17 MQT: domoticz/in = {"idx"...
by Prutsium
21 Jun 2018, 15:48
Forum: ESP Easy: Hardware
Topic: SonOff POW R2 support
Replies: 83
Views: 95334

Re: SonOff POW R2 support

Btw ... this is how Domoticz handles right now the incoming data from the POW (R2) https://preview.ibb.co/mRaXN8/POWUsage.jpg Keep in mind i did not set any divider yet but its clear to see its not adding but just restarting the counter. Would say this rather might be something to fix in Domoticz wi...
by Prutsium
20 Jun 2018, 13:32
Forum: ESP Easy: Hardware
Topic: SonOff POW R2 support
Replies: 83
Views: 95334

Re: SonOff POW R2 support

Hi is it possible that i have not the right POW version on the print is Ver 2.0 the measuring chip is HLW8012 With your configuration I have now no readings at all, so the measuring circuit seems not working. Rien Looks like you have the POW V2,0 where i have the new POW R2: https://www.itead.cc/so...
by Prutsium
20 Jun 2018, 12:52
Forum: ESP Easy: Hardware
Topic: SonOff POW R2 support
Replies: 83
Views: 95334

Re: SonOff POW R2 support

pa3gmi wrote: 20 Jun 2018, 11:47 What do you mean with "the CSE"

Thanks anyway for the fast response.
CSE7766 is the plugin designed for the POW R2 & S31 (Correct me if i am wrong)
by Prutsium
20 Jun 2018, 11:03
Forum: ESP Easy: Hardware
Topic: SonOff POW R2 support
Replies: 83
Views: 95334

Re: SonOff POW R2 support

This is the software version I have: The POW print is ver 2 Build 20102 - Mega Libraries ESP82xx Core 2_4_1, NONOS SDK 2.2.1(cfd48f3), LWIP: 2.0.3 GIT version mega-20180615 Rien, Try the DEV version so not the POW i run the DEV version with the CSE and all works ok for me. ( run actually this one: ...
by Prutsium
20 Jun 2018, 10:58
Forum: ESP Easy: Hardware
Topic: SonOff POW R2 support
Replies: 83
Views: 95334

Re: SonOff POW R2 support

pa3gmi wrote: 20 Jun 2018, 09:13 This is the software version I have: The POW print is ver 2
Build 20102 - Mega
Libraries ESP82xx Core 2_4_1, NONOS SDK 2.2.1(cfd48f3), LWIP: 2.0.3
GIT version mega-20180615
Rien,

Try the DEV version so not the POW i run the DEV version with the CSE and all works ok for me.
by Prutsium
19 Jun 2018, 20:59
Forum: ESP Easy: Hardware
Topic: SonOff POW R2 support
Replies: 83
Views: 95334

Re: SonOff POW R2 support

Thanks for answer, I have done as you say, but until now I can get only the Voltage readout. Is this script also sensitive for the name of the unit or somewhat else? I have fill in my Domoticz IP and port address and made 3 virtual sensors note the IDX and fill in on the right place, what else can ...
by Prutsium
18 Jun 2018, 21:39
Forum: ESP Easy: Hardware
Topic: SonOff POW R2 support
Replies: 83
Views: 95334

Re: SonOff POW R2 support

Support for the POW devices is still very beta (if not alpha), so all suggestions to improve are more than welcome. Then my suggestion: Store the real usage on the ESP memory somehow (i know writing in the flash sucks .....) Not sure what other type of data Domoticz is accepting but other way could...
by Prutsium
18 Jun 2018, 21:37
Forum: ESP Easy: Hardware
Topic: SonOff POW R2 support
Replies: 83
Views: 95334

Re: SonOff POW R2 support

Hi, I have the sonoff Pow and did a flasch with ESP_Easy_mega-20180524_hard_SONOFF_POW.bin. I can see the values on the device direct, but only the voltage in Domoticz, I do not understand the way to see all the values, here mentioned by Prutsium, please will You tell me more about that. I am not a...
by Prutsium
18 Jun 2018, 21:34
Forum: ESP Easy: Hardware
Topic: SonOff POW R2 support
Replies: 83
Views: 95334

Re: SonOff POW R2 support

Domoticz is a bit strange in processing data. You have to deliver the data in the right format and order to match the pre-defined types. If you want to graph them in separate charts, you have to split the values using rules. Like this rule: On POW_2_Sensors#POW_2_Voltage do SendToHTTP 192.168.99.5,...
by Prutsium
15 Jun 2018, 11:32
Forum: ESP Easy: Hardware
Topic: SonOff POW R2 support
Replies: 83
Views: 95334

Re: SonOff POW R2 support

Ok noticed making dummies is more work so the result: On POW_2_Sensors#POW_2_Voltage do SendToHTTP 192.168.99.5,8080,/json.htm?type=command&param=udevice&idx=93&nvalue=0&svalue=[POW_2_Sensors#POW_2_Voltage] //Send the Voltage data to Domoticz SendToHTTP 192.168.99.5,8080,/json.htm?t...
by Prutsium
15 Jun 2018, 10:32
Forum: ESP Easy: Hardware
Topic: SonOff POW R2 support
Replies: 83
Views: 95334

Re: SonOff POW R2 support

At this moment, if you want to split values from one plugin over multiple IDX, you have to use rules to do so. For example, I use this on my node with SDS011 to upload to Domoticz: On System#Boot do //This will happen at boot ESP8266 timerSet,1,30 //Set and start timer 1 at 30 seconds endon On Rule...
by Prutsium
15 Jun 2018, 10:26
Forum: ESP Easy: Hardware
Topic: SonOff POW R2 support
Replies: 83
Views: 95334

Re: SonOff POW R2 support

Hello. Sorry, but where do I get this file: ESP_Easy_mega-20180524_hard_SONOFF_POW.bin Or use the latest version of the normal mega but the DEV version if you have the R2. At least then you also have all the other options for additional sensors (although it requires then soldering as the internal s...
by Prutsium
11 Jun 2018, 08:21
Forum: ESP Easy: Hardware
Topic: SonOff POW R2 support
Replies: 83
Views: 95334

Re: SonOff POW R2 support

I received my POW yesterday . I believe it must be version 1 since I don't see any mention on box that it is version 2 . I just soldered in 4 pin header and flashed it using ESP_Easy_mega-20180606_hard_SONOFF_POW.bin and it all went well. It is now wired up to 110v and I put an outlet on output to ...
by Prutsium
24 Apr 2018, 08:28
Forum: ESP Easy: Hardware
Topic: SonOff POW R2 support
Replies: 83
Views: 95334

SonOff POW R2 support

Hi all,

As the Sonoff POW R2 is now getting more available i ordered two of them and now i am wondering are the internal sensors already supported by ESP easy and would it be possible to get simular numbers out of the unit as with their original app.

Thanks
Jerome
by Prutsium
29 Mar 2018, 15:49
Forum: ESP Easy: Software
Topic: Multiple readings in 1 message via UDP > InfluxDB
Replies: 1
Views: 2221

Multiple readings in 1 message via UDP > InfluxDB

Hi all, I have various ESP's running with ESPEasy for tem reading but also for various domotica and this works great. The current situation is like: -ESP sends via UDP values to InfluxDB -ESP Switches via IDX to Domoticz pusht -HA Bridge the switches from Domoticz pushed to Alexa - Grafana creates v...