Search found 62 matches

by hamster
04 Feb 2021, 21:38
Forum: ESP Easy: Hardware
Topic: WT32-ETH01
Replies: 126
Views: 154751

Re: WT32-ETH01

I created a nice enclosure for the WT32-ETH01 + Relays
see thingiverse.. https://www.thingiverse.com/thing:4750234
by hamster
16 Sep 2018, 11:26
Forum: ESP Easy: Software
Topic: mqtt import disabled on reboot?
Replies: 14
Views: 5916

Re: mqtt import disabled on reboot?

thanks for the quick reply !
by hamster
16 Sep 2018, 10:29
Forum: ESP Easy: Software
Topic: mqtt import disabled on reboot?
Replies: 14
Views: 5916

mqtt import disabled on reboot?

I notice on the latest nightly fw : ESP_Easy_mega-20180916_normal_ESP8266_4096 also ESP_Easy_mega-20180915_dev_ESP8266_4096
after a reboot mqtt import, the enable box becomes unchecked. tried on different devices with the same result?
by hamster
25 Aug 2018, 16:12
Forum: ESP Easy: Software
Topic: time server
Replies: 4
Views: 9682

Re: time server

I have the same issue, where the NTP loses time occasionally Hence I do not rely on it to use it I use a big timer in node red to post when its dark Capture.PNG this updates a dummy device as to whether its night or day I then use a rule to make the switch on porchlighton do if [dark#dark]=1 mcpgpio...
by hamster
02 May 2018, 23:58
Forum: ESP Easy: Software
Topic: ESP-32 plans for ESPEasy (?)
Replies: 58
Views: 52478

Re: ESP-32 plans for ESPEasy (?)

within Platformio I can build esp32dev However i end up with an image with only a few devices esp32.png So being a novice and not knowing how to select the devices for the build I edited the Framed OLED 36 device added the Nextion content, renaming all references to 75 to 36 but this then fails when...
by hamster
29 Apr 2018, 00:35
Forum: ESP Easy: Software
Topic: ESP-32 plans for ESPEasy (?)
Replies: 58
Views: 52478

Re: ESP-32 plans for ESPEasy (?)

any pointers how to compile a image for esp32 ?
by hamster
16 Apr 2018, 19:25
Forum: ESP Easy: Software
Topic: ESP-32 plans for ESPEasy (?)
Replies: 58
Views: 52478

Re: ESP-32 plans for ESPEasy (?)

Latest esp32 version http://www.letscontrolit.com/downloads/ESPEasy32_R20100.zip seems very good and quite stable. I was wondering how to compile a version myself as I want to add a sensor [Nextion display] from the playground I tried and managed to create one in PlatformIO but the result only had ...
by hamster
14 Apr 2018, 19:12
Forum: ESP Easy: Software
Topic: ESP-32 plans for ESPEasy (?)
Replies: 58
Views: 52478

Re: ESP-32 plans for ESPEasy (?)

Latest esp32 version http://www.letscontrolit.com/downloads/ESPEasy32_R20100.zip seems very good and quite stable. I was wondering how to compile a version myself as I want to add a sensor [Nextion display] from the playground I tried and managed to create one in PlatformIO but the result only had a...
by hamster
21 Mar 2018, 23:21
Forum: ESP Easy: Software
Topic: Nextion display plugin
Replies: 587
Views: 1866396

Re: Nextion display plugin

I have trying for days now to get my nextion working as thermostat control I'm using the following on for the logic on the nextion for a up / increment button va0.val=va0.val+2 if(va0.val>9) { va1.val=va1.val+1 va0.val=va0.val-10 } if(va1.val>25) { va1.val=va3.val va0.val=va4.val } cov va0.val,t9.tx...
by hamster
26 Feb 2017, 14:22
Forum: ESP Easy: Software
Topic: MPU6050 [SOLVED]
Replies: 4
Views: 5339

Re: MPU6050

Thanks Piet.. that worked
Much appreciated :)
by hamster
25 Feb 2017, 14:32
Forum: ESP Easy: Software
Topic: MPU6050 [SOLVED]
Replies: 4
Views: 5339

MPU6050 [SOLVED]

Hi, Please can someone help? I'm struggling to add a MPU6050 1. I downloaded the latest easy version - https://github.com/letscontrolit/ESPEasy (this includes MPU6050's) https://github.com/letscontrolit/ESPEasy/blob/master/_P118_MPU6050.ino 2. Uploaded from arduino v1.6.11 3. Once online I found no ...
by hamster
11 Feb 2017, 07:05
Forum: ESP Easy: General Discussion
Topic: Sharp Dust Sensor GP2Y10------Domoticz
Replies: 6
Views: 11093

Re: Sharp Dust Sensor GP2Y10------Domoticz

Ger wrote:The Sharp Dust Sensor uses an analog voltage.
You can choose percentage or voltage in Domoticz
I am using a custom dummy device where I have labelled the axis as microns.
by hamster
03 Feb 2017, 19:05
Forum: ESP Easy: General Discussion
Topic: BMP180 How to send only one value?
Replies: 3
Views: 3604

Re: BMP180 How to send only one value?

you could always use node red to filter out the undesired value?

Set your ESP to send to mqtt

within node red use a 'switch node and apply a filter by using the contains option .. for instance contains idx":222
then add a change node, set the option to change and replace with what you require.
by hamster
14 Jan 2017, 23:32
Forum: ESP Easy: General Discussion
Topic: Level_Control Device plugin21
Replies: 12
Views: 10960

Re: Level_Control Device plugin21

this is how I did it.. first create dummy device [img] Screenshot%20from%202017-01-14%2022-19-55.png [/img] then create a dummy thermostat in domoticz (I named this test-thermostat ) Create a lua script commandArray = {} if devicechanged['test-thermostat'] then DomDevice = 'test-thermostat' DomValue...
by hamster
02 Jan 2017, 23:48
Forum: Experimental
Topic: ESP Easy Mega
Replies: 249
Views: 634301

Re: ESP Easy Mega

This Mega version is great?!
Just if anyone have an example of the rule to send notifications via the email client that they could share that would be much appreciated. Happy new year to everyone !
by hamster
31 Dec 2016, 14:42
Forum: Experimental
Topic: Arduino Easy 2560
Replies: 130
Views: 177497

Re: Arduino Easy 2560

I was having issues but after adding a micro sd card to the Ethernet shield its now working.. looks good !
by hamster
27 Nov 2016, 20:30
Forum: ESP Easy: Software
Topic: ESP Easy next stable... (release candidates)
Replies: 155
Views: 119143

Re: ESP Easy next stable... (release candidates)

I've just been trying to update to r147 from 146 using OTA , but fails at 80% every time. anyone else with the same issue? this is happening on 5 different ESP's when I flash OTA from 146 to 147 at 80% fails on boot the logs show the following 308 : INIT : Booting Build nr:146 1195 : WIFI : Connecti...
by hamster
10 Oct 2016, 21:28
Forum: ESP Easy: Software
Topic: ESP Easy Releases
Replies: 345
Views: 283603

Re: ESP Easy Releases

Not sure if its my setup but on R137
within config tab the admin password seems to over right the wpa key?
A feature of the chrome browser
by hamster
03 Oct 2016, 23:18
Forum: ESP Easy: Projects / Applications
Topic: Cases, casings, mounts, housings and 3D printing designs
Replies: 10
Views: 13016

Re: Cases, casings, mounts, housings and 3D printing designs

after some trial and error I managed to etch a double sided board I have a ESP201 (upgraded to 4Mb) surface mounted mcp23017 giving 8 (digital inputs) + 3 (relay outputs) + 2( 5v Outputs) using a ULN2803AG on the outputs ADS1115 giving 4 analogue inputs (one of which is wired to the 3.3v AMS1117) I ...
by hamster
30 Sep 2016, 11:20
Forum: ESP Easy: Hardware
Topic: DHT-12 Humidity Temperature Sensor
Replies: 3
Views: 4288

Re: DHT-12 Humidity Temperature Sensor

thanks guys .. I see the option on the latest firmware..
by hamster
28 Sep 2016, 10:05
Forum: ESP Easy: Hardware
Topic: DHT-12 Humidity Temperature Sensor
Replies: 3
Views: 4288

DHT-12 Humidity Temperature Sensor

I was wondering if there was any plan to add support for DHT12's
(these have an I2C interface) and greater accuracy than the 11's

https://hackspark.fr/en/dht-12-temperat ... ensor.html
by hamster
23 Sep 2016, 17:50
Forum: ESP Easy: General Discussion
Topic: Network
Replies: 23
Views: 17801

Re: Network

My ASUS RT-AC3200 has VPN Server / OpenVPN built in :)
makes it extremely easy to set up. Once connected I can access all my ESP's (15 in total) using their local ip address from anywhere.
by hamster
09 Sep 2016, 20:22
Forum: ESP Easy: Software
Topic: Problems using rules
Replies: 3
Views: 4586

Re: Problems using rules

This is the rule I use to control my hot water On thermon do pcfgpio,3,0 //turn on endon On thermoff do pcfgpio,3,1 //turn off endon on Hotwater#Temperature<39 do if [dumb#Occupied]=1 if [dumb#Night]=0 event,thermon timerSet,1,200 endon On Rules#Timer=1 do if Boiler#Temperature<30 do TaskValueSet 10...
by hamster
06 Sep 2016, 18:36
Forum: ESP Easy: Hardware
Topic: PWM fade up / down possible
Replies: 1
Views: 3235

Re: PWM fade up / down possible

Using the following fades GPIO 2 to level 0 over 1 second http://192.168.0.44/control?cmd=PWM,2,0,1000 Using the following fades GPIO 2 to 0 Using the following GPIO 2 to level 200 over 1 second http://192.168.0.44/control?cmd=PWM,2,200,1000 the following lua script in domoticz works really well. co...
by hamster
17 Aug 2016, 22:26
Forum: ESP Easy: Projects / Applications
Topic: Dim up / down LED by a rule ?
Replies: 3
Views: 6176

Re: Dim up / down LED by a rule ?

dimmer.jpg I use the following lua script in domoticz to dim led lights commandArray = {} -- Check for wifidimmer changed DomDevice = 'wifidimmer' for i, v in pairs(devicechanged) do if (i == DomDevice) then if (v == 'Off') then DomValue = 0 commandArray['OpenURL']='http://192.168.0.44/control?cmd=...
by hamster
09 Aug 2016, 22:08
Forum: ESP Easy: Software
Topic: How to use %sysname% in Publish command?
Replies: 12
Views: 9128

Re: How to use %sysname% in Publish command?

This is how I got publish to work to domoticz on Landing_PIR#Switch=1 do if [Outside_lux#lux]<4 Publish domoticz/in,{"idx":42,"command":"switchlight","switchcmd":"On"} timerSet,2,10 endon On Rules#Timer=2 do Publish domoticz/in,{"idx":42,&q...
by hamster
06 Aug 2016, 18:59
Forum: ESP Easy: Software
Topic: Firmware reload
Replies: 2
Views: 3405

Re: Firmware reload

have you checked if its gone into AP mode?
See if you can see the ESP_01 wifi station
connect using key 'configesp' then go to 192.168.4.1
by hamster
06 Aug 2016, 16:34
Forum: ESP Easy: Software
Topic: MQTT : Failed to connected to broker
Replies: 41
Views: 56112

Re: MQTT : Failed to connected to broker

FYI, for anyone with the same issue I had.. I treated myself to a cubietruck 5 last weekend, running Lubuntu; I managed to get everything working with the exception of MQTT (mqtt installed fine and the service was running and I could publish to the broker using another remote Domoticz server also no...
by hamster
30 Jul 2016, 23:54
Forum: ESP Easy: Software
Topic: ESP12, rules question
Replies: 15
Views: 12954

Re: ESP12, rules question

I have an esp12 with switched input on GPIO14 I have the pull up enabled also inversed is disabled I have a switch connected to earth which is normally closed, when the switch goes open the pull up gives me a '1' no resister needed. This setup has been working flawlessly for many months. Also i did ...
by hamster
30 Jul 2016, 22:00
Forum: ESP Easy: Software
Topic: ESP Easy Releases
Replies: 345
Views: 283603

Re: ESP Easy Releases

******** Solved by deleting everything in C:\Users\xxx\AppData\Local\Arduino15 after installing 1.6.9 ******** I'm sure I'm doing something dumb, but anyone know what the issue it is? I downloaded 1.6.9, also updated the 2.3.0 also Pubsubclient updated to 2.6.0 but when ever I try to 'export compile...
by hamster
06 Jul 2016, 22:45
Forum: ESP Easy: Projects / Applications
Topic: Cases, casings, mounts, housings and 3D printing designs
Replies: 10
Views: 13016

Re: Cases, casings, mounts, housings and 3D printing designs

Rather than purchasing a 3d printer. I decided on a cnc mill - 3020T 3 axis version. With this I should be able to make enclosures from milled perspex or acylic Also should be able to mill pcb's ? Any one tried this? Does anyone know which is best software for cnc milling - mach3 or linuxcnc? Apprec...
by hamster
06 Jul 2016, 22:31
Forum: ESP Easy: Hardware
Topic: 4Mbyte Memory Upgrade
Replies: 6
Views: 6665

Re: 4Mbyte Memory Upgrade

I managed to upgrade 5 x esp207's from 512K to 4mbyte, I then reflashed them with the latest firmware r108
And they have been working normally since.
by hamster
26 Jun 2016, 00:51
Forum: ESP Easy: Projects / Applications
Topic: Cases, casings, mounts, housings and 3D printing designs
Replies: 10
Views: 13016

Re: Cases, casings, mounts, housings and 3D printing designs

I'm also interested in creating some enclosures for my projects, i haven't yet bought the printer yet, can anyone recommend one?
I was considering the 'DIY' type where you assemble them, they seem a lot cheaper?
by hamster
26 Jun 2016, 00:43
Forum: ESP Easy: Hardware
Topic: 4Mbyte Memory Upgrade
Replies: 6
Views: 6665

Re: 4Mbyte Memory Upgrade

thanks WilliButz for the confirmation
by hamster
25 Jun 2016, 18:19
Forum: ESP Easy: Hardware
Topic: 4Mbyte Memory Upgrade
Replies: 6
Views: 6665

Re: 4Mbyte Memory Upgrade

I just ordered 10 x 4M memory http://www.aliexpress.com/item/WINBOND-W25Q32BVSSIG-W25Q32BVSIG-W25Q32BV-SOP8-3V-32M-BIT-SERIAL-FLASH-MEMORY/32356279928.html £3.36 for 10 (seems cheap enough?) I intend to upgrade some of my esp01 so that i can OTA Flash firmware, this will save me building new boards ...
by hamster
25 Jun 2016, 13:04
Forum: ESP Easy: Hardware
Topic: 4Mbyte Memory Upgrade
Replies: 6
Views: 6665

4Mbyte Memory Upgrade

Please see this link, showing how upgrade the memory on your ESP01
https://www.youtube.com/watch?v=xyc1gCjguRU

Has anyone tried this?
by hamster
19 Jun 2016, 22:58
Forum: ESP Easy: Software
Topic: Sendtohttp - domoticz json
Replies: 13
Views: 22639

Re: Sendtohttp - domoticz json

instead of using sendtohttp I found 'publish' works brilliantly :D on Landing_PIR#Switch=1 do if [lux#lux]<2 Publish domoticz/in,{"idx":42,"command":"switchlight","switchcmd":"On"} timerSet,2,20 endon On Rules#Timer=2 do Publish domoticz/in,{"id...
by hamster
18 Jun 2016, 08:47
Forum: ESP Easy: Software
Topic: Sendtohttp - domoticz json
Replies: 13
Views: 22639

Sendtohttp - domoticz json

I'm trying to use a PIR connected to my esp to make a switch connected to domoticz (esp12e with 108 running) Using the sendtohttp I added the following rule on Landing_PIR#Switch=1 do sendtohttp,192.168.0.93,8080,/json.htm? type=command&param=switchlight&idx=42&switchcmd=On endon However...
by hamster
01 Jun 2016, 19:14
Forum: ESP Easy: Software
Topic: which GPIO?
Replies: 17
Views: 13996

Re: which GPIO?

I am using a HC-SR501 PIR without any issues
The PIR is powered by 5v
the output is 3.3v connected GPIO 12 on ESP12e
I have the pull up enabled
inversed is disabled

I also tried the smaller HC-SR505 Mini PIR's but found these unreliable
by hamster
15 Apr 2016, 01:19
Forum: ESP Easy: Software
Topic: Rules examples
Replies: 41
Views: 66756

Re: Rules examples

I was wondering if its possible to use an 'OR' function here is my attempt at a thermostat control based on occupancy (the Or doesn't seem to work?) on temp1#Temperature>40 or occupied#Output=0 do mcpgpio,23,0 gpio,0,0 endon on temp1#Temperature<38 do if [occupied#Output]=1 mcpgpio,23,1 gpio,0,1 end...
by hamster
08 Apr 2016, 10:43
Forum: ESP Easy: Software
Topic: publish to my personnal site
Replies: 1
Views: 2508

Re: publish to my personnal site

I've been experimenting with sending data as mqtt to a broker and by having node red I can convert the payload to whatever. Node Red as hundreds of different api's. You can also share the same data to several different devices, I'm sending temperature and status updates to Freeboard.io and also the ...
by hamster
08 Apr 2016, 00:51
Forum: ESP Easy: Software
Topic: OTA Firmware Upgrade
Replies: 1
Views: 2913

OTA Firmware Upgrade

I've been trying to work out why OTA upgrades seem to crash when I have Domoticz MQTT enabled in the configuration, but when I switch to Domoticz HTTP. OTA upgrades work fine? Any idea's This is the same for 5 different ESP12E's ?
by hamster
12 Feb 2016, 22:11
Forum: ESP Easy: Software
Topic: [Solved] Multiple i2c devices ...
Replies: 12
Views: 13200

Re: Multiple i2c devices ...

Fantastic job.. :D
2x MCP23017's working
Using ports 17 to 32 work as either inputs or outputs as does ports 1 to 16 (I'm using R78)
Many thanks :D
by hamster
10 Feb 2016, 21:34
Forum: ESP Easy: Projects / Applications
Topic: Stepper motor controll
Replies: 4
Views: 6692

Re: Stepper motor controll

fourth it.. I have a motor already on my desk. Planning on making automated curtain control when I find time. :lol:
by hamster
10 Feb 2016, 21:10
Forum: ESP Easy: Software
Topic: [Solved] Multiple i2c devices ...
Replies: 12
Views: 13200

Re: Multiple i2c devices ...

Well... I am currently using 8 Inputs and 8 Outputs on one ESP1E which I am replacing with the one below using a 12E (Originally I had this connected to a RPI. using MCP23s17's . These now swapped out with a MCP23017 and rewired as I2C) Soon as I get this one back working I will try. many thanks 201...
by hamster
07 Feb 2016, 18:03
Forum: ESP Easy: Software
Topic: [Solved] Multiple i2c devices ...
Replies: 12
Views: 13200

Re: Multiple i2c devices ...

having a selectable I2C address would be useful for MCP23017 + PCF8574
I have a board which I was using with my Pi which has 2 x MCP23017 address 0x20 / 0x21
by hamster
28 Dec 2015, 16:31
Forum: ESP Easy: Software
Topic: ESP Easy Releases
Replies: 345
Views: 283603

Re: ESP Easy Releases

excellent.. thanks .. :)
by hamster
28 Dec 2015, 15:32
Forum: ESP Easy: Software
Topic: ESP Easy Releases
Replies: 345
Views: 283603

Re: ESP Easy Releases

Sorry.. But I think I found a bug on build 57. When I choose level control, where the 'check task' is a SI7021 (Temp + Humidity) also where 'Check Value' = Humidity it actually uses the Temperature levels not humidity as the control. but when I select 'Check Value' = Temperature this works fine. It ...
by hamster
25 Dec 2015, 22:12
Forum: ESP Easy: Software
Topic: Discussion on local control by ESP Easy
Replies: 29
Views: 24868

Re: Discussion on local control by ESP Easy

Really great having the local control. However, I was wondering if it is possible to change the setpoint value from domoticz? Many thanks in advance.
by hamster
15 Dec 2015, 23:55
Forum: ESP Easy: Hardware
Topic: OLED I2C
Replies: 43
Views: 35288

Re: OLED I2C

thanks for the reply.. appreciated.. I can live with the yellow font on lines ..7 & 8 .. I think it looks cool.. :D