Jump to content

Welcome to Smart Home Forum by FIBARO

Dear Guest,

 

as you can notice parts of Smart Home Forum by FIBARO is not available for you. You have to register in order to view all content and post in our community. Don't worry! Registration is a simple free process that requires minimal information for you to sign up. Become a part of of Smart Home Forum by FIBARO by creating an account.

 

As a member you can:

  •     Start new topics and reply to others
  •     Follow topics and users to get email updates
  •     Get your own profile page and make new friends
  •     Send personal messages
  •     ... and learn a lot about our system!

 

Regards,

Smart Home Forum by FIBARO Team


Recommended Posts

Posted

So I installed the patched Update 5.171 Beta today and no change for the better! The scenes just don't work the system reboots and freezes! And I was hoping for a quick fix. I understand that beta can have bugs, but this is a fatal flaw and I don't understand why no one is testing it. 

  • Like 1
Posted

I'm must admit it was not the best release of the year :)

From my side mqtt and custom events have stopped working, it was enough for a rollback.

  • Like 1
  • Topic Author
  • Posted (edited)
    7 minutes ago, Tony270570 said:

     

    So I was expecting a quick fix, now I'm on the stable previous version, I just lost my data history, take it easy, but my heating is working:))))))

    Edited by petro_cz
    Posted
    35 minutes ago, petro_cz said:

    but my heating is working:))))))

    So everything is ok 🥶☺️ 

     

    Posted
    14 hours ago, petro_cz said:

    So I installed the patched Update 5.171 Beta today and no change for the better! The scenes just don't work the system reboots and freezes! And I was hoping for a quick fix. I understand that beta can have bugs, but this is a fatal flaw and I don't understand why no one is testing it. 

    Hi,
    It would be helpful for us if you could provide some more details:
    1) did all of your scenes stopped working? Or only some specific ones?

    2) when does your system reboot? is it connected with viewing/executing scenes? Or perhaps doing some other specific action? Or does it seem just random?
    3) what do you mean by "freeze"? Perhaps its connected with rebooting problem?

    It might be something specific to your system, we did not take under consideration in our tests. If you would be willing to enable "6. Access -> Remote Access -> Support Access" we would gladly look at your system logs and analyze whats wrong.

    Posted
    15 hours ago, Tony270570 said:

    I'm must admit it was not the best release of the year :)

    From my side mqtt and custom events have stopped working, it was enough for a rollback.

    Hello, I would like to take a look at the problem with MQTT. Could you please provide more data with some part of the code explaining how you use the MQTT protocol: subscribe, publish, or both? Don't hesitate to contact me via Private Message.

    • Like 1
    Posted
    15 godzin temu, Tony270570 napisał:

    I'm must admit it was not the best release of the year :)

    From my side mqtt and custom events have stopped working, it was enough for a rollback.

    MQTT works fine for me

    Posted

    Hi @Raf.Kal yes sure, here is a simple one

    Please login or register to see this code.

     

    3 minutes ago, marczu_83 said:

    MQTT works fine for me

    Am I the only one in this world having this issue ? :)

    When I saw that I was having this issue I didn't spent to much time before to rollback, but in the mean time I saw like I wrote in another thread that all the mqtt were not affected. 

    I'll not be able to update to 5.171.15 again during the day, but I'll give another try this evening, just in case something went bad yesterday.

    • Like 1
    Posted
    15 hours ago, Tony270570 said:

    I'm must admit it was not the best release of the year :)

    From my side mqtt and custom events have stopped working, it was enough for a rollback.

    Could you please also specify what are the symptoms of custom events not working? Does emitting not work for you? Or maybe using it as trigger? Do you see any errors in scene/quickapp logs?

    Posted

    Hi @trob, the communication was refused. end of the process :)

     

     

    Posted (edited)
    35 minutes ago, Tony270570 said:

    Hi @Raf.Kal yes sure, here is a simple one

    Please login or register to see this code.

     

    Am I the only one in this world having this issue ? :)

    When I saw that I was having this issue I didn't spent to much time before to rollback, but in the mean time I saw like I wrote in another thread that all the mqtt were not affected. 

    I'll not be able to update to 5.171.15 again during the day, but I'll give another try this evening, just in case something went bad yesterday.

     

    Could you please change the way you pass QoS in publish method like below and let here know if it will solve the problem just for now?

    Please login or register to see this code.

    Edited by Raf.Kal
    Posted

    @Raf.Kal I've just reinstalled 5.171.15. I've amended the code with your suggestion but it doesn't makes the trick. 

    Please login or register to see this code.

    Let me know if you require something more.

    Posted

    @Tony270570 Oh, I see that it even failed to connect in the first place. In such case, please switch remote support access on, so that we can try to check the problem on your HC.

    • Like 1
    Posted

    The HC3 is currently restoring the stable version.

    Please give me about 1 hour and I'll reupdate to the beta again and give you the access.

    Thank you @Raf.Kal

    • Thanks 1
  • Topic Author
  • Posted (edited)
    7 hours ago, trob said:

     

    The device after reboot works for about 5 minutes but very slowly, then it can not control a single scene, can not switch the profile home/xxx, does not work temperature program, only works by turning the device on and off, but here often there are hiccups and soft reboots (for a minute the gate is unavailable, the green LED goes out and only 3 right are red) the original fibaro button does not work, the button does not even flash green that communicates. Nothing changed after the update, I was forced to upload the previous version. So I lost all the history data but the heater was not working and that was the priority. 

     

    I can provide you with my backup and try to install it if it helps others, I have no problem with it

    Edited by petro_cz
    Posted

    I would like to thanks @trob and @Raf.Kal for the time spent today analysing the source of my issue with mqtt and proposing solutions.

    It was due to anupdate of the mqtt library which in certain case with old style code like the one I was using might cause some issues, explaining why not all my mqtt QAs were impacte, as I was not always using the same pattern.

    I talked in another thread about custom event issues, but nothing to have with that, it was also a indirect impact of the mqtt topic.

    Thanks again guys for your professionalism

     

     

    • Like 2
    Posted
    1 hour ago, Tony270570 said:

    I would like to thanks @trob and @Raf.Kal for the time spent today analysing the source of my issue with mqtt and proposing solutions.

    It was due to anupdate of the mqtt library which in certain case with old style code like the one I was using might cause some issues, explaining why not all my mqtt QAs were impacte, as I was not always using the same pattern.

    I talked in another thread about custom event issues, but nothing to have with that, it was also a indirect impact of the mqtt topic.

    Thanks again guys for your professionalism

     

     

    Could you elaborate what needed to be changed in your code to adhere to the "new style"... ?

    Posted (edited)

    Hi @jgab old/new just a way to popularize :)

     

    I've change , well it has been suggested by the support to change :

    from

    self.client:publish(topic, message)
    to:
    self.client:publish(topic, message, {qos = mqtt.QoS.AT_LEAST_ONCE}) 

     

    and I've removed lastWill object from connect options

     

    And i just found a new problem that i don't understand for now.

    ok just found example of change required :

     

    FROM :
    function QuickApp:DeviceIdentify()
        self.client:publish("fp2/identify", "identify"})
    end
    TO :

     

    function QuickApp:DeviceIdentify()
        self.client:publish("fp2/identify", "identify", {qos=1})
    end

     

    Same issue same fix

     

    Don't know if the MQTT library that has been updated is to upgrade to V5, just an assumption, no details.

     

    Hope that it clarify a bit.

    Edited by Tony270570
    • Thanks 2
    Posted
    12 godzin temu, Tony270570 napisał:

    Hi @Raf.Kal yes sure, here is a simple one

    Please login or register to see this code.

     

    Am I the only one in this world having this issue ? :)

    When I saw that I was having this issue I didn't spent to much time before to rollback, but in the mean time I saw like I wrote in another thread that all the mqtt were not affected. 

    I'll not be able to update to 5.171.15 again during the day, but I'll give another try this evening, just in case something went bad yesterday.

    no, you are not. Same here.

    Join the conversation

    You can post now and register later. If you have an account, sign in now to post with your account.

    Guest
    Reply to this topic...

    ×   Pasted as rich text.   Paste as plain text instead

      Only 75 emoji are allowed.

    ×   Your link has been automatically embedded.   Display as a link instead

    ×   Your previous content has been restored.   Clear editor

    ×   You cannot paste images directly. Upload or insert images from URL.

    ×
    ×
    • Create New...