Skip to content

Commit

Permalink
Added missing images (blakadder#1869)
Browse files Browse the repository at this point in the history
* Refoss R10 now complete working Energy Metering configuration  

Refoss R10 Energy Metering now is working completly. Only usage of ESP GPIO 02 is unclear,  PCB has some circuits but no endpoint found.

* refoss R10 images

Refoss R10 images
  • Loading branch information
MFe-tasmota authored May 6, 2024
1 parent be85269 commit da5aad1
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions _templates/refoss_R10
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ date_added: 2023-12-31
title: Refoss AC/DC
model: R10
image: /assets/device_images/refoss_R10.webp
template9: '{"NAME":"Refoss-R10","GPIO":[0,1,3104,0,224,192,0,0,2720,0,0,0,0,4736],"FLAG":0,"BASE":18}'
template9: '{"NAME":"Refoss-R10","GPIO":[1,1,0,1,224,192,0,0,2656,2720,32,1,2624,4736],"FLAG":0,"BASE":18}'
link: https://www.aliexpress.com/item/1005005968898227.html
link2: https://www.amazon.de/Smart-Power-Strip-WLAN-Plug/dp/B0CNXVWYJ7
link3:
Expand All @@ -24,7 +24,7 @@ SAFETY HAZARD: The digital GND is connected directly to mains voltage "L", so th

Screw connections
O: connects to Pin of relais (connect to lamp)
I: connects to other Pin of relais (connect to Live Wire)
I: connects to other Pin of relais (connect to Live Wire 220V AC)
L: 220V AC Live Wire (CAUTION: connected directly to digital GND off ESP8266 !!!)
SW: Switch input to GPIO4 using 220V AC input
12V: 12V DC input (testing, usage unclear, do not connect while using 220V AC)
Expand All @@ -36,22 +36,19 @@ N: Neutral AC

* If the plug keeps turning off for apparently no reason it is likely the wrong factory temperature calibration. Enter command ADCParam1 2, 4000,80000,4250,1 and restart the plug to fix.

* Installation of Tasmota (and maybe a following reset 5) changes MAC from Vendor 48:E1:E9 (Chengdu Meross Technology Co., Ltd.) to 48:E1:E9 (Espressif Inc.). Also the last 3 Digits are completly different.
* Installation of Tasmota (and maybe a following reset 5) changes MAC from Vendor 48:E1:E9 (Chengdu Meross Technology Co., Ltd.) to C8:C9:A3(:14) (Espressif Inc.). Also the last 3 Digits are completly different.

* original firmware button on the backside of the Refoss R10 switches relais. Button is connected to ground (one side) and GPIO14 (other side). GPIO14 is also connected to 3.3V over 1kOHM resistance (pull up circuit). Tasmota by using the template '{"NAME":"Refoss-R10","GPIO":[0,1,3104,0,224,192,0,0,2720,0,0,0,0,4736],"FLAG":0,"BASE":18}' button on the backside of the PCB has no function. Measurment shows button connect GPIO14 to GND. Alternative template{"NAME":"Refoss-R10","GPIO":[1,1,3104,1,224,192,0,0,2720,1,32,1,1,4736],"FLAG":0,"BASE":18} works fine.
* original firmware button on the backside of the Refoss R10 switches relais. Button is connected to ground (one side) and GPIO-14 (other side). GPIO14 is also connected to 3.3V over 1kOHM resistance (pull up circuit).

## Energy Metering IC

* Does not shows Voltage, Current, Apparent Power, Reactive Power and Power Factor. Only Active Power and Energy Today/Yesterday/Total are showed (Tasmota 13.4.0). Seems to be a issue of CSE7766 / BL0937. May be an issue regarding to power monitoring calibration.
* CSE7766 is not installed. DataSheet of BL0937 shows different Data Connection, no RX!

* DataSheet BL0937 6 CF : High frequency pulse output for active power, the pulse width is fixed to 38uS(typical); the frequency is proportional to the active power value. Over-current indication pin; If over-current occurs, the pin output 6.78KHz(typical) pulse; 7 CF1 SEL=0, the output is current RMS, pulse width is fixed to 38uS(typical), The frequency is proportional to the current RMS value; SEL=1, the output is voltage RMS, pulse width is fixed to 38uS(typical), The frequency is proportional to the voltage RMS value; 8 SEL CF1 output select PIN

* BL0937 Pin 6 CF (Power) connected to ESP8266Ex Pin12 GPIO13
* BL0937 Pin 7 CF1 (Current or Volatge, chosen by SEL) connected to ESP8266Ex Pin10 GPIO12
* BL0937 Pin 8 SEL not connected to ESP8266Ex (not found?)
* BL0937 Pin 8 SEL (Select) connected to ESP8266Ex Pin Pin08 GPIO16

* other devices wih BL0937 are using HLWBL CF, BL0937 CF and HLWBL SEL drivers of Tasmota.
* other devices wih BL0937 are using HLWBL CF, BL0937 CF and HLWBL SEL drivers of Tasmota. HLWBL SEL ist inverted.

## Notes

Expand Down
Binary file added assets/device_images/refoss_r10_Front open.webp
Binary file not shown.
Binary file added assets/device_images/refoss_r10_back detail.webp
Binary file not shown.
Binary file added assets/device_images/refoss_r10_back open.webp
Binary file not shown.
Binary file added assets/device_images/refoss_r10_back.webp
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit da5aad1

Please sign in to comment.