logo elektroda
logo elektroda
X
logo elektroda

TX-E gas detector with shut-off valve control function - interior of unit

Samezrp1  Cool? (+3)
📢 Listen (AI):
.
I will show here the interior of the Gas Leak detector, model: TX-E
Gas leak detector with gas shut-off valve control.

edit:
I have highlighted the used pins on the CB3S, you can see that all the communication goes through the UART, there is no peripheral support through the CB3S. The rest of the pins not soldered on.

About Author
Samezrp1 wrote 90 posts with rating 7 , helped 2 times. Been with us since 2003 year.

Comments

p.kaczmarek2 26 Nov 2024 23:17

So the device from TuyaMCU. Protocol description: TuyaMCU protocol - communication between microcontroller and WiFi module . A broad description of the how-to run approach: TuyaMCU flashing, installation... [Read more]

Samezrp1 27 Nov 2024 09:29

. Thanks, I'm already reading, I've already analysed part of it, but not all of it. . I have two, no problem with that, the problem is that the WiFi RX communication is quietly eavesdropping, but when... [Read more]

Samezrp1 28 Nov 2024 22:48

OK, I'm ready to configure, I think I have everything I need. CB3S falsified, connects to WiFi. Soldered in and time to configure. I've read the guide , I'm on the Import page on the device and I've... [Read more]

p.kaczmarek2 28 Nov 2024 23:18

Then perhaps let's start there: . I posted a topic about this yesterday, it's still further down on the main page: How to make the TuyaMCU device send more data? Why are dpIDs not being sent? . Read... [Read more]

Samezrp1 29 Nov 2024 10:47

Not directly, but you helped. Indeed the WiFi connection indicator was not stable on the display, sometimes it appeared sometimes it disappeared, but reading the recommended threads I came across a setting... [Read more]

p.kaczmarek2 29 Nov 2024 11:01

. Interesting, so without time it won't send data? You can add this to the thread about dpID, maybe it will help someone: https://www.elektroda.pl/rtvforum/viewtopic.php?t=4089722&highlight= And... [Read more]

Samezrp1 29 Nov 2024 11:06

OK, thanks, I will analyse the posting. . I don't use homeAssistant, I use Node-RED and all communication goes over MQTT. I have all the appliances in the house serviced on this, including the recuperator,... [Read more]

p.kaczmarek2 29 Nov 2024 11:39

In my opinion, you should first make a mapping to channels within the OBK according to our examples, e.g: https://github.com/openshwprojects/OpenBK7231T_App/blob/main/docs/autoexecExamples.md // start... [Read more]

Samezrp1 29 Nov 2024 14:13

OK, it's slowly becoming clearer. command: setChannelType 2 Default doesn't expose any element on the panel, which is why I was dumbfounded, and not sure which one, so I assumed with Default it... [Read more]

p.kaczmarek2 29 Nov 2024 15:36

. It seems to me that the ReadOnly field will be read-only and also visible on the panel. Default is the default mode, if Default was visible on the panel then after uploading the firmware there would... [Read more]

Samezrp1 29 Nov 2024 17:59

. So it's all clear. . I'll keep observing, as I get the impression that it has lost time after a while, but this I need to confirm. I will survive :) . . I was thinking of a toggle type channel,... [Read more]

p.kaczmarek2 29 Nov 2024 21:56

. You can send time at regular intervals using addRepeatingEvent . It is worth including TuyaMCU queue in the flags for stability. . And what would such a toggle look like? . Maybe for... [Read more]

Samezrp1 30 Nov 2024 12:04

OK . I was thinking exactly like the current one, but with no clickability, possibly with a little information in the year: RO, czt ReadOnly . Presumably this command is used to do this: https://obrazki.elektroda.pl/7120991500_1732964373_thumb.jpg... [Read more]

p.kaczmarek2 30 Nov 2024 18:40

. If you're stubborn, you can use UartSendHex, but then you have to count the checksum yourself as you change the contents of the packet. tuyaMcu_sendState you won't use, because it's not a dpID, it's... [Read more]

Samezrp1 01 Dec 2024 00:30

. UartSendHex works , I made myself a checksum calculator: UartSendHex 55AA0021001F0106772E74656D700004000000160A772E68756D696469747900040000005B36 . The temperature value in hex is on 20 byte,... [Read more]

p.kaczmarek2 01 Dec 2024 11:06

You don't have to count the checksum yourself, tuyaMcu_sendCmd will do it for you. There are two arguments - the command and the payload. The length of the payload is determined by itself, as is the checksum. It... [Read more]

Samezrp1 01 Dec 2024 12:48

. I'm looking and generally from -28 degrees (0x80) to zero (0x9C) they go linearly, upwards, missing from -29 to -31, then from -32 (0xDF) to -99 (0x9D) also linearly. BTW I extracted the flash and... [Read more]

p.kaczmarek2 01 Dec 2024 20:54

So a function that sends data in a packet of type 0x20 with ASCII names and with number conversion according to your function is useful? I was interested in the topic of "weather" for a given position... [Read more]

Samezrp1 01 Dec 2024 21:04

. Yes, then the functionality remains 1:1 after de-clouding. . Then the temperature could be taken either from your thermometer, or as in the original based on downloaded data. . Yes, I hit it,... [Read more]

%}