Posts: 1
Threads: 1
Joined: Dec 2022
Reputation:
0
Hello everybody.
I'm new on Homekit/homespan
Is it possible to add a button for launch HomeSpan’s temporary WiFi network and the related procedure with only one single press and release action?
Thanks
Stefano
Posts: 6,318
Threads: 808
Joined: Oct 2020
Reputation:
155
sure, homespan is open source arduino project, you can change anything.
homespan already support define LED and button by esp32 gpio for show state and wifi-reset function.
Posts: 29
Threads: 1
Joined: Dec 2022
Reputation:
0
01-26-2024, 12:38 PM
(This post was last modified: 01-26-2024, 12:40 PM by ARSHAD .)
Hi, getting an error for the DHT22 sensor
Below is the code
sensor:
- platform: dht
pin: 3
temperature:
name: "Living Room Temperature"
humidity:
name: "Living Room Humidity"
update_interval: 60s
Error Message :-
[18:07:56][D][api:102]: Accepted 192.168.1.13
[18:07:56][W][api.connection:083]: 192.168.1.13: Socket operation failed: HANDSHAKESTATE_READ_FAILED errno=11
[18:07:58][D][api:102]: Accepted 192.168.1.13
[18:07:58][W][api.connection:083]: 192.168.1.13: Socket operation failed: HANDSHAKESTATE_READ_FAILED errno=11
[18:08:01][D][api:102]: Accepted 192.168.1.13
[18:08:01][W][api.connection:083]: 192.168.1.13: Socket operation failed: HANDSHAKESTATE_READ_FAILED errno=11
[18:08:07][D][api:102]: Accepted 192.168.1.13
[18:08:07][W][api.connection:083]: 192.168.1.13: Socket operation failed: HANDSHAKESTATE_READ_FAILED errno=11
Connection details
Attached Files
Image(s)
Thanks & Regards,
Arshad Abbas