SonoffLAN
SonoffLAN copied to clipboard
update_entity not working for/with THR316D
HA OS 8.4, HA Core 2022.8.1, Sonoff 3.1.0.
Added THR316D to my environment. Created automation a described in README.md:
- id: sonoff_update_th
alias: Sonoff update TH
trigger:
- platform: time_pattern
minutes: "/1"
action:
- service: homeassistant.update_entity
target:
entity_id: switch.sth_test
Automation fires every minute, executes, no errors/messages in Core log, all looks fine. But no new data in HA appears in temperature & humidity entities.
Automation trace: trace automation.sonoff_update_th 2022-08-05T19_07_00.004702+00_00.json.zip
Device diag: sonoff-a0656de0df0bb579aa4ece0459ab70e2-sTH OverHang-a9d3a7d4bf9eb492b9dbe427bfb4f40c.json.txt
Integration debug not available - #936.
Something similar see in #941 - POWR2 have on updates on same service.
same issue with POWR316.
Same issue here. Its so frustrating. Its like the devices deliver old data until internal hardwired code triggers an update.
Same here
I'm anxious for the bug to be fixed.
Integration debug works again. This issue only about update_entity
for THR316D. I need to see request and response in the integration logs.
Please reopen the issue if it is still relevant