update
This commit is contained in:
parent
5fddf28cea
commit
0615f3abea
|
|
@ -72,6 +72,11 @@ button:
|
|||
- platform: safe_mode
|
||||
name: "Restart in Safe Mode"
|
||||
|
||||
one_wire:
|
||||
- platform: gpio
|
||||
pin: GPIO2
|
||||
id: onewire0
|
||||
|
||||
sensor:
|
||||
- platform: wifi_signal
|
||||
name: "WiFi RSSI"
|
||||
|
|
@ -83,6 +88,11 @@ sensor:
|
|||
id: uptime_s
|
||||
update_interval: 60s
|
||||
|
||||
- platform: dallas_temp
|
||||
one_wire_id: onewire0
|
||||
name: "Temperatura DS18B20"
|
||||
update_interval: 10s
|
||||
|
||||
binary_sensor:
|
||||
- platform: gpio
|
||||
pin:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,11 @@
|
|||
IRLR8743 Tranzystor N-MOSFET unipolarny 30V 160A 135W DPAK
|
||||
IRLR8743 Tranzystor N-MOSFET unipolarny 30V 160A 135W DPAK - to jest ten stary prototypowy i dziala
|
||||
|
||||
MDD14N25 KR778BGG - wysokie napiecie
|
||||
|
||||
Przetwornica step-down 300W 1.5-35V 8A DC
|
||||
|
||||
|
||||
|
||||
MOD14N25 KR778BGG
|
||||
|
||||
|
||||
Mam ESP32-C3 Beetle v1.0.0.
|
||||
|
|
|
|||
Loading…
Reference in a new issue