Search found 13 matches

by Madbanana
28 Sep 2017, 20:19
Forum: ESP Easy: Hardware
Topic: SONOFF 5V - burned ?
Replies: 9
Views: 6592

Re: SONOFF 5V - burned ?

Anyways: Newer sonoff basics have a bit of issues with flashing giving the same issue as result. It might help to flash them with DOUT mode, some flash tools allow to set this. This was my problem with the latest units I got. Used Arduino IDE to program, worked first time. I couldn't get anything e...
by Madbanana
21 Sep 2017, 23:47
Forum: ESP Easy: Hardware
Topic: Help with Sonoff flashing
Replies: 47
Views: 51614

Re: Help with Sonoff flashing

Guys, don't know if this will help your issues, having used Sonoff relays for ages with no issues, two more arrived recently. I couldn't get either to flash with standalone programs, had to use Arduino IDE and set the flash mode to DOUT. Seems the flash chips in the new ones are different to my old ...
by Madbanana
08 May 2017, 23:02
Forum: ESP Easy: Hardware
Topic: Sonoff reflect state of button to Domoticz
Replies: 28
Views: 31043

Re: Sonoff reflect state of button to Domoticz

@vojtishek My apologies, a typo in my rules - this is what I have:- on SW_1#Switch do if [relay#Switch]=1 gpio,12,0 else gpio,12,1 endif endon This is all I have in rules - the pushbutton and Domoticz operates the relay correctly. Domoticz updates the state of the relay if it is changed by the pushb...
by Madbanana
07 May 2017, 19:38
Forum: ESP Easy: Hardware
Topic: Sonoff reflect state of button to Domoticz
Replies: 28
Views: 31043

Re: Sonoff reflect state of button to Domoticz

I have this working here with a Sonoff socket ... My rule is the same as your third block in principle except I don't understand the need for your first and second... on SW_1#Switch do if [SW_1#Switch]=0 gpio,12,0 else gpio,12,1 endif endon My device setup is the same as yours with IDX matching the ...
by Madbanana
16 Feb 2017, 21:43
Forum: ESP Easy: Hardware
Topic: DS18B20 Temperature Probe Waterproof Sensors
Replies: 4
Views: 4026

Re: DS18B20 Temperature Probe Waterproof Sensors

I've had a number of these submerged in my pond for the last four years and they still work fine. Not running on ESPEasy admittedly as the Wi-Fi is too weak, but I've some inside that work just fine.
by Madbanana
12 Feb 2017, 17:54
Forum: ESP Easy: Hardware
Topic: [SOLVED] ESP-11 support
Replies: 5
Views: 4884

Re: [SOLVED] ESP-11 support

Excellent, that's great news! In the main these are really very stable but just occasionally they don't play as they should - so far I've always found a work around.
by Madbanana
12 Feb 2017, 10:22
Forum: ESP Easy: Hardware
Topic: [SOLVED] ESP-11 support
Replies: 5
Views: 4884

Re: ESP-11 support ?

On occasions I've had this issue and the only solution is to enter details from the serial console. Start with typing setttings (then enter) which should basically say you are not connected to wifi. Then WifiScan to view the APs, WifiSSID <SSID> for the one you want to connect to, WifiKey <Wifi WPA ...
by Madbanana
09 Feb 2017, 20:56
Forum: ESP Easy: Hardware
Topic: Trouble using Sonoff Basic with ESPeasy
Replies: 14
Views: 13515

Re: Trouble using Sonoff Basic with ESPeasy

Hi, regret I know nothing about FHEM however for getting status back to Domotcz, set up in ESPeasy a 'Switch Input' device using the same GPIO as the relay. The IDX/Variable is set to the same number as the corresponding switch in Domoticz. You may need to toggle Pull Up and Inversed in ESPEasy to g...
by Madbanana
06 Feb 2017, 21:03
Forum: ESP Easy: Hardware
Topic: Trouble using Sonoff Basic with ESPeasy
Replies: 14
Views: 13515

Re: Trouble using Sonoff Basic with ESPeasy

Great work!

I've recently got a Sonoff S20 - basically a plug & socket version of the Basic. Flash the same ESPEasy software and control over IP - works great!
by Madbanana
05 Feb 2017, 10:39
Forum: ESP Easy: Hardware
Topic: Trouble using Sonoff Basic with ESPeasy
Replies: 14
Views: 13515

Re: Trouble using Sonoff Basic with ESPeasy

I've got two of these that successfully work on ESPeasy, flashed in the way you describe below. I'm sure you've tried all this, however what's worked for me is 1) after flashing, connect serial terminal at 115000 (I use the terminal in Arduino IDE as its simple) 2) power cycle 3) assuming you can se...
by Madbanana
17 Nov 2016, 23:00
Forum: RFLink: Hardware Related discussions
Topic: Milight RGB-ledstrip controller
Replies: 3
Views: 4290

Re: Milight RGB-ledstrip controller

Hmmmm, strange. I can't get An rgb ledstrip controller paird like i have doen with a light bulb. I tried both of THE methodes (for THE white led bulb and for THE rgbw led bulbs) but THE controller won't react at all? I have a RGB controller (FUT037) and that paired ok and I can control via Domoticz...
by Madbanana
24 Oct 2016, 20:59
Forum: ESP Easy: Hardware
Topic: DS18b20 temp reading too high
Replies: 1
Views: 3795

Re: DS18b20 temp reading too high

Hi, obvious first question - are they both 18B20 - or is one 18S20 / 1820? I ask because I found there was a difference which caused incorrect readings on one - but I think more than you are seeing. Here's a comparison of the two ... https://www.maximintegrated.com/en/app-notes/index.mvp/id/4377 .. ...
by Madbanana
23 Oct 2016, 20:27
Forum: ESP Easy: Hardware
Topic: possible to dim / pwm several channels together
Replies: 14
Views: 12899

Re: possible to dim / pwm several channels together

Hi, I'm still waiting for my strips to arrive so haven't had any time playing yet, however a workaround could be to dim in stages? So instead of going to full brightness on each channel in one go, how about doing each say 10% and then move on to the next? Then repeat until they're all at full brilli...