LSC Smart PIR: Difference between revisions

From NURDspace
No edit summary
No edit summary
 
(11 intermediate revisions by the same user not shown)
Line 6: Line 6:
|Purpose=Use for infra
|Purpose=Use for infra
|Tool=No
|Tool=No
|Location=Niz' drawer
|Location=Expedits
}}
}}
== What ==
== What ==
LSC Smart PIR thingie from Melan, i think [https://www.action.com/nl-nl/p/lsc-smart-connect-bewegingsmelder/ this one]. It does not have the original firmware anymore, so we will try to flash it manually.
LSC Smart PIR thingie from [[User:Melan|Melan]], i think [https://www.action.com/nl-nl/p/lsc-smart-connect-bewegingsmelder/ this one]. It does not have the original firmware anymore, so tuya-convert is not an option. We will try to flash it manually.
== Info gathering ==
== Info gathering ==
It has a TYWE3S board which is some kind of ESP, possibly ESP-12. There is also another MCU, which supposedly reads the PIR and starts the ESP when motion is detected.
Just like the LSC doorsensor it has a TYWE3S board which is some kind of ESP8266, possibly ESP-12. There is also another MCU, which supposedly reads the PIR and powers the ESP when motion is detected, see [https://www.letscontrolit.com/forum/viewtopic.php?t=6955#p39147 this post].
It is very similar to [https://blakadder.github.io/templates/WF-CS01_EU.html this thing]. Docs from Tuya, the manufacturer can be found [https://docs.tuya.com/docDetail?code=K8uhknau93uw0 here]. [https://github.com/arendst/Tasmota/wiki/TYWE3S This device] also has the TYWE3S.
It is very similar to [https://blakadder.github.io/templates/WF-CS01_EU.html this thing]. [https://github.com/arendst/Tasmota/wiki/TYWE3S This device] also has the TYWE3S.
 
Important snippet from [https://github.com/arendst/Tasmota/issues/5377 this discussion]: yes. you need to ground RST, GPIO0 to start. after 3 seconds release
RST. after another 3 seconds, release gpio0.
 
 
We also might need to GND pin on the other MCU to disable it, see previous link and [https://github.com/arendst/Tasmota/wiki/MCU-Based-Tuya-Dimmers-and-Switches here].
 
Info from Tuya, the manufacturer can be found [https://docs.tuya.com/en/iot/device-development/module/wifi-module/wifi-module-data-sheet/wifie3smodule here]. Somehow also info on another board (TYWE2L) got into this page @ chapter 6, so it's kind of a mess.
 
== Todo ==
Looks like [https://esphome.io/components/tuya.html ESPHome] has support for ESP8266 talking to another MCU present in Tuya devices. So flash this and try if it works?

Latest revision as of 20:22, 1 October 2020

LSC Smart PIR
NoPicture.png
Participants
Skills esp
Status Info gathering
Niche Smart stuff
Purpose Use for infra
Tool No
Location Expedits
Cost
Tool category

LSC Smart PIR Property "Tool Image" (as page type) with input value "File:{{{Picture}}}" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process. {{{Picture}}} {{#if:No | [[Tool Owner::{{{ProjectParticipants}}} | }} {{#if:No | [[Tool Cost::{{{Cost}}} | }}

What

LSC Smart PIR thingie from Melan, i think this one. It does not have the original firmware anymore, so tuya-convert is not an option. We will try to flash it manually.

Info gathering

Just like the LSC doorsensor it has a TYWE3S board which is some kind of ESP8266, possibly ESP-12. There is also another MCU, which supposedly reads the PIR and powers the ESP when motion is detected, see this post. It is very similar to this thing. This device also has the TYWE3S.

Important snippet from this discussion: yes. you need to ground RST, GPIO0 to start. after 3 seconds release RST. after another 3 seconds, release gpio0.


We also might need to GND pin on the other MCU to disable it, see previous link and here.

Info from Tuya, the manufacturer can be found here. Somehow also info on another board (TYWE2L) got into this page @ chapter 6, so it's kind of a mess.

Todo

Looks like ESPHome has support for ESP8266 talking to another MCU present in Tuya devices. So flash this and try if it works?