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 (edited)

Btw, on Win11 download and installed the eventlogger and worked straight away! :D ( had the .env setup from the Homemap app) :D 

This is alos an awesome toll @jgab!! :D


Please login or register to see this attachment.



Also really nice that you can copy and paste the whole log into excel to store it! :D
Excel:

Please login or register to see this attachment.

Edited by Brors94
  • Topic Author
  • Posted
    4 hours ago, Christb said:

    Hi@jgab,

    I have a password starting by # and I am working with Windows 10.

    I have not yet been able to have the HC3 Event Logger to connect (red dot on top right☹️)

    I had already a .env located in C:\Users\ASUS  root folder which has already HC3_URL, HC3_USER, HC3_PASSWORD correct lines so I have just added HC3_HOST=<HC3 ip address> and HC3_PROTOCOL=https lines. I tried also the powerSell method without success as I still have the following:

    603      console.log('Config from environment:', {
                        host: config.host || 'NOT SET',
                        user: config.user || 'NOT SET',
                        password: config.password ? 'SET' : 'NOT SET',
                        protocol: config.protocol || 'NOT SET (defaults to http)'
                    });

    Any idea why?

     

    1. First, verify the file location - In PowerShell run:
    echo $env:USERPROFILE
    This will show the correct path (likely C:\Users\ASUS)

    2. Check if the file exists there:
    Get-Content $env:USERPROFILE\.env

    This will show what's actually in the file

     

    3. Fix the password with quotes, # is considered a comment line otherwise:
    HC3_HOST=192.168.1.xxx
    HC3_USER=admin
    HC3_PASSWORD="#actualpassword"
    HC3_PROTOCOL=https

    Posted
    23 hours ago, jgab said:

    . Fix the password with quotes, # is considered a comment line otherwise:

    Sorry @jgab I missed the above, just do it and now I can see the device in the floor and the HomeMap application stays connected😁

    Please login or register to see this image.

    /monthly_2025_10/image.png.f20fc2296950aa4879a5eb67197eb544.png" />

     when Edit Mode is off, the light can be changed from Off to On and reverse.

     

    Last question for today, is it possible to have the light_On icon with a bigger size than light_ Off icon? just fo more visibility 

  • Topic Author
  • Posted (edited)

    You could create your own version of the light widget (light.json) and make it point to your own icons.
    You could also, if you have a smaller floor plan, zoom in to make the icons larger relative to the floorplan.
    A future version will allow you to add widget parameters to a device definition, so you could tell the built-in light widget to use your own icon set...
    But this is the wrong forum thread for HomeMap discussion :-) 

    Edited by jgab

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