doudz/homeassistant-zigate

Duplicate entries

Closed this issue · 4 comments

biau commented

I have an issu with xiaomi temp sensor displaying as duplicate in zigate admin page:
image
I have tried to remove/delete both of them from the device page and nothing happens.
Any idea how I can remove the first and wrong entry ?

doudz commented

the delete button should works since it force the deletion

biau commented

Ok, but the url generated is like this:
/zigateproxy?q=%2Fapi%2Fremove%2F2d5d&_=1582544629.1893158?force=true

the ? in front of force is correct (I've try replacing it with & but my entity is still there)

doudz commented

oh.. that's the reason, try this url
/zigateproxy?q=%2Fapi%2Fremove%2F2d5d%3Fforce%3Dtrue&_=1582544629.1893158

biau commented

it works, thanks