Hello everyone, I’m reaching out to the community for some guidance on updating my Qolsys IQ system to firmware version 1.6.1. I’ve followed the standard update procedures, but I’m encountering some unexpected behavior. The hub was functioning perfectly yesterday, but today, when I tried to access it through the app, I received a ‘No response from Hub’ error. I’ve tried the usual troubleshooting steps—unplugging and replugging the hub, checking the Ethernet connection, and ensuring the router is stable. Despite all this, the issue persists.
I’m curious if anyone has encountered similar issues during firmware updates and how they resolved them. Additionally, I’m wondering if there are specific steps I should take before attempting another update to ensure everything goes smoothly.
For reference, my network setup includes a Sky Broadband Router connected to a Ubiquiti Secure Gateway and a HP 48 Port Switch, which has been reliable for years. Any insights or tips would be greatly appreciated!
Lastly, I’m also looking for advice on configuring a sensor to display whole numbers without decimals. I’ve included a sample configuration below, but I’m struggling to get it to work as intended. If anyone has experience with this or knows of a better approach, please share your expertise.
Thank you all in advance for your help and support!
python
sensor:
- name: “Total Power Usage”
state: >-
{{ (states(‘sensor.solaredge_ac_power’) | float) + ((states(‘sensor.sh_power1’) | float) + (states(‘sensor.sh_power2’) | float) + (states(‘sensor.sh_power3’) | float)) | round(0) }}
unit_of_measurement: W
device_class: power
state_class: measurement