Hello!
First of all thank you for your help!
I’m very new to HA and I don’t have much knowledge about this topic.
I’ve a raspberry HA and recently I bought a lilygo LORA32 and flashed with rtl_433.
I use MQTT explorer to see the device that I can reach with the lora32, and one of them is my ceiling fan, but the model shows a “Smoke-GS558”
On MQTT explorer show different info when I press the different key on the remote control, but alway updates:
on:
{“model”:“Smoke-GS558”,“id”:275,“unit”:10,“learn”:0,“code”:“c0226a”,“protocol”:“Wireless Smoke and Heat Detector GS 558”,“rssi”:-80,“duration”:382000}
off:
{“model”:“Smoke-GS558”,“id”:275,“unit”:10,“learn”:0,“code”:“c0226a”,“protocol”:“Wireless Smoke and Heat Detector GS 558”,“rssi”:-40,“duration”:311000}
Speed 1:
{“model”:“Smoke-GS558”,“id”:275,“unit”:10,“learn”:0,“code”:“a0226a”,“protocol”:“Wireless Smoke and Heat Detector GS 558”,“rssi”:-80,“duration”:563000}
Speed 2:
{“model”:“Smoke-GS558”,“id”:275,“unit”:10,“learn”:0,“code”:“60226a”,“protocol”:“Wireless Smoke and Heat Detector GS 558”,“rssi”:-80,“duration”:250000}
In HA just shows this on the device the rssi level “-80” but nothing more.
My question is: How can I configure to control the fan in HA this this device?
Thank you so much in advance for your help!