Search found 57 matches

by rmtucker
26 Dec 2016, 20:23
Forum: ESP Easy: Software
Topic: Domoticz-espeasy-relay
Replies: 7
Views: 10013

Re: Domoticz-espeasy-relay

Having spent days reading snippets of information on MQTT and domoticz/espeasy,I am no further forward. It all seems so complicated and way beyond me without a hand holding tutorial on how to put it all together. Domoticz seems to be the problem when using dummy switches because it does not need an ...
by rmtucker
19 Dec 2016, 17:52
Forum: ESP Easy: Software
Topic: Domoticz-espeasy-relay
Replies: 7
Views: 10013

Re: Domoticz-espeasy-relay

Hi
Thank you for your input on this.
My problem with that idea is that The esp could be unplugged or not working and domoticz will not throw any kind of error because it is a dumb connection.
Yes the feedback switch wouold show off but still no error.
by rmtucker
19 Dec 2016, 17:00
Forum: ESP Easy: Software
Topic: Domoticz-espeasy-relay
Replies: 7
Views: 10013

Re: Domoticz-espeasy-relay

Having searched this forum and Googling i have still no idea how to get an ack back from the espeasy node.
I see that it can be done with mqtt but i really did not want to learn mqtt.
So basically if i send on/off from domoticz to my boiler relay,There is no ack to say it has received it or not.
by rmtucker
17 Dec 2016, 19:57
Forum: ESP Easy: Software
Topic: Domoticz-espeasy-relay
Replies: 7
Views: 10013

Domoticz-espeasy-relay

I have been playing with the relay example in the wiki and realised that there is no feedback to domoticz about the status of the relay. For instance using the example it works fine, the relay switches on and off when pressing the switch in domoticz. But if I the esp misses an instruction to turn on...
by rmtucker
22 Dec 2015, 23:47
Forum: ESP Easy: Hardware
Topic: support for si7012 i2c temp/hum sensor
Replies: 18
Views: 13778

Re: support for si7012 i2c temp/hum sensor

Just thought i would mention here that i made some code changes to the si7021 code because it did not work on the htu21d module either. Changed this:- if (resolution == SI7021_RESOLUTION_11T_11RH) delay(4); else if (resolution == SI7021_RESOLUTION_12T_08RH) delay(5); else if (resolution == SI7021_RE...
by rmtucker
22 Dec 2015, 23:41
Forum: ESP Easy: Software
Topic: MySensors goes ESP!!
Replies: 91
Views: 104202

Re: MySensors goes ESP!!

The mysensors support is a nice idea, but honestly I think it's mostly a workaround for the lack of full support for virtual sensors in domoticz. I would like to stick to MQTT, as it's much more generic than the mysensors API - however with the current limitations in domoticz with regards to events...
by rmtucker
20 Dec 2015, 15:13
Forum: ESP Easy: General Discussion
Topic: HTU21D Sensor?
Replies: 7
Views: 7701

Re: HTU21D Sensor?

Found the problem.
The delays after conversion are not correct in the source code.
by rmtucker
20 Dec 2015, 01:42
Forum: ESP Easy: General Discussion
Topic: HTU21D Sensor?
Replies: 7
Views: 7701

Re: HTU21D Sensor?

Mine will not even show up in the scanner.
But it works perfectly on the arduino pro mini and mysensors?
by rmtucker
19 Dec 2015, 23:12
Forum: ESP Easy: General Discussion
Topic: HTU21D Sensor?
Replies: 7
Views: 7701

HTU21D Sensor?

HTU21D Humidity and Temperature Sensor
Anyone got this sensor working?
I thought it was compatible with the SI7021 but i can not get it too work.
by rmtucker
11 Dec 2015, 12:48
Forum: ESP Easy: Software
Topic: MySensors goes ESP!!
Replies: 91
Views: 104202

Re: MySensors goes ESP!!

I really did not expect this to progress so quickly,Thanks martinus :D Just a thought though to keep things simple instead of multiple gateways. Is it not possible to have 1 ESP gateway with multiple ESP nodes? I know you are trying to stay away from a separate gateway but Why,it is only an extra ES...
by rmtucker
10 Dec 2015, 21:15
Forum: ESP Easy: Software
Topic: MySensors goes ESP!!
Replies: 91
Views: 104202

Re: MySensors goes ESP!!

The remote address is the ip address of the esp8266 and the port number i presum is prob 5003.
by rmtucker
08 Dec 2015, 18:05
Forum: ESP Easy: Software
Topic: MySensors goes ESP!!
Replies: 91
Views: 104202

Re: MySensors goes ESP!!

Wow That sounds very promising.
Are you saying you have connected an ESP to A Mysensors Arduino ethernet gateway?
by rmtucker
06 Dec 2015, 13:56
Forum: ESP Easy: General Discussion
Topic: Domoticz Native integration
Replies: 16
Views: 13624

Re: Domoticz Native integration

Martinus I have just purchased the kit for mysensors out of curiosity,Because of robs comments on domoticz and the fact he will never fully support ESP virtual devices :( . So far i am quite impressed except for the wires everywhere and i dont think the range is as good. I tried the ESP8266 Mysensor...
by rmtucker
05 Dec 2015, 17:40
Forum: ESP Easy: Software
Topic: MySensors goes ESP!!
Replies: 91
Views: 104202

MySensors goes ESP!!

Unless something has changed which i have not noticed? The ESP8266 Gateway with an nrf radio attached allows you to pass data from other nrf Mysensor node or from any directly attached sensor. But importantly it does not cater for ESP to ESP Gateway connections.This can still only be done with Virtu...
by rmtucker
24 Nov 2015, 18:11
Forum: ESP Easy: Hardware
Topic: No Values after a few hours
Replies: 2
Views: 3123

Re: No Values after a few hours

I think loglevel 4 will show everything.
I had the same problem with domoticz MQTT so went back to HTTP.
I thought it was just me as it was the first time i had used MQTT.
Also when i switched back to HTTP it bricked the ESP so i had to re flash it from scratch.
by rmtucker
23 Nov 2015, 17:20
Forum: ESP Easy: General Discussion
Topic: Expected response from Domoticz?
Replies: 0
Views: 2291

Expected response from Domoticz?

Just wondering if the Domoticz http plugin is looking for the correct response? From the domoticz plugin code:- if (line.substring(0, 15) == "HTTP/1.1 200 OK") From the Domoticz wiki:- All responses include a status which is either OK on success or ERR on failure { "status" : &qu...
by rmtucker
21 Nov 2015, 11:11
Forum: ESP Easy: Hardware
Topic: WARNING: Potential ESP brick issue with deepsleep!!
Replies: 41
Views: 51076

Re: WARNING: Potential ESP brick issue with deepsleep!!

I have been using deep sleep on a battery powered temperature device for the last 2 months.
It is waking every 5 mins and sending data.
If it falls down i will let you know.
by rmtucker
16 Nov 2015, 01:23
Forum: ESP Easy: General Discussion
Topic: Domoticz Native integration
Replies: 16
Views: 13624

Re: Domoticz Native integration

Yes thank you for that. Yes i realise it works in blocky but we are getting back to my original discussion that we are having to work around problems because we are using virtual devices because espeasy is not fully integrated into domoticz. As you have stated it will notify you every 5 mins which i...
by rmtucker
15 Nov 2015, 22:53
Forum: ESP Easy: General Discussion
Topic: Domoticz Native integration
Replies: 16
Views: 13624

Re: Domoticz Native integration

Ah yes it does work with switches but not temperature or voltage etc.
by rmtucker
15 Nov 2015, 16:17
Forum: ESP Easy: General Discussion
Topic: Domoticz Native integration
Replies: 16
Views: 13624

Re: Domoticz Native integration

I don't understand Email from Gizmocuz "Okay, but you use a dummy hardware device to push the data this is indeed not working i think you can use mysensors.org with the ESP2866 correct? then you can add it as native hardware (mysensors) and then all should work problem with virtual updates, it ...
by rmtucker
15 Nov 2015, 15:47
Forum: ESP Easy: General Discussion
Topic: Domoticz Native integration
Replies: 16
Views: 13624

Domoticz Native integration

At the moment ESPeasy is supported through dummy or virtual devices in Domoticz. This now is showing some problems,like notifications are not supported on virtual devices in Domoticz. After speaking to Rob he reckons it will never be supported because it would involve too much work. So i wonder if i...
by rmtucker
09 Nov 2015, 10:29
Forum: ESP Easy: General Discussion
Topic: problem with nodemcu devkit 1.0 and r39
Replies: 5
Views: 5852

Re: problem with nodemcu devkit 1.0 and r39

I had the same problem here:-
http://www.esp8266.nu/forum/viewtopic.php?f=4&t=184
Seems to be a problem for just a couple of people not sure why?
But i now just do as you have and install v30 then v38.
by rmtucker
07 Nov 2015, 20:14
Forum: ESP Easy: Projects / Applications
Topic: My HA route
Replies: 16
Views: 21305

Re: My HA route

"I reboot the power and remove the pin 0."
I assume you removed the pin 0 then rebooted otherwise it is in flashing mode?
by rmtucker
07 Nov 2015, 15:49
Forum: ESP Easy: Projects / Applications
Topic: My HA route
Replies: 16
Views: 21305

Re: My HA route

https://dl.dropboxusercontent.com/u/588 ... syTool.ino

press 'e' to erase
press 's' to show contents
by rmtucker
03 Nov 2015, 22:37
Forum: ESP Easy: Software
Topic: 12-bit/9-bit resolution ds18b20
Replies: 7
Views: 8310

Re: 12-bit/9-bit accuracy ds18b20

I have multiple sensors running on one esp8266 with no problems.
But i recently bought a few on ebay which would only work in 9bit mode (I think they were fakes).
Luckily the seller returned my money.
by rmtucker
01 Nov 2015, 16:30
Forum: ESP Easy: General Discussion
Topic: Pulsecounter Observations and questions
Replies: 0
Views: 2464

Pulsecounter Observations and questions

Having closely monitored my gas and electricity pulsecounters over the last 10 days i have observed the following:- I am using R38 and it is absolutely rock solid,No missed pulses or re-boots. The only time i have observed any problem lost pulses etc has been with the connection to domoticz. This ma...
by rmtucker
28 Oct 2015, 16:00
Forum: ESP Easy: Software
Topic: Discussion on local control by ESP Easy
Replies: 29
Views: 25065

Re: Discussion on local control by ESP Easy

I think what worries me about the above are the constraints on the memory space available etc. Even the 4mb esp12e versions only allow 1mb for everything and the remaining 3mb is for spiffs. Some discussion on where the project is headed would be a good thing as it works perfectly for most applicati...
by rmtucker
26 Oct 2015, 21:26
Forum: ESP Easy: General Discussion
Topic: Pulsecounter Glitch?
Replies: 5
Views: 5638

Re: Pulsecounter Glitch?

I have managed to send the extra 30 pulses through the Domoticz api/url so they are both matching again. But this makes me wonder if the pulsecounter should be sending the total count in some way. I know if it goes down it would lose count but surely we can read the domoticz count if the esp is rese...
by rmtucker
26 Oct 2015, 19:31
Forum: ESP Easy: General Discussion
Topic: Pulsecounter Glitch?
Replies: 5
Views: 5638

Re: Pulsecounter Glitch?

Well after approx 112,000 pulses it seems to have slipped up somewhere as Domoticz is reporting 30 pulses less than the pulsecounter in ESPEasy. I can only imagine that it has had a connection problem to my domoticz server and then disappeared out of the log after a while so i can not prove it. It w...
by rmtucker
20 Oct 2015, 20:12
Forum: ESP Easy: Software
Topic: Support for emonCMS / Similar to Domoticz HTTP
Replies: 7
Views: 9468

Re: Support for emonCMS / Similar to Domoticz HTTP

Yes it posts seperately to the api for each Task. I have noticed a massive problem with emoncms recently dropping updates,very Flakey (even though the response is "ok" after the status update.) For this reason i have set up my own local server with domoticz and a raspberry pi. You could al...
by rmtucker
20 Oct 2015, 15:54
Forum: ESP Easy: General Discussion
Topic: Pulsecounter Glitch?
Replies: 5
Views: 5638

Re: Pulsecounter Glitch?

Just an update on this.
Yes it does show some discrepancies on the web front end but it is working perfectly!.
It has recorded about 37,000 pulses and never missed a beat so :D
Well done that developer :D :D
by rmtucker
20 Oct 2015, 11:30
Forum: ESP Easy: Software
Topic: Support for emonCMS / Similar to Domoticz HTTP
Replies: 7
Views: 9468

Re: Support for emonCMS / Similar to Domoticz HTTP

I can not see anything wrong in the screen shot?
I presume you have 2 nodes with 3 sensors attached to each?
by rmtucker
16 Oct 2015, 21:49
Forum: ESP Easy: General Discussion
Topic: Pulsecounter Glitch?
Replies: 5
Views: 5638

Re: Pulsecounter Glitch?

Strange thing is though after a reset and letting it run for a while,you can see the totals are correct but the count is off?
by rmtucker
16 Oct 2015, 20:01
Forum: ESP Easy: General Discussion
Topic: Pulsecounter Glitch?
Replies: 5
Views: 5638

Re: Pulsecounter Glitch?

Just to prove it:-

[attachment=0]untitled.JPG[/attachment]
by rmtucker
16 Oct 2015, 19:40
Forum: ESP Easy: General Discussion
Topic: Pulsecounter Glitch?
Replies: 5
Views: 5638

Pulsecounter Glitch?

I have a one Tsl257 photodiode connected to gpio12 and gpio13 detecting pulses from an electricity meter. I have set up two tasks using pulse counter one for watts and one for kwh. The first on gpio12 and the second on gpio13. On average it is recording about 50 pulses in 5 mins. But sometimes the s...
by rmtucker
15 Oct 2015, 16:20
Forum: ESP Easy: Software
Topic: ESP Easy Releases
Replies: 345
Views: 295191

Re: ESP Easy Releases

We could always forget about the smaller versions (less memory) and only cater for the bigger memory versions? I don't think the extra small amount of money you pay would be an issue. And from my own experiance the Esp-01 versions because they are unscreened are very susceptable to interference from...
by rmtucker
14 Oct 2015, 23:43
Forum: ESP Easy: General Discussion
Topic: thingspeak
Replies: 6
Views: 5949

Re: thingspeak

Do you have the idx/variable set in your device task to match the field number in thingspeak?
Ie. idx set to 1 would send to thingspeak as field1.
by rmtucker
14 Oct 2015, 20:28
Forum: ESP Easy: General Discussion
Topic: More Esp-12 Flashing problems
Replies: 102
Views: 90187

Re: More Esp-12 Flashing problems

This is after R30 upload. ªU0 0 INIT : Incorrect PID or version! Reset! FLASH: Erase ok FLASH: Erase ok FLASH: Erase ok FLASH: Erase ok FLASH: Erase ok FLASH: Erase ok FLASH: Erase ok FLASH: Erase ok FLASH: Erase ok FLASH: Erase ok FLASH: Erase ok FLASH: Erase ok FLASH: Erase ok FLASH: Erase ok FLAS...
by rmtucker
14 Oct 2015, 20:21
Forum: ESP Easy: General Discussion
Topic: More Esp-12 Flashing problems
Replies: 102
Views: 90187

Re: More Esp-12 Flashing problems

This is after Re-power and reset. RESET: Reboot count: 1 ctx: cont sp: 3ffec8d0 end: 3ffecb50 offset: 01b0 >>>stack>>> 3ffeca80: 00000002 4000410f 3ffecac0 00000121 3ffeca90: 3fffc718 40004a3c 00000114 00114000 3ffecaa0: 3fffc718 40101dcc 00000114 402186c4 3ffecab0: 00000114 4020824a 00000113 402082...
by rmtucker
14 Oct 2015, 20:19
Forum: ESP Easy: General Discussion
Topic: More Esp-12 Flashing problems
Replies: 102
Views: 90187

Re: More Esp-12 Flashing problems

This is serial output after R38 Upload. ªU PID:0 Version:0 INIT : Incorrect PID or version! RESET: Cold boot ctx: cont sp: 3ffec8d0 end: 3ffecb50 offset: 01b0 >>>stack>>> 3ffeca80: 00000002 4000410f 3ffecac0 00000121 3ffeca90: 3fffc718 40004a3c 00000114 00114000 3ffecaa0: 3fffc718 40101dcc 00000114 ...
by rmtucker
14 Oct 2015, 19:21
Forum: ESP Easy: General Discussion
Topic: More Esp-12 Flashing problems
Replies: 102
Views: 90187

Re: More Esp-12 Flashing problems

Martinus Thank you for checking anyway. When i try to use R38 on a fresh unit it does not erase the flash sectors and does not save any flash settings as in your screen. Which results in incorrect pid and version number because they have not been saved to flash? Anyway as long as i can get round it ...
by rmtucker
14 Oct 2015, 12:31
Forum: ESP Easy: General Discussion
Topic: thingspeak
Replies: 6
Views: 5949

Re: thingspeak

Put you thingspeak apikey into the controller password if i remember right.
It's been a while!
by rmtucker
14 Oct 2015, 00:59
Forum: ESP Easy: General Discussion
Topic: More Esp-12 Flashing problems
Replies: 102
Views: 90187

Re: More Esp-12 Flashing problems

I have just gone through this on two fresh out of the factory boards.
Exactly the same results,can not install R38,have to install R30 first.
Then install R38.
by rmtucker
14 Oct 2015, 00:47
Forum: ESP Easy: General Discussion
Topic: More Esp-12 Flashing problems
Replies: 102
Views: 90187

Re: More Esp-12 Flashing problems

Well This is strange.
Used espeasy tool and erased the flash.
Installed R30 and at last it works !!!!!!
Then it allowed me to upgrade to R38.
Something has altered since R30 that will not allow a clean install on a new Esp-12.
by rmtucker
13 Oct 2015, 23:42
Forum: ESP Easy: General Discussion
Topic: More Esp-12 Flashing problems
Replies: 102
Views: 90187

Re: More Esp-12 Flashing problems

Still struggling!!
It works with my other esp-12 module but not the new ones.
I ran the espeasy tool and erased the flash then re flashed with espeasy.
It will still not run.
So i ran espeasy tool again and read the flash and it is completely empty.
No version number or PID,nothing
by rmtucker
13 Oct 2015, 21:54
Forum: ESP Easy: General Discussion
Topic: More Esp-12 Flashing problems
Replies: 102
Views: 90187

Re: More Esp-12 Flashing problems

That did not help
Still getting the same result.
Is there a way of determining the Flash size on an esp-12E as it is covered in a metal can.?
by rmtucker
13 Oct 2015, 20:59
Forum: ESP Easy: General Discussion
Topic: More Esp-12 Flashing problems
Replies: 102
Views: 90187

More Esp-12 Flashing problems

Two new ESP-12 modules arrived today and i can not get them to work with ESPEasy??? I can flash with other Arduino programs and they work no problem but i get the following with ESPEasy:- load 0x4010f000, len 1264, room 16 tail 0 chksum 0x42 csum 0x42 ~ld ªU PID:0 Version:0 INIT : Incorrect PID or v...
by rmtucker
11 Oct 2015, 16:42
Forum: ESP Easy: Software
Topic: Emoncms Setup Instructions - Scribbles
Replies: 0
Views: 2744

Emoncms Setup Instructions - Scribbles

After adding the Emoncms Plugin R35 i thought a few notes might Help Setup:- Click on config. 1.Change the protocol to emoncms 2.Change the controller IP to 80.243.190.58 3.Change the controller port to 80 4.Change the controller password to your emoncms write apikey 5.Change the unit number if desi...
by rmtucker
10 Oct 2015, 20:29
Forum: ESP Easy: Software
Topic: Support for emonCMS / Similar to Domoticz HTTP
Replies: 7
Views: 9468

Re: Support for emonCMS / Similar to Domoticz HTTP

I have committed the changes too add emoncms as a controller.
It still needs a little work though.
Fingers crossed.