logo elektroda
logo elektroda
X
logo elektroda

MOES WiFi Smart Temperature and Humidity Switch Module MS-103

toneycc 
https://www.amazon.com/dp/B09QPNPPLV this device in amazon。




Core Model:WB3S
This device has three LEDs, a button, and two relays, as well as a 1-Wire sensor interface that supports two types of sensors: the DS18D20 temperature sensor and the CHT8305 temperature and humidity sensor, both using a 1-Wire connection and not I2C. The button controls the on/off state of the two relays, and automatic temperature and humidity control can be set up using Tuya's Smart Life app, making it ideal for various temperature control scenarios. However, it should be noted that the maximum current for the relays is 10A, so the load device should not exceed this limit without taking appropriate measures. Currently, the only drawback of using the OpenBeken platform is that it does not support 1-Wire devices. Below are the GPIO definitions for the WB3S chip.

“pins”: {
“1”: “Btn;0”,
“6”: “Rel;1”,
“7”: “1-Wire;0”, #TO DS18D20 OR AM2301A
“8”: “LED_n;1”,
“9”: “LED_n;0”,
“10”: “WifiLED_n;0”,
“24”: “Rel;0”
},

About Author
toneycc wrote 1 posts with rating 2 . Been with us since 2023 year.

Comments

p.kaczmarek2 22 Mar 2023 14:06

Thank you, I will try to get that 1 wire working soon. I can easily buy DS18D20 with donation funds. Thanks. I will also attach here an interesting screenshot from the sale offer of this device: ... [Read more]

kirol1 16 Aug 2023 14:12

Hello I am in the process of flashing this device with Tasmota. I have a model with only a temperature sensor. In this case, will it be possible to configure pin 7 to read only the temperature, omitting... [Read more]

p.kaczmarek2 17 Aug 2023 21:43

It depends on what temperature sensor you have and what communication protocol it supports. Write more information about your device and sensor. [Read more]

juniorbaran 08 Feb 2024 18:53

Do you know temperature probe pinout in p1 connector? [Read more]

p.kaczmarek2 25 Oct 2024 09:10

We have progress on DS18B20 driver. Most of sensors should work. More fixes soon. DS18B20 should work with OBK these days. See: https://www.elektroda.com/rtvforum/viewtopic.php?p=21271571#21271571 [Read more]

divadiow 25 Oct 2024 10:46

a bit more info from the firmware backup of the MS-103 taken from a post on Cloudcutter Github. Sensors not present on test device flashed to. boot log V:BK7231S_1.0.5 CPSR:000000D3 R0:3F6FFE61 R1:2227F157 R2:C10BA39E R3:FB3FE22C R4:7F1E3ABA R13:EFAE58FF R14(LR):17E77BEF ST:14968C66 J... [Read more]

divadiow 25 Oct 2024 11:06

template updated { "vendor": "MOES", "bDetailed": "0", "name": "WiFi Smart Temperature and Humidity Switch Module MS-103", "model": "MS-103", "chip": "BK7231T", "board": "WB3S", ... [Read more]

%}