P15 is used as output to power IR receiver. Probably this is done to save power when the receiver is not needed.
To receive IR signals we must first set P15 to 1, this will power up the receiver and all will work. Here is the part of the schematics:
@strone8, I still don't have working configuration. Changing to SHT gives unreal results because of wrong sensor type. Calibration will not work here.
I think there is a problem with CHT8305 support, because when I set SDA and SCL for example for SHT I see 2 drivers active. When I set them for CHT I see only one driver active.
Edit (after some trials): Seems that driver for CHT8305 is not started (may be bug?). I enabled RAW TCP connection and using telnet start the driver manually:
startDriver CHT8305
Info:SENSOR:DRV_CHT8304_init: ID: 59 59
Info:MAIN:Started CHT8305.
Now everything is working fine!
![[BKN7231N CBU] Universal remote control with temperature and humidity sensor [BKN7231N CBU] Universal remote control with temperature and humidity sensor](https://obrazki.elektroda.pl/2742468600_1679326523_thumb.jpg)
Unfortunately, after restart the driver was not started. I don't know if this is bug or feature. To start automatically the driver in startup command line I added:
Now after system restart the driver is started and works OK.