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


Quick App with MQTT connection to fan (learning how to code, help needed)


B_b_B

Recommended Posts

Situation: I have a ITHO fanbox which is able to communicate by using a MQTT broker/server. I have installed the MQTT server on my network and as far as I can see this is working as expected.

 

Based on code written by @ChristianSogaard I have created the following QA (type: generic):

 

Please login or register to see this code.

 

When I change the fan speed, a message is sent to the MQTT server and my HC3L debug shows that it has been received:

Quote

[26.10.2021] [15:34:58] [DEBUG] [QUICKAPP180]: onMessage: {"qos":0,"retain":true,"topic":"itho\/state","payload":"20","dup":false}

 

But now, to be honest, I am lost. I have no idea how to display the value in the device icon by example. Did I create the wrong device type?

 

Any help will be appreciated, thanks!

Edited by B_b_B
Link to comment
Share on other sites

Don't understand exactly what you are trying to do, but if you want to change your device icon with an other on your HC3 existing icon, you can use: 

 

self:updateProperty("deviceIcon", icon) 

 

where icon is the number of the corresponding icon. 

 

 

If you just want to present a value, you need to use an other device type. 

 

 

 

Edited by SmartHomeEddy
Link to comment
Share on other sites

  • Topic Author
  • In the first place I want to have an icon which shows "Low", "Med" or "High" so I can see what speed the fan is running at.

     

    Also stuck at the buttons and slider, it keeps telling me that there is no callback.

    Link to comment
    Share on other sites

    If you can retrieve that fan speed, you just have to upload the icons with another device. Check the number of the icon (with right mouse click) and use that number with: self:updateProperty("deviceIcon", icon). 

    Link to comment
    Share on other sites

    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...