AlexxIT / SonoffLAN

Control Sonoff Devices with eWeLink (original) firmware over LAN and/or Cloud from Home Assistant
https://github.com/AlexxIT/Blog
MIT License
2.73k stars 416 forks source link

Add support Sonoff SNZB-05P #1496

Open cpmarexel2f opened 1 month ago

cpmarexel2f commented 1 month ago

Is it possible to implement support for SNZB-05P?

It currently gives me: Sl01

AlexxIT commented 1 month ago

https://github.com/AlexxIT/SonoffLAN?tab=readme-ov-file#issues

cpmarexel2f commented 1 month ago

https://github.com/AlexxIT/SonoffLAN?tab=readme-ov-file#issues

"device": {
  "uiid": 7019,
  "params": {
    "subDevId": "0ceff6fffe6c58c67019",
    "parentid": "10022783f5",
    "staMac": "***",
    "fwVersion": "1.0.2",
    "otaInfo": {},
    "battery": 100,
    "water": 0,
    "trigTime": 1726033554146,
    "subDevRssi": -62
  },
  "model": "SNZB-05P",
  "online": true,
  "local": null,
  "localtype": null,
  "host": null,
  "deviceid": "a48009d8d6"
}
AlexxIT commented 1 month ago

Supported in latest master version

cpmarexel2f commented 1 month ago

Supported in latest master version

Perfect!!!

Sl01

fabiopovoledo commented 3 weeks ago

Thanks, I'm currently testing it: would it be possible to keep the signal strenght information as a sensor (subDevRssi)?

thanks a lot for your work