Page 1 of 1

Digoo DG-R8S 433MHz Hygrometer Thermometer

Posted: Monday 11 September 2017 18:40
by iLLiac4
This sensor does not work with rfxcom 433E receiver.
https://www.banggood.com/Digoo-DG-R8S-4 ... 39603.html

Re: Digoo DG-R8S 433MHz Hygrometer Thermometer

Posted: Monday 11 September 2017 20:51
by b_weijenberg
Correct, this sensor is not listed in the RFXtrx User Guide as supported.

This banggood sensor is listed as supported:
https://www.banggood.com/433MHz-Wireles ... 65559.html

Re: Digoo DG-R8S 433MHz Hygrometer Thermometer

Posted: Tuesday 12 September 2017 6:17
by iLLiac4
I know have also those and they do work.
This one works with RFLink so I hope that they will be able to also added it into RFXtrx.

I have also purchased this one:
https://www.banggood.com/Digoo-DG-R8H-4 ... 78108.html
and will report back if it is working.

I prefer the one without lcd display.

Re: Digoo DG-R8S 433MHz Hygrometer Thermometer

Posted: Tuesday 12 September 2017 10:28
by Westcott
I've got a Digoo TH8868 and a TH8888.
Very nice displays, but the remote sensors are not seen by RFlink nor RFX.

Re: Digoo DG-R8S 433MHz Hygrometer Thermometer

Posted: Tuesday 12 September 2017 11:47
by cobra045
For RFXcom 433E receiver use this

https://www.banggood.com/DANIU-433MHz-W ... 65559.html


With the results below

2017-09-12_11h32_04.png
2017-09-12_11h32_04.png (14.77 KiB) Viewed 8598 times
2017-09-12_11h36_29.png
2017-09-12_11h36_29.png (9.24 KiB) Viewed 8598 times
2017-09-12_11h37_13.png
2017-09-12_11h37_13.png (82.68 KiB) Viewed 8598 times

Re: Digoo DG-R8S 433MHz Hygrometer Thermometer

Posted: Tuesday 12 September 2017 18:39
by iLLiac4
Yes we know that, but we are also testing some others models.
Would it be possible to change only the transmitter part and will it then work or not? Probably not?

Re: Digoo DG-R8S 433MHz Hygrometer Thermometer

Posted: Monday 05 February 2018 21:57
by pierre75
Hello
In my experience signal form is :

Header : 650ms high and 8000ms low
Body : a set of 36 bits
bit 0 : 650ms high and 2000ms low
bit 1 : 650ms high and 4000ms low

bit 0-13 : id (seems different for each sensor. When you press test, id send id+1. When you reset power, id can be different)
bit 14-15 : channel-1 (select)
bit 16-27 : temperature in degre (must be divide by 10. for exemple 298 = 29.8)
bit 28-35 : humidity (assume 10 seems = LL from panel)

I tested with esp/arduino code using attachInterrupt(digitalPinToInterrupt(D7), change_D7, CHANGE); and change_D7 custom function

Good luck

Re: Digoo DG-R8S 433MHz Hygrometer Thermometer

Posted: Sunday 25 November 2018 12:19
by Maikie
I can confirm that the DG-R8B sensor works now.

Re: Digoo DG-R8S 433MHz Hygrometer Thermometer

Posted: Tuesday 26 March 2019 19:43
by meps007
Hi Maikie, Could you tell me how you added the DG-R8B device?