The device works fine but I am trying to add a TMP117 Sensor and it seems to be giving me a range of errors. I have posted the log below.
The sensor lights up when I plug it into a computer but doesnt light up in the fan. what am i missing?
`INFO ESPHome 2024.9.1
INFO Reading configuration /config/esphome/mbed-fan.yaml...
INFO Generating C++ source...
INFO Compiling app...
Processing mbed-fan (board: d1_mini; framework: arduino; platform: platformio/espressif8266@4.2.1)
HARDWARE: ESP8266 80MHz, 80KB RAM, 4MB Flash
Dependency Graph
|-- ESPAsyncTCP-esphome @ 2.0.0
|-- ESPAsyncWebServer-esphome @ 3.2.2
|-- DNSServer @ 1.1.1
|-- ESP8266WiFi @ 1.0
|-- ESP8266mDNS @ 1.2
|-- noise-c @ 0.1.6
|-- Wire @ 1.0
Compiling .pioenvs/mbed-fan/src/main.cpp.o
Linking .pioenvs/mbed-fan/firmware.elf
RAM: [===== ] 45.4% (used 37200 bytes from 81920 bytes)
Flash: [====== ] 56.8% (used 593069 bytes from 1044464 bytes)
Building .pioenvs/mbed-fan/firmware.bin
esp8266_copy_factory_bin([".pioenvs/mbed-fan/firmware.bin"], [".pioenvs/mbed-fan/firmware.elf"])
esp8266_copy_ota_bin([".pioenvs/mbed-fan/firmware.bin"], [".pioenvs/mbed-fan/firmware.elf"])
========================= [SUCCESS] Took 7.69 seconds =========================
INFO Successfully compiled program.
INFO Connecting to 192.168.50.97
INFO Uploading /data/build/mbed-fan/.pioenvs/mbed-fan/firmware.bin (597216 bytes)
INFO Compressed to 407373 bytes
Uploading: [============================================================] 100% Done...
INFO Upload took 7.08 seconds, waiting for result...
INFO OTA successful
INFO Successfully uploaded program.
INFO Starting log output from 192.168.50.97 using esphome API
INFO Successfully connected to mbed-fan @ 192.168.50.97 in 35.908s
INFO Successful handshake with mbed-fan @ 192.168.50.97 in 2.880s
[12:32:28][I][app:100]: ESPHome version 2024.9.1 compiled on Sep 25 2024, 12:31:34
[12:32:28][I][app:102]: Project jimmy.easy_skyfandc version 0.2
[12:32:28][C][wifi:428]: Local MAC: B4:8A:0A:D1:D8:38
[12:32:28][C][wifi:433]: SSID: ''[redacted]
[12:32:28][C][wifi:436]: IP Address: 192.168.50.97
[12:32:28][C][wifi:439]: BSSID: 7C:10:C9:EC:22:E8[redacted]
[12:32:29][D][sensor:093]: 'SkyFanDC-Light power': Sending state 20.00000 W with 1 decimals of accuracy
[12:32:30][D][api:102]: Accepted 192.168.50.225
[12:32:30][W][component:237]: Component api took a long time for an operation (288 ms).
[12:32:30][W][component:238]: Components should block for at most 30 ms.
[12:32:30][D][switch:012]: 'ntc_vcc' Turning ON.
[12:32:30][D][switch:055]: 'ntc_vcc': Sending state ON
[12:32:30][D][sensor:093]: 'temp_voltage': Sending state 1.00000 V with 2 decimals of accuracy
[12:32:30][D][resistance:039]: 'temp_resistance' - Resistance 43478.3Ω
[12:32:30][D][sensor:093]: 'temp_resistance': Sending state 43478.26172 Ω with 1 decimals of accuracy
[12:32:30][D][ntc:026]: 'ntc_temp' - Temperature: -8.7°C
[12:32:30][D][sensor:093]: 'ntc_temp': Sending state -8.73053 °C with 1 decimals of accuracy
[12:32:30][D][switch:016]: 'ntc_vcc' Turning OFF.
[12:32:30][D][switch:055]: 'ntc_vcc': Sending state OFF
[12:32:30][D][sensor:093]: 'SkyFanDC-Temp': Sending state -8.73053 °C with 0 decimals of accuracy
[12:32:31][D][api.connection:1445]: Home Assistant 2024.9.2 (192.168.50.225): Connected successfully
[12:32:49][D][sensor:093]: 'SkyFanDC-RSSI': Sending state -51.00000 dBm with 0 decimals of accuracy
[12:32:51][D][sensor:093]: 'SkyFanDC power': Sending state 22.00000 W with 1 decimals of accuracy
[12:32:59][D][sensor:093]: 'SkyFanDC-Light power': Sending state 20.00000 W with 1 decimals of accuracy
[12:32:59][I][safe_mode:041]: Boot seems successful; resetting boot loop counter
[12:33:00][D][switch:012]: 'ntc_vcc' Turning ON.
[12:33:00][D][switch:055]: 'ntc_vcc': Sending state ON
[12:33:00][D][sensor:093]: 'temp_voltage': Sending state 1.00000 V with 2 decimals of accuracy
[12:33:00][D][resistance:039]: 'temp_resistance' - Resistance 43478.3Ω
[12:33:00][D][sensor:093]: 'temp_resistance': Sending state 43478.26172 Ω with 1 decimals of accuracy
[12:33:00][D][ntc:026]: 'ntc_temp' - Temperature: -8.7°C
[12:33:00][D][sensor:093]: 'ntc_temp': Sending state -8.73053 °C with 1 decimals of accuracy
[12:33:00][D][switch:016]: 'ntc_vcc' Turning OFF.
[12:33:00][D][switch:055]: 'ntc_vcc': Sending state OFF
[12:33:00][D][sensor:093]: 'SkyFanDC-Temp': Sending state -8.73053 °C with 0 decimals of accuracy
[12:33:21][D][sensor:093]: 'SkyFanDC power': Sending state 22.00000 W with 1 decimals of accuracy
[12:33:29][D][sensor:093]: 'SkyFanDC-Light power': Sending state 20.00000 W with 1 decimals of accuracy
[12:33:30][D][switch:012]: 'ntc_vcc' Turning ON.
[12:33:30][D][switch:055]: 'ntc_vcc': Sending state ON
[12:33:30][D][sensor:093]: 'temp_voltage': Sending state 1.00000 V with 2 decimals of accuracy
[12:33:30][D][resistance:039]: 'temp_resistance' - Resistance 43478.3Ω
[12:33:30][D][sensor:093]: 'temp_resistance': Sending state 43478.26172 Ω with 1 decimals of accuracy
[12:33:30][D][ntc:026]: 'ntc_temp' - Temperature: -8.7°C
[12:33:30][D][sensor:093]: 'ntc_temp': Sending state -8.73053 °C with 1 decimals of accuracy
[12:33:30][D][switch:016]: 'ntc_vcc' Turning OFF.
[12:33:30][D][switch:055]: 'ntc_vcc': Sending state OFF
[12:33:30][D][sensor:093]: 'SkyFanDC-Temp': Sending state -8.73053 °C with 0 decimals of accuracy
[12:33:49][D][sensor:093]: 'SkyFanDC-RSSI': Sending state -51.00000 dBm with 0 decimals of accuracy
[12:33:51][D][sensor:093]: 'SkyFanDC power': Sending state 22.00000 W with 1 decimals of accuracy
[12:33:59][D][sensor:093]: 'SkyFanDC-Light power': Sending state 20.00000 W with 1 decimals of accuracy
[12:34:00][D][switch:012]: 'ntc_vcc' Turning ON.
[12:34:00][D][switch:055]: 'ntc_vcc': Sending state ON
[12:34:00][D][sensor:093]: 'temp_voltage': Sending state 1.00000 V with 2 decimals of accuracy
[12:34:00][D][resistance:039]: 'temp_resistance' - Resistance 43478.3Ω
[12:34:00][D][sensor:093]: 'temp_resistance': Sending state 43478.26172 Ω with 1 decimals of accuracy
[12:34:00][D][ntc:026]: 'ntc_temp' - Temperature: -8.7°C
[12:34:00][D][sensor:093]: 'ntc_temp': Sending state -8.73053 °C with 1 decimals of accuracy
[12:34:00][D][switch:016]: 'ntc_vcc' Turning OFF.
[12:34:00][D][switch:055]: 'ntc_vcc': Sending state OFF
[12:34:00][D][sensor:093]: 'SkyFanDC-Temp': Sending state -8.73053 °C with 0 decimals of accuracy
`
Hey,
The device works fine but I am trying to add a TMP117 Sensor and it seems to be giving me a range of errors. I have posted the log below.
The sensor lights up when I plug it into a computer but doesnt light up in the fan. what am i missing?
`INFO ESPHome 2024.9.1 INFO Reading configuration /config/esphome/mbed-fan.yaml... INFO Generating C++ source... INFO Compiling app... Processing mbed-fan (board: d1_mini; framework: arduino; platform: platformio/espressif8266@4.2.1)
HARDWARE: ESP8266 80MHz, 80KB RAM, 4MB Flash Dependency Graph |-- ESPAsyncTCP-esphome @ 2.0.0 |-- ESPAsyncWebServer-esphome @ 3.2.2 |-- DNSServer @ 1.1.1 |-- ESP8266WiFi @ 1.0 |-- ESP8266mDNS @ 1.2 |-- noise-c @ 0.1.6 |-- Wire @ 1.0 Compiling .pioenvs/mbed-fan/src/main.cpp.o Linking .pioenvs/mbed-fan/firmware.elf RAM: [===== ] 45.4% (used 37200 bytes from 81920 bytes) Flash: [====== ] 56.8% (used 593069 bytes from 1044464 bytes) Building .pioenvs/mbed-fan/firmware.bin esp8266_copy_factory_bin([".pioenvs/mbed-fan/firmware.bin"], [".pioenvs/mbed-fan/firmware.elf"]) esp8266_copy_ota_bin([".pioenvs/mbed-fan/firmware.bin"], [".pioenvs/mbed-fan/firmware.elf"]) ========================= [SUCCESS] Took 7.69 seconds ========================= INFO Successfully compiled program. INFO Connecting to 192.168.50.97 INFO Uploading /data/build/mbed-fan/.pioenvs/mbed-fan/firmware.bin (597216 bytes) INFO Compressed to 407373 bytes Uploading: [============================================================] 100% Done...
INFO Upload took 7.08 seconds, waiting for result... INFO OTA successful INFO Successfully uploaded program. INFO Starting log output from 192.168.50.97 using esphome API INFO Successfully connected to mbed-fan @ 192.168.50.97 in 35.908s INFO Successful handshake with mbed-fan @ 192.168.50.97 in 2.880s [12:32:28][I][app:100]: ESPHome version 2024.9.1 compiled on Sep 25 2024, 12:31:34 [12:32:28][I][app:102]: Project jimmy.easy_skyfandc version 0.2
[12:32:28][C][wifi:428]: Local MAC: B4:8A:0A:D1:D8:38 [12:32:28][C][wifi:433]: SSID: ''[redacted] [12:32:28][C][wifi:436]: IP Address: 192.168.50.97 [12:32:28][C][wifi:439]: BSSID: 7C:10:C9:EC:22:E8[redacted]
[12:32:28][C][wifi:443]: Signal strength: -52 dB ▂▄▆█ [12:32:28][C][wifi:447]: Channel: 2 [12:32:28][C][wifi:448]: Subnet: 255.255.255.0 [12:32:28][C][wifi:449]: Gateway: 192.168.50.1 [12:32:28][C][wifi:450]: DNS1: 192.168.50.1 [12:32:28][C][wifi:451]: DNS2: 0.0.0.0
[12:32:28][C][logger:186]: Level: DEBUG [12:32:28][C][logger:188]: Log Baud Rate: 0 [12:32:28][C][logger:189]: Hardware UART: UART0 [12:32:28][C][i2c.arduino:071]: I2C Bus: [12:32:28][C][i2c.arduino:072]: SDA Pin: GPIO4 [12:32:28][C][i2c.arduino:073]: SCL Pin: GPIO5 [12:32:28][C][i2c.arduino:074]: Frequency: 50000 Hz [12:32:28][C][i2c.arduino:089]: Recovery: failed, SCL is held low on the bus [12:32:28][I][i2c.arduino:096]: Results from i2c bus scan: [12:32:28][E][i2c.arduino:104]: Unknown error at address 0x09 [12:32:28][E][i2c.arduino:104]: Unknown error at address 0x0A [12:32:28][E][i2c.arduino:104]: Unknown error at address 0x0B [12:32:28][E][i2c.arduino:104]: Unknown error at address 0x0C [12:32:28][E][i2c.arduino:104]: Unknown error at address 0x0D [12:32:28][E][i2c.arduino:104]: Unknown error at address 0x0E [12:32:28][E][i2c.arduino:104]: Unknown error at address 0x0F [12:32:28][E][i2c.arduino:104]: Unknown error at address 0x10 [12:32:28][E][i2c.arduino:104]: Unknown error at address 0x11 [12:32:28][E][i2c.arduino:104]: Unknown error at address 0x12 [12:32:28][E][i2c.arduino:104]: Unknown error at address 0x13 [12:32:28][E][i2c.arduino:104]: Unknown error at address 0x14 [12:32:28][C][uart.arduino_esp8266:118]: UART Bus: [12:32:28][C][uart.arduino_esp8266:119]: TX Pin: GPIO1 [12:32:28][C][uart.arduino_esp8266:120]: RX Pin: GPIO3 [12:32:28][C][uart.arduino_esp8266:122]: RX Buffer Size: 256 [12:32:28][C][uart.arduino_esp8266:124]: Baud Rate: 9600 baud [12:32:28][C][uart.arduino_esp8266:125]: Data Bits: 8 [12:32:28][C][uart.arduino_esp8266:126]: Parity: NONE [12:32:28][C][uart.arduino_esp8266:127]: Stop bits: 1 [12:32:28][C][uart.arduino_esp8266:129]: Using hardware serial interface. [12:32:28][C][switch.gpio:068]: GPIO Switch 'ntc_vcc' [12:32:28][C][switch.gpio:090]: Restore Mode: always OFF [12:32:28][C][switch.gpio:031]: Pin: GPIO14 [12:32:28][C][switch.gpio:068]: GPIO Switch 'led' [12:32:28][C][switch.gpio:090]: Restore Mode: always OFF [12:32:28][C][switch.gpio:031]: Pin: GPIO2 [12:32:28][C][template.sensor:022]: Template Sensor 'SkyFanDC-Temp' [12:32:28][C][template.sensor:022]: Device Class: 'temperature' [12:32:28][C][template.sensor:022]: State Class: 'measurement' [12:32:28][C][template.sensor:022]: Unit of Measurement: '°C' [12:32:28][C][template.sensor:022]: Accuracy Decimals: 0 [12:32:28][C][template.sensor:023]: Update Interval: 60.0s [12:32:28][C][template.sensor:022]: Template Sensor 'SkyFanDC power' [12:32:28][C][template.sensor:022]: Device Class: 'power' [12:32:28][C][template.sensor:022]: State Class: 'measurement' [12:32:28][C][template.sensor:022]: Unit of Measurement: 'W' [12:32:28][C][template.sensor:022]: Accuracy Decimals: 1 [12:32:28][C][template.sensor:023]: Update Interval: 30.0s [12:32:28][C][template.sensor:022]: Template Sensor 'SkyFanDC-Light power' [12:32:28][C][template.sensor:022]: Device Class: 'power' [12:32:28][C][template.sensor:022]: State Class: 'measurement' [12:32:28][C][template.sensor:022]: Unit of Measurement: 'W' [12:32:28][C][template.sensor:022]: Accuracy Decimals: 1 [12:32:28][C][template.sensor:023]: Update Interval: 60.0s
[12:32:28][C][light:105]: Default Transition Length: 0.0s [12:32:28][C][light:106]: Gamma Correct: 1.00 [12:32:28][C][template.switch:068]: Template Switch 'update_fan' [12:32:28][C][template.switch:090]: Restore Mode: always OFF [12:32:28][C][template.switch:057]: Optimistic: YES [12:32:28][C][speed.fan:021]: Speed Fan 'SkyFanDC' [12:32:28][C][speed.fan:192]: Speed: YES [12:32:28][C][speed.fan:193]: Speed count: 6 [12:32:28][C][speed.fan:199]: Direction: YES [12:32:28][C][tuya.switch:068]: Tuya Switch 'SkyFanDC Switch' [12:32:28][C][tuya.switch:090]: Restore Mode: always OFF [12:32:28][C][tuya.switch:024]: Switch has datapoint ID 1 [12:32:28][C][tuya.select:042]: Tuya Select 'SkyFanDC Mode' [12:32:28][C][tuya.select:043]: Select has datapoint ID 2 [12:32:28][C][tuya.select:044]: Options are: [12:32:28][C][tuya.select:047]: 0: NORMAL [12:32:28][C][tuya.select:047]: 1: ECO [12:32:28][C][tuya.select:047]: 2: SLEEP [12:32:28][C][tuya.select:042]: Tuya Select 'SkyFanDC Direction' [12:32:28][C][tuya.select:043]: Select has datapoint ID 8 [12:32:28][C][tuya.select:044]: Options are: [12:32:28][C][tuya.select:047]: 0: FORWARD [12:32:28][C][tuya.select:047]: 1: REVERSE [12:32:28][C][tuya.select:042]: Tuya Select 'SkyFanDC Timer' [12:32:28][C][tuya.select:043]: Select has datapoint ID 22 [12:32:28][C][tuya.select:044]: Options are: [12:32:28][C][tuya.select:047]: 0: NIL [12:32:28][C][tuya.select:047]: 1: 1_HOUR [12:32:28][C][tuya.select:047]: 2: 2_HOUR [12:32:28][C][tuya.select:047]: 3: 3_HOUR [12:32:28][C][tuya.select:047]: 4: 4_HOUR [12:32:28][C][tuya.select:047]: 5: 5_HOUR [12:32:28][C][tuya.select:047]: 6: 6_HOUR [12:32:28][C][tuya.select:047]: 7: 7_HOUR [12:32:28][C][tuya.select:047]: 8: 8_HOUR [12:32:28][C][tuya.select:047]: 9: 9_HOUR [12:32:28][C][tuya.select:047]: 10: 10_HOUR [12:32:28][C][tuya.select:047]: 11: 11_HOUR [12:32:28][C][tuya.select:047]: 12: 12_HOUR [12:32:28][C][tuya.number:079]: Tuya Number 'SkyFanDC Speed' [12:32:28][C][tuya.number:080]: Number has datapoint ID 3 [12:32:28][C][tuya.number:082]: Datapoint type is 2 [12:32:28][C][tuya.number:091]: Restore Value: NO [12:32:28][C][tuya.light:101]: Tuya Dimmer: [12:32:28][C][tuya.light:103]: Dimmer has datapoint ID 16 [12:32:28][C][tuya.light:106]: Switch has datapoint ID 15 [12:32:28][C][adc:097]: ADC Sensor 'temp_voltage' [12:32:28][C][adc:097]: Device Class: 'voltage' [12:32:28][C][adc:097]: State Class: 'measurement' [12:32:28][C][adc:097]: Unit of Measurement: 'V' [12:32:28][C][adc:097]: Accuracy Decimals: 2 [12:32:28][C][adc:102]: Pin: GPIO17 [12:32:28][C][adc:141]: Samples: 1 [12:32:28][C][adc:142]: Update Interval: never [12:32:28][C][resistance:010]: Resistance Sensor 'temp_resistance' [12:32:28][C][resistance:010]: State Class: 'measurement' [12:32:28][C][resistance:010]: Unit of Measurement: 'Ω' [12:32:28][C][resistance:010]: Accuracy Decimals: 1
[12:32:28][C][resistance:011]: Configuration: DOWNSTREAM [12:32:28][C][resistance:012]: Resistor: 100000.00Ω [12:32:28][C][resistance:013]: Reference Voltage: 3.3V [12:32:28][C][ntc:014]: NTC Sensor 'ntc_temp' [12:32:28][C][ntc:014]: Device Class: 'temperature' [12:32:28][C][ntc:014]: State Class: 'measurement' [12:32:28][C][ntc:014]: Unit of Measurement: '°C' [12:32:28][C][ntc:014]: Accuracy Decimals: 1
[12:32:28][C][tmp117:044]: Address: 0x48 [12:32:28][E][tmp117:046]: Communication with TMP117 failed!
[12:32:28][C][tmp117:048]: Device Class: 'temperature' [12:32:28][C][tmp117:048]: State Class: 'measurement' [12:32:28][C][tmp117:048]: Unit of Measurement: '°C' [12:32:28][C][tmp117:048]: Accuracy Decimals: 2 [12:32:28][E][component:082]: Component tmp117.sensor is marked FAILED
[12:32:28][C][tmp117:044]: Address: 0x49 [12:32:28][E][tmp117:046]: Communication with TMP117 failed!
[12:32:28][C][tmp117:048]: Device Class: 'temperature' [12:32:28][C][tmp117:048]: State Class: 'measurement' [12:32:28][C][tmp117:048]: Unit of Measurement: '°C' [12:32:28][C][tmp117:048]: Accuracy Decimals: 2 [12:32:28][E][component:082]: Component tmp117.sensor is marked FAILED
[12:32:28][C][tmp117:044]: Address: 0x4A [12:32:28][E][tmp117:046]: Communication with TMP117 failed!
[12:32:28][C][tmp117:048]: Device Class: 'temperature' [12:32:28][C][tmp117:048]: State Class: 'measurement' [12:32:28][C][tmp117:048]: Unit of Measurement: '°C' [12:32:28][C][tmp117:048]: Accuracy Decimals: 2 [12:32:28][E][component:082]: Component tmp117.sensor is marked FAILED
[12:32:28][C][tmp117:044]: Address: 0x4B [12:32:28][E][tmp117:046]: Communication with TMP117 failed!
[12:32:28][C][tmp117:048]: Device Class: 'temperature' [12:32:28][C][tmp117:048]: State Class: 'measurement' [12:32:28][C][tmp117:048]: Unit of Measurement: '°C' [12:32:28][C][tmp117:048]: Accuracy Decimals: 2 [12:32:28][E][component:082]: Component tmp117.sensor is marked FAILED
[12:32:28][C][tmp117:044]: Address: 0x48 [12:32:28][E][tmp117:046]: Communication with TMP117 failed!
[12:32:28][C][tmp117:048]: Device Class: 'temperature' [12:32:28][C][tmp117:048]: State Class: 'measurement' [12:32:28][C][tmp117:048]: Unit of Measurement: '°C' [12:32:28][C][tmp117:048]: Accuracy Decimals: 1 [12:32:28][E][component:082]: Component tmp117.sensor is marked FAILED [12:32:28][C][captive_portal:089]: Captive Portal:
[12:32:28][C][mdns:117]: Hostname: mbed-fan [12:32:28][C][esphome.ota:073]: Over-The-Air updates: [12:32:28][C][esphome.ota:074]: Address: mbed-fan.local:8266 [12:32:28][C][esphome.ota:075]: Version: 2 [12:32:28][C][safe_mode:018]: Safe Mode: [12:32:28][C][safe_mode:019]: Boot considered successful after 60 seconds [12:32:28][C][safe_mode:021]: Invoke after 10 boot attempts [12:32:28][C][safe_mode:022]: Remain in safe mode for 300 seconds [12:32:28][C][api:139]: API Server: [12:32:28][C][api:140]: Address: mbed-fan.local:6053 [12:32:28][C][api:142]: Using noise encryption: YES [12:32:28][C][wifi_signal.sensor:010]: WiFi Signal 'SkyFanDC-RSSI' [12:32:28][C][wifi_signal.sensor:010]: Device Class: 'signal_strength' [12:32:28][C][wifi_signal.sensor:010]: State Class: 'measurement' [12:32:28][C][wifi_signal.sensor:010]: Unit of Measurement: 'dBm' [12:32:28][C][wifi_signal.sensor:010]: Accuracy Decimals: 0
[12:32:28][C][tuya:056]: Datapoint 1: switch (value: ON) [12:32:28][C][tuya:062]: Datapoint 2: enum (value: 0) [12:32:28][C][tuya:058]: Datapoint 3: int value (value: 4) [12:32:28][C][tuya:062]: Datapoint 8: enum (value: 0) [12:32:28][C][tuya:062]: Datapoint 22: enum (value: 0)
[12:32:29][D][sensor:093]: 'SkyFanDC-Light power': Sending state 20.00000 W with 1 decimals of accuracy [12:32:30][D][api:102]: Accepted 192.168.50.225 [12:32:30][W][component:237]: Component api took a long time for an operation (288 ms). [12:32:30][W][component:238]: Components should block for at most 30 ms. [12:32:30][D][switch:012]: 'ntc_vcc' Turning ON. [12:32:30][D][switch:055]: 'ntc_vcc': Sending state ON [12:32:30][D][sensor:093]: 'temp_voltage': Sending state 1.00000 V with 2 decimals of accuracy [12:32:30][D][resistance:039]: 'temp_resistance' - Resistance 43478.3Ω [12:32:30][D][sensor:093]: 'temp_resistance': Sending state 43478.26172 Ω with 1 decimals of accuracy [12:32:30][D][ntc:026]: 'ntc_temp' - Temperature: -8.7°C [12:32:30][D][sensor:093]: 'ntc_temp': Sending state -8.73053 °C with 1 decimals of accuracy [12:32:30][D][switch:016]: 'ntc_vcc' Turning OFF. [12:32:30][D][switch:055]: 'ntc_vcc': Sending state OFF [12:32:30][D][sensor:093]: 'SkyFanDC-Temp': Sending state -8.73053 °C with 0 decimals of accuracy [12:32:31][D][api.connection:1445]: Home Assistant 2024.9.2 (192.168.50.225): Connected successfully [12:32:49][D][sensor:093]: 'SkyFanDC-RSSI': Sending state -51.00000 dBm with 0 decimals of accuracy [12:32:51][D][sensor:093]: 'SkyFanDC power': Sending state 22.00000 W with 1 decimals of accuracy [12:32:59][D][sensor:093]: 'SkyFanDC-Light power': Sending state 20.00000 W with 1 decimals of accuracy [12:32:59][I][safe_mode:041]: Boot seems successful; resetting boot loop counter [12:33:00][D][switch:012]: 'ntc_vcc' Turning ON. [12:33:00][D][switch:055]: 'ntc_vcc': Sending state ON [12:33:00][D][sensor:093]: 'temp_voltage': Sending state 1.00000 V with 2 decimals of accuracy [12:33:00][D][resistance:039]: 'temp_resistance' - Resistance 43478.3Ω [12:33:00][D][sensor:093]: 'temp_resistance': Sending state 43478.26172 Ω with 1 decimals of accuracy [12:33:00][D][ntc:026]: 'ntc_temp' - Temperature: -8.7°C [12:33:00][D][sensor:093]: 'ntc_temp': Sending state -8.73053 °C with 1 decimals of accuracy [12:33:00][D][switch:016]: 'ntc_vcc' Turning OFF. [12:33:00][D][switch:055]: 'ntc_vcc': Sending state OFF [12:33:00][D][sensor:093]: 'SkyFanDC-Temp': Sending state -8.73053 °C with 0 decimals of accuracy [12:33:21][D][sensor:093]: 'SkyFanDC power': Sending state 22.00000 W with 1 decimals of accuracy [12:33:29][D][sensor:093]: 'SkyFanDC-Light power': Sending state 20.00000 W with 1 decimals of accuracy [12:33:30][D][switch:012]: 'ntc_vcc' Turning ON. [12:33:30][D][switch:055]: 'ntc_vcc': Sending state ON [12:33:30][D][sensor:093]: 'temp_voltage': Sending state 1.00000 V with 2 decimals of accuracy [12:33:30][D][resistance:039]: 'temp_resistance' - Resistance 43478.3Ω [12:33:30][D][sensor:093]: 'temp_resistance': Sending state 43478.26172 Ω with 1 decimals of accuracy [12:33:30][D][ntc:026]: 'ntc_temp' - Temperature: -8.7°C [12:33:30][D][sensor:093]: 'ntc_temp': Sending state -8.73053 °C with 1 decimals of accuracy [12:33:30][D][switch:016]: 'ntc_vcc' Turning OFF. [12:33:30][D][switch:055]: 'ntc_vcc': Sending state OFF [12:33:30][D][sensor:093]: 'SkyFanDC-Temp': Sending state -8.73053 °C with 0 decimals of accuracy [12:33:49][D][sensor:093]: 'SkyFanDC-RSSI': Sending state -51.00000 dBm with 0 decimals of accuracy [12:33:51][D][sensor:093]: 'SkyFanDC power': Sending state 22.00000 W with 1 decimals of accuracy [12:33:59][D][sensor:093]: 'SkyFanDC-Light power': Sending state 20.00000 W with 1 decimals of accuracy [12:34:00][D][switch:012]: 'ntc_vcc' Turning ON. [12:34:00][D][switch:055]: 'ntc_vcc': Sending state ON [12:34:00][D][sensor:093]: 'temp_voltage': Sending state 1.00000 V with 2 decimals of accuracy [12:34:00][D][resistance:039]: 'temp_resistance' - Resistance 43478.3Ω [12:34:00][D][sensor:093]: 'temp_resistance': Sending state 43478.26172 Ω with 1 decimals of accuracy [12:34:00][D][ntc:026]: 'ntc_temp' - Temperature: -8.7°C [12:34:00][D][sensor:093]: 'ntc_temp': Sending state -8.73053 °C with 1 decimals of accuracy [12:34:00][D][switch:016]: 'ntc_vcc' Turning OFF. [12:34:00][D][switch:055]: 'ntc_vcc': Sending state OFF [12:34:00][D][sensor:093]: 'SkyFanDC-Temp': Sending state -8.73053 °C with 0 decimals of accuracy `