Search found 37 matches

by Tommmii
05 Jan 2019, 22:20
Forum: ESP Easy: Hardware
Topic: TEMT6000 Light/Lux sensor supported?
Replies: 7
Views: 8653

Re: TEMT6000 Light/Lux sensor supported?

i used it with an ESP32, in the end the TEMP6000 isn't very reliable.
I moved over to a MH LDR like this one : https://www.ebay.co.uk/itm/Flying-Fish- ... 2015870724
Much easier to connect, more reliable.
by Tommmii
18 Dec 2018, 17:21
Forum: ESP Easy: Software
Topic: What am I doing wrong with the ESP32 module?
Replies: 17
Views: 13777

Re: What am I doing wrong with the ESP32 module?

i just flashed ESPEasy_mega-20181218.zip without any problems.

I think perhaps you neglected to flash the extra bin files :
  • boot_app0.bin
  • bootloader.bin
  • ESPEasy.ino.partitions.bin
by Tommmii
14 Nov 2018, 13:22
Forum: ESP Easy: Hardware
Topic: TUYA Dimmer Switch
Replies: 27
Views: 30810

Re: TUYA Dimmer Switch

do you guys think there might be any way of putting firmware in one of these Tuya devices Over-The-Air ?

I've bought a couple of bulbs, but there are no pads for RX, TX or GND.
Also the esp isn't accessible without destroying the bulb's housing :(

Any thoughts ?
by Tommmii
07 Aug 2018, 09:56
Forum: ESP Easy: General Discussion
Topic: ESP Easy development "mega-201YMMDD" clearifications
Replies: 20
Views: 16213

Re: ESP Easy development "mega-201YMMDD" clearifications

Is there a way to see in github which plugins are supported ?
Or can this only be seen after flashing the build into a device ?
by Tommmii
28 Jul 2018, 11:38
Forum: ESP Easy: General Discussion
Topic: ESP Easy development "mega-201YMMDD" clearifications
Replies: 20
Views: 16213

Re: ESP Easy development "mega-201YMMDD" clearifications

I have no need for I2C (for now ;) )
I just had a look at a recent nightly build, and it looks as if the "Switch input - Switch" and the "Analog input - internal" are both not included?
Does that seem right, or am I having a blonde moment ?
by Tommmii
28 Jul 2018, 11:28
Forum: ESP Easy: General Discussion
Topic: ESP Easy development "mega-201YMMDD" clearifications
Replies: 20
Views: 16213

Re: ESP Easy development "mega-201YMMDD" clearifications

at this point in time, which would be the most stable release for the ESP32 ?
I'm still running ESPEasy32_R20100 from March30th, 2018.
by Tommmii
27 Jul 2018, 18:10
Forum: ESP Easy: General Discussion
Topic: config.dat can't load
Replies: 1
Views: 1667

config.dat can't load

Please help? I downloaded the settings, and renamed the file to config.dat. Now I really need to restore those settings, but after upload they never get restored. Is there any way to get those settings back ? Failing that, is there any way of parsing the config.dat file to see what the config was, s...
by Tommmii
30 Apr 2018, 22:30
Forum: ESP Easy: General Discussion
Topic: ESPEasy + Home Assistant- Help Please
Replies: 3
Views: 6482

Re: ESPEasy + Home Assistant- Help Please

never heard of dietpi, but nevermind.

You would need the mosquitto broker for MQTT, whatever you do - do not opt for the Home-Assistant built-in MQTT broker, it isn't really ready yet.
I would : http://blog.rniemand.com/installing-mos ... -raspbian/
by Tommmii
30 Apr 2018, 10:54
Forum: ESP Easy: Software
Topic: ESP-32 plans for ESPEasy (?)
Replies: 58
Views: 51789

Re: ESP-32 plans for ESPEasy (?)

@hamster : if you do have a successful build, would you mind sharing the files to flash ?
by Tommmii
27 Apr 2018, 16:14
Forum: ESP Easy: General Discussion
Topic: ESPEasy + Home Assistant- Help Please
Replies: 3
Views: 6482

Re: ESPEasy + Home Assistant- Help Please

The Home-Assistant docs are a great place to start : https://www.home-assistant.io/docs/mqtt/

Exactly which route to follow to get up & running depends a little bit on which type of Home-Assistant installation you have ? Hass.io? Raspberry Pi? ... ?
by Tommmii
16 Apr 2018, 09:43
Forum: ESP Easy: General Discussion
Topic: ESP Easy development "mega-201YMMDD" clearifications
Replies: 20
Views: 16213

Re: ESP Easy development "mega-201YMMDD" clearifications

sounds even more like a plan!

Btw, i have a few esp32's lying around, doing some stability monitoring on them. If I can help the development in any way, with these non-critical units... be glad to.
Sorry for the thread hi-jacking
by Tommmii
16 Apr 2018, 09:39
Forum: ESP Easy: General Discussion
Topic: ESP Easy development "mega-201YMMDD" clearifications
Replies: 20
Views: 16213

Re: ESP Easy development "mega-201YMMDD" clearifications

sounds like a plan!

Where's the love for the ESP32 , though ?
by Tommmii
15 Apr 2018, 16:50
Forum: ESP Easy: General Discussion
Topic: TEMT6000 light sensor / Help needed
Replies: 1
Views: 2014

Re: TEMT6000 light sensor / Help needed

replying to myself, for posterity :

Spent some time digging, the Analog input - internal device seems to be working only with ADC1 ( GPIO32, GPIO33, GPIO34, GPIO35, GPIO36, GPIO39 ).
GPIO13 is on ADC2, i have not gotten anything other than the value 4095 from that pin.
by Tommmii
15 Apr 2018, 15:07
Forum: ESP Easy: General Discussion
Topic: Build 20100 - Mega32 / Analog devices
Replies: 0
Views: 1695

Build 20100 - Mega32 / Analog devices

What is the device "Analog input - internal" good for ? (Except returning the value 4095.)

Update / Edit : spent some time digging, the Analog input - internal device seems to be working only with ADC1 ( GPIO32, GPIO33, GPIO34, GPIO35, GPIO36, GPIO39 ).
by Tommmii
15 Apr 2018, 12:29
Forum: ESP Easy: General Discussion
Topic: How to read GPIO state?
Replies: 14
Views: 9288

Re: How to read GPIO state?

doesn't seem right. It should be nearly instant... Are you sure there isn't a delay at the R-Pi side ? Not sure if related : do you have a controller defined? Because it _looks_ as if the device config is pointing to Controller/IDX 1 ? I would change this to smt like 100, at least while experimenting.
by Tommmii
15 Apr 2018, 12:05
Forum: ESP Easy: General Discussion
Topic: How to read GPIO state?
Replies: 14
Views: 9288

Re: How to read GPIO state?

in your device config, i notice that you are not using the "internal pullup". In this case, you need to add a resistor in the circuit for sure. If gpio-2 has an internal pullup available, then you need to activate this if you do not want to add your own external resistor into the circuit. ...
by Tommmii
15 Apr 2018, 11:59
Forum: ESP Easy: General Discussion
Topic: How to read GPIO state?
Replies: 14
Views: 9288

Re: How to read GPIO state?

are you refreshing the /devices page ?
Or are you watching the logging ?
Or are you still on that /pinstates page ?
by Tommmii
15 Apr 2018, 11:36
Forum: ESP Easy: General Discussion
Topic: How to read GPIO state?
Replies: 14
Views: 9288

Re: How to read GPIO state?

I messed up the previous post with inline images. Starting over... Here's my config, only big diff being i'm on an ESP32. The theory of functioning is the same though. https://imgur.com/a/28JbC On the hardware side, I do not think that you can just connect any pin on the esp to a gpio on the Pi. You...
by Tommmii
15 Apr 2018, 10:44
Forum: ESP Easy: Software
Topic: ESP-32 plans for ESPEasy (?)
Replies: 58
Views: 51789

Re: ESP-32 plans for ESPEasy (?)

what's the best place to watch, to know if there's a fresh build ?

Right now i'm watching https://www.letscontrolit.com/wiki/index.php/ESPEasy32
by Tommmii
14 Apr 2018, 17:34
Forum: ESP Easy: General Discussion
Topic: How to read GPIO state?
Replies: 14
Views: 9288

Re: How to read GPIO state?

I wouldn't use GPIO 0 because that's the pin that you need to set low to get into flash mode. Are you using a pullup resistor ? http://www.letscontrolit.com/forum/viewtopic.php?t=1718 Forget about /pinstates , i do not know what its purpose is. Just tested it, the state doesn't move. Like I said ear...
by Tommmii
14 Apr 2018, 17:19
Forum: ESP Easy: General Discussion
Topic: How to read GPIO state?
Replies: 14
Views: 9288

Re: How to read GPIO state?

I had a tough time figuring out the same.... But got through it finally. You can not leave Send to Controller IDX = 0 Set any value, but not 0. use this as a baseline : https://www.letscontrolit.com/wiki/index.php/Tutorial_Domoticz_Switch#Configure_the_ESP_Easy_Devices and I prefer to check the devi...
by Tommmii
14 Apr 2018, 17:06
Forum: ESP Easy: Software
Topic: mqtt / use hostname option doesn't work on LAN / Mega32
Replies: 10
Views: 6968

Re: mqtt / use hostname option doesn't work on LAN

the ip's are totally correct. I run a separate DHCP/DNS server. Ethernet adapter Ethernet: Connection-specific DNS Suffix . : local Description . . . . . . . . . . . : Intel(R) 82579LM Gigabit Network Connection Physical Address. . . . . . . . . : 00-21-CC-redacted DHCP Enabled. . . . . . . . . . . ...
by Tommmii
14 Apr 2018, 16:33
Forum: ESP Easy: General Discussion
Topic: How to read GPIO state?
Replies: 14
Views: 9288

Re: How to read GPIO state?

without knowing your exact usage case, I believe what you need to do is go into the devices tab, and create a Switch on the pin that is connected to your R-Pi.
by Tommmii
09 Apr 2018, 10:46
Forum: ESP Easy: Software
Topic: mqtt / use hostname option doesn't work on LAN / Mega32
Replies: 10
Views: 6968

Re: mqtt / use hostname option doesn't work on LAN

shamelessly bumping this... could some one at least please try it, to confirm/deny ?
by Tommmii
08 Apr 2018, 12:44
Forum: ESP Easy: Software
Topic: mqtt / use hostname option doesn't work on LAN / Mega32
Replies: 10
Views: 6968

Re: mqtt / use hostname option doesn't work on LAN

Vlaming, but close enough :o the ESP32 shows up in my DHCP server leases with hostname esp3202-0 Pinging esp3202-0.local [192.168.11.127] with 32 bytes of data: Reply from 192.168.11.127: bytes=32 time=4ms TTL=255 edit : the device is getting the correct LAN based dns server. "WiFi":{ , &q...
by Tommmii
08 Apr 2018, 12:26
Forum: ESP Easy: Software
Topic: mqtt / use hostname option doesn't work on LAN / Mega32
Replies: 10
Views: 6968

Re: mqtt / use hostname option doesn't work on LAN

I tested a LAN based NTP server , serial debug shows : NTP : NTP send to nas.local (192.168.11.4) NTP : NTP replied: 11 mSec So that works fine. Pinging the LAN based mqtt server from another host (win pc in this ex) also works fine : Pinging home.local [192.168.11.5] with 32 bytes of data: Reply fr...
by Tommmii
08 Apr 2018, 04:26
Forum: ESP Easy: General Discussion
Topic: verify DHCP lease values
Replies: 12
Views: 6609

Re: verify DHCP lease values

it wasn't on the json page.
At least not with the Feb 11 build. i have updated to a newer build of R20100 and now see much more info in json.
by Tommmii
07 Apr 2018, 22:01
Forum: ESP Easy: General Discussion
Topic: verify DHCP lease values
Replies: 12
Views: 6609

Re: verify DHCP lease values

how could i query it ?
the JSON api ?
by Tommmii
07 Apr 2018, 15:27
Forum: ESP Easy: General Discussion
Topic: TEMT6000 light sensor / Help needed
Replies: 1
Views: 2014

TEMT6000 light sensor / Help needed

i'm trying to read analog values from a TEMT6000 light sensor, like this one : https://www.sparkfun.com/products/8688 This is on a ESP32 running R20100. If i'm not mistaken GPIO13 should be ok for wiring, but I would like confirmation ? Then, which device should i select in the software?? Thx in adv...
by Tommmii
07 Apr 2018, 10:57
Forum: ESP Easy: Software
Topic: mqtt / use hostname option doesn't work on LAN / Mega32
Replies: 10
Views: 6968

Re: mqtt / use hostname option doesn't work on LAN

yes it is, that's what i meant when i wrote " home.local resolves to 192.168.11.5 " I was asking in anther thread how to get the dhcp details, such as DNS server. This is why I was asking. However, ESP Easy is getting NTP information from the default ntp host. So ESP Easy knows how to reso...
by Tommmii
06 Apr 2018, 21:56
Forum: ESP Easy: General Discussion
Topic: verify DHCP lease values
Replies: 12
Views: 6609

Re: verify DHCP lease values

and dns server? can i verify that?
by Tommmii
06 Apr 2018, 17:50
Forum: ESP Easy: Software
Topic: mqtt / use hostname option doesn't work on LAN / Mega32
Replies: 10
Views: 6968

mqtt / use hostname option doesn't work on LAN / Mega32

Build 20100 - Mega32 Build time Mar 30 2018 16:13:45 Using DHCP for networking. My LAN has an internal DNS server, which resolves local hostnames just fine. home.local resolves to 192.168.11.5 Setting the "use hostname" (home.local)option for OpenHAB MQTT results in faillure to connect to ...
by Tommmii
06 Apr 2018, 13:17
Forum: ESP Easy: General Discussion
Topic: verify DHCP lease values
Replies: 12
Views: 6609

Re: verify DHCP lease values

Firmware
Build 20100 - Mega32
GIT version (custom)
Plugins 41 [Normal]
Build Md5 4d44355f4d44355f4d44355f4d44355f
Md5 check fail !
Build time Feb 11 2018 18:14:27
by Tommmii
06 Apr 2018, 12:50
Forum: ESP Easy: General Discussion
Topic: verify DHCP lease values
Replies: 12
Views: 6609

verify DHCP lease values

Hello,

I've been searching for a way to verify the DHCP lease details : assigned IP address, gateway, DNS server ?
I don't see detailed info in the sysinfo page, nor anywhere else.

Any suggestions ?

Thx,
Tom