Search found 11 matches

by Maarten112
04 Oct 2019, 16:51
Forum: ESP Easy: Hardware
Topic: New hackable ESP gadgets in local budget store "action" !!!
Replies: 112
Views: 241554

Re: New hackable ESP gadgets in local budget store "action" !!!

maxe2 wrote: 01 Oct 2019, 20:42 @FanOfHue: Could you please upload the firmware you used? I want to flash my door sensor and use the same smartnoderules as you did.
Hi Maxe2,

You can see the code FanOfHue made on github and use it for your sensor!

https://github.com/SmartNodeRules/ESPCoreRules
by Maarten112
25 Sep 2019, 16:26
Forum: ESP Easy: Hardware
Topic: New hackable ESP gadgets in local budget store "action" !!!
Replies: 112
Views: 241554

Re: New hackable ESP gadgets in local budget store "action" !!!

Very nice! So you already decoded the protocol :D I was just looking at it and saw how the esp get's the status from the uC :)

https://github.com/SmartNodeRules/ESPCo ... 1_TUYA.ino

Awesome work!
by Maarten112
25 Sep 2019, 15:21
Forum: ESP Easy: Hardware
Topic: New hackable ESP gadgets in local budget store "action" !!!
Replies: 112
Views: 241554

Re: New hackable ESP gadgets in local budget store "action" !!!

How does SmartNodeRules know when the door is open or closed? it doesn't. I think FanOfHue use a variable to keep track of the state, e.g. --> - initial state: variable = 0 --> closed - if tuya esp wakes up & variable = 0, set variable to 1 --> open - if tuya esp wakes up & variable = 1, se...
by Maarten112
25 Sep 2019, 15:16
Forum: ESP Easy: Hardware
Topic: New hackable ESP gadgets in local budget store "action" !!!
Replies: 112
Views: 241554

Re: New hackable ESP gadgets in local budget store "action" !!!

How long does the uC keeps the tywe3s (esp) on when the firmware don't actively sends the rights messages over uart to the uC? It's about 13 seconds in total in my case. Takes 3 seconds to get connected. I can ping it for about 10 seconds. With serial comms, it's only powered for 5 seconds, so it w...
by Maarten112
21 Sep 2019, 19:18
Forum: ESP Easy: Hardware
Topic: New hackable ESP gadgets in local budget store "action" !!!
Replies: 112
Views: 241554

Re: New hackable ESP gadgets in local budget store "action" !!!

Has anyone got the door sensor running on custom firmware? I have one running with SmartNodeRules. Just updated the plugin so it creates a rule event "TUYA#Event=<state>" when the sensor detects a change. Sample rule: On TUYA#Event do msgbus %sysname%/DoorSwitch=%eventvalue% endon Any of ...
by Maarten112
26 Aug 2019, 16:45
Forum: ESP Easy: Hardware
Topic: New hackable ESP gadgets in local budget store "action" !!!
Replies: 112
Views: 241554

Re: New hackable ESP gadgets in local budget store "action" !!!

FanOfHue wrote: 20 Aug 2019, 15:02 The doorsensor has also been migrated to a SmartNode with custom firmware.
Did you measure the powerconsumption when running the doorsensor on tasmota/is the esp8266 put to sleep/deepsleep using interrupts? I'm very curious about batterylife of those sensors when running on tasmota!
by Maarten112
11 Jul 2019, 16:12
Forum: RFLink: Unsupported devices
Topic: 3 way switch from banggood - 433 IC unknown
Replies: 4
Views: 40361

Re: 3 way switch from banggood - 433 IC unknown

Swirl, I appreciate your replies but your suggestions are not an option. Using the old rflink code and implement the switch myself is not viable, since I will lose devices like milight. Nobody from the dev team who can implement this switch to the current code? Why not opensource the current code......
by Maarten112
25 May 2019, 16:06
Forum: RFLink: Unsupported devices
Topic: 3 way switch from banggood - 433 IC unknown
Replies: 4
Views: 40361

Re: 3 way switch from banggood - 433 IC unknown

Hi Swil,

Thanks for your reply. The problem is not that I'm unable to decode it myself, the problem is that rflink doesn't support this device (yet)....and since RFLink is not opensource, I can't add it myself to rflink :|

I hope some of the devs can incorporate it in rflink!
by Maarten112
22 May 2019, 13:32
Forum: RFLink: Unsupported devices
Topic: 3 way switch from banggood - 433 IC unknown
Replies: 4
Views: 40361

3 way switch from banggood - 433 IC unknown

Hi everyone, Recently I bought a super cheap 3 way switch from banggood. It does transmit, RFLINK sees the code, but it is unsupported. I opened the device but the 433mhz IC is unknown. I hope it can be supported in RFLink, since the switch is overall really great. This is the device: https://www.ba...
by Maarten112
04 Apr 2016, 17:05
Forum: ESP Easy: Software
Topic: ESP Easy Pulse count problem / bug
Replies: 11
Views: 18067

Re: ESP Easy Pulse count problem / bug

Hi Paco,

Thank you for your reply! I will change the usb to ttl adapter for a dc dc converter that will do > 1Ah and will report my findings!
by Maarten112
01 Apr 2016, 12:05
Forum: ESP Easy: Software
Topic: ESP Easy Pulse count problem / bug
Replies: 11
Views: 18067

ESP Easy Pulse count problem / bug

Hi Everyone, I'm busy settings up a simple pulsecounter with ESP Easy to measure my energy consumption on an analog Energy meter. I'm upgrading from a home made arduino project to do the same, since I love the WiFi functionality of the esp8266. I'm using the following software/hardware: - ESP-01 - t...