homebridge-homewizard
homebridge-homewizard copied to clipboard
[HomeWizard] Refresh...
Hi,
I keep getting messages like: ] HomeWizard] Refresh... That seems normal but nothing works after that. Please help.
regards, Abel
I had a similar issue, where in Home app all the shades were constantly updating its status. The refresh statement was set by default to 1 minute and I had to set it to 60 minutes. This way I had a working homewizard plugin for one hour. I schedulede a service restart every hour, so homewizard was functional yet again. In the home app the blaind kept updating its status, but they worked fine.
After I had to reset my Home and start all over again I looked at the config.json again and tried with different settings for the "pushServer" statement. I changed it from: "pushServer": {"http": 8087, "udp": 33333, "period": 5} to: "pushServer": {"period": 10}
After looking at the code it hit me those http and udp statements are optional.
Im running for 24 hours without a restart and in Home app the blinds stopped updating all the time, but have the correct statuses, which is exactly what I have been missing past few months. For now everithing works fine!
Hope this helps solve your problem.
I had the same issue too, "Refresh..." after a few minutes. What I did, was going back to a version of homebridge-homewizard that did work. I had to go back to version 0.50. Now it's running again with no issues for days, going into weeks now.
I seem to have the same issue. However Darko2 solution does not seem to work for me so I want to try downgrading to version 0,50. What is the easiest way of downgrading the HomeWizard plugin from 0.59 to 0.50?
What I did: sudo npm install -g [email protected] and without sudo(!) npm install -g [email protected] So twice, I don't know why but this worked for me.
Hi, Thanks for the reply. The sudo npm install seem to have worked for me. Back to 0.0.55. Now hopefully the “Refresh” stays away.
On 12 Aug 2018, at 10:59, Hulliee [email protected] wrote:
sudo npm install -g [email protected]
Hi Hullie,
May I ask you one more question. Ever since I moved back to 0.0.50 of the homewizard plugin my smoke detectors are no longer showing in HomeKit. Do you happen to have this accessory as well and are you experiencing the same issue since moving back to 0.0.50? By the way, 0.0.50 is very stable so if this means I will lose my smoke detectors because of it so be it? Or should I rebuild my homewizard accessories completely in HomeKit? I would appreciate your reply
Regards Joost
Gr. Joost
Op 12 aug. 2018 om 10:59 heeft Hulliee [email protected] het volgende geschreven:
What I did: sudo npm install -g [email protected] and without sudo(!) npm install -g [email protected] I don't know why but this helped for me.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.