Page 5 of 7

Re: HomeHabit Dashboard - Updates

Posted: Friday 15 January 2021 12:03
by waltervl
Thank you Igor for the great work, I use it now for a year or so. The new dark theme is switched on directly ;-)

I have one request: make more devices of Domoticz recognisable in HomeHabit.
For example, I have an Airconditiong unit. In Domoticz it has a setpoint, inside temperature, running mode, fan mode, etc devices. But when I create the Thermostat widget in Homehabit I can only bind the the Temperature and setpoint device. Not the running mode and fan mode. No items found by HomeHabit. I can find all the devices seperately but I would like to have them combined in the Thermostat widget of HomeHabit.

The thing is probably that the switches like 'running mode' and 'fan mode' in the API are defined as lights. So from a developer point of view not easy to understand that they can be used in a heating/cooling system... See also https://www.domoticz.com/wiki/Domoticz_ ... rtain_type.

Re: HomeHabit Dashboard - Updates

Posted: Wednesday 27 January 2021 19:21
by salopette
Hello, I have a couple of questions.
I bought the Pro version, but I can only make 8 icons on a page on my Galaxy Note10 + phone. How do you do that with e.g. 20 switches?

And how can I display the cameras that are in Domoticz in the HomeHabit?

Re: HomeHabit Dashboard - Updates

Posted: Wednesday 27 January 2021 20:20
by waltervl
salopette wrote: Wednesday 27 January 2021 19:21 Hello, I have a couple of questions.
I bought the Pro version, but I can only make 8 icons on a page on my Galaxy Note10 + phone. How do you do that with e.g. 20 switches?

And how can I display the cameras that are in Domoticz in the HomeHabit?
You can modify rows and columns in the remote config editor (text), switch remote editor on in settings. Max is 10 rows and 10 columns. If it is readable is up to you :-)

Camera widget should be available if also present in Domoticz.

Re: HomeHabit Dashboard - Updates

Posted: Wednesday 27 January 2021 20:43
by salopette
Thanks. I thought I can do that via the app too.
Camera widget is available, but when I select my cameras from Domoticz, the image format error is displayed. with Snapshot URL everything is automatically entered or taken over from Domoticz. in my case /camsnapshot.jpg?idx=5

this is what it looks like in the raw editor:

Code: Select all

 {
              "type": "camera",
              "position": {
                "x": 2,
                "y": 0,
                "width": 1,
                "height": 1
              },
              "properties": {
                "label": "1080",
                "video-uri": "",
                "snapshot": {
                  "binding": "znsmt0u4c9vd187qaq230kokj.camera-5#camera.snapshot"
                },
                "snapshot-image": null,
                "snapshot-interval": "10s",
                "snapshot-timestamp": true,
                "scaling": "crop",
                "rotation": 0
              }

Re: HomeHabit Dashboard - Updates

Posted: Wednesday 27 January 2021 23:50
by waltervl
In my case it worked. Perhaps change the scaling type?
Else check the forum of HomeHabit for tips.

Re: HomeHabit Dashboard - Updates

Posted: Sunday 31 January 2021 18:30
by igor
salopette wrote: Wednesday 27 January 2021 20:43 Camera widget is available, but when I select my cameras from Domoticz, the image format error is displayed. with Snapshot URL everything is automatically entered or taken over from Domoticz. in my case /camsnapshot.jpg?idx=5
Can you submit debug logs from the Support screen with the app?

Re: HomeHabit Dashboard - Updates

Posted: Sunday 31 January 2021 18:34
by igor
HomeHabit 6.0: Domoticz

Domoticz is now a standard integration.

This release also contains a number of improvements for Domoticz integration:
  • Support for protected switches, lights and locks
  • Support for user variables
  • Support for weather conditions
  • Simulating camera live stream with continued snapshot refresh

***
HomeHabit 6.0
Available starting Jan 30, 2021

Re: HomeHabit Dashboard - Updates

Posted: Sunday 31 January 2021 19:05
by salopette
igor wrote: Sunday 31 January 2021 18:30
salopette wrote: Wednesday 27 January 2021 20:43 Camera widget is available, but when I select my cameras from Domoticz, the image format error is displayed. with Snapshot URL everything is automatically entered or taken over from Domoticz. in my case /camsnapshot.jpg?idx=5
Can you submit debug logs from the Support screen with the app?
just sent log.

Re: HomeHabit Dashboard - Updates

Posted: Monday 01 February 2021 1:11
by igor
salopette wrote: Sunday 31 January 2021 19:05 just sent log.
I'm seeing an authentication error in the logs. It should generally work with basic auth for both devices and cameras.
What kind of auth setup do you have enabled on the server?

Re: HomeHabit Dashboard - Updates

Posted: Monday 01 February 2021 15:00
by salopette
What do you mean by autheating? I only have login and pass for domiticz. I also entered that in the app.
I can control the switches in the app, but I can't see a picture on the camera.

Re: HomeHabit Dashboard - Updates

Posted: Monday 01 February 2021 16:05
by igor
salopette wrote: Monday 01 February 2021 15:00 What do you mean by autheating? I only have login and pass for domiticz. I also entered that in the app.
I can control the switches in the app, but I can't see a picture on the camera.
How is login/pass setup in Domoticz? Is it just done in Settings?

Re: HomeHabit Dashboard - Updates

Posted: Monday 01 February 2021 18:13
by salopette
Thanks, you put me on the right track! I changed to basic-auth, and now the picture is here!

Re: HomeHabit Dashboard - Updates

Posted: Monday 01 February 2021 18:15
by igor
salopette wrote: Monday 01 February 2021 18:13 Thanks, you put me on the right track! I changed to basic-auth, and now the picture is here!
Great, thanks for the update. I will check what is the issue with login based auth.

Re: HomeHabit Dashboard - Updates

Posted: Thursday 04 February 2021 10:45
by waltervl
waltervl wrote: Friday 15 January 2021 12:03 Thank you Igor for the great work, I use it now for a year or so. The new dark theme is switched on directly ;-)

I have one request: make more devices of Domoticz recognisable in HomeHabit.
For example, I have an Airconditiong unit. In Domoticz it has a setpoint, inside temperature, running mode, fan mode, etc devices. But when I create the Thermostat widget in Homehabit I can only bind the the Temperature and setpoint device. Not the running mode and fan mode. No items found by HomeHabit. I can find all the devices seperately but I would like to have them combined in the Thermostat widget of HomeHabit.

The thing is probably that the switches like 'running mode' and 'fan mode' in the API are defined as lights. So from a developer point of view not easy to understand that they can be used in a heating/cooling system... See also https://www.domoticz.com/wiki/Domoticz_ ... rtain_type.
@Igor any reaction on this?

Re: HomeHabit Dashboard - Updates

Posted: Sunday 07 March 2021 18:57
by boe666
HI
I have an idea for a very important function. For each button in homehabbit there should be an option that will allow the action to be triggered only after pressing and holding the button (e.g. for 5 seconds). While holding the button, something like a charging circle may appear on the button.
This feature will prevent you from accidentally activating a feature - which is often the case.

Re: HomeHabit Dashboard - Updates

Posted: Saturday 10 April 2021 17:50
by igor
HomeHabit 7.0: Rules

Rules
This release has the new Rules feature available in HomeHabit Labs.
This is an early release for Rules feature, so it is currently only configurable with Remote Config Editor and it isn’t possible to configure in the app UI yet.

Rules feature allow to perform some UI actions based on certain conditions.
For example: turn on device screen when motion sensor is triggered, or change screen brightness using external dimmer device.

For more information about how to enable and configure the rules: [Labs] Rules.

***
HomeHabit 7.0
Available starting Apr 10, 2021

Re: HomeHabit Dashboard - Updates

Posted: Saturday 15 May 2021 2:38
by igor
HomeHabit 8.0: Custom themes

Custom themes
The new custom themes feature is a great way to add personal touch to a dashboard. With custom themes it is possible to customize variety of widget style properties including changing colors, adding borders or rounded corners.

Screenshot_20210509-120826.png
Screenshot_20210509-120826.png (127.85 KiB) Viewed 2801 times

Starter version can have up to 2 custom themes, in addition to the standard themes.
Premium users can create unlimited number of themes.

Custom widgets
This release adds Custom widgets feature available in HomeHabit Labs.
Custom widgets allow rendering a fully custom widget within existing dashboard. Custom widgets can show and act on any data available from the connected platforms. These widgets are written in JavaScript as Web Components.

:warning: This is an extremely experimental feature. Please make configuration backup before enabling this feature.

For more information about how to enable and create custom widgets: [Labs] Custom widgets.

***
HomeHabit 8.0
Available starting May 9, 2021

Re: HomeHabit Dashboard - Updates

Posted: Monday 31 May 2021 16:18
by igor
HomeHabit 9.0: Widget improvements

The new release contains several highly requested widget improvements.

Thermostat widget
Several improvements for the thermostat widget:
- raise/lower temperature buttons
- half-degree target temperature adjustment with celsius temperatures
- show decimals for ambient temperature
- tap to open larger thermostat popup when in 1x1 widget size

Decimal places
It is now possible to adjust displayed number of decimal places displayed in Gauge and Value widgets.
The value text will also auto-resize to better display longer numbers.

Label widget
This new widget can be used to display a static text.

Dimmers
Larger buttons for up/down dimmer style when possible. Applies to Dimmer and Light widgets.

***
HomeHabit 9.0
Available starting May 31, 2021

Re: HomeHabit Dashboard - Updates

Posted: Sunday 06 June 2021 20:03
by igor
HomeHabit 10.0: Donut chart widget

Donut chart
The new donut chart widget that allows to quickly show data distribution in a single widget. It is great for displaying home energy consumption and other relative data.
The widget is available in various sizes and layouts to make the best use of dashboard space.

Screenshot_20210606-104151.png
Screenshot_20210606-104151.png (151.26 KiB) Viewed 2745 times

Camera streaming V2 (Labs)
The new HomeHabit Labs feature - Camera streaming V2 provides alternative and improved video stream processing. That should better supporting popular camera streaming formats such as MJPEG and RTSP, and help resolve issues that some users experienced. It also provides better performance on less powerful devices.

This is still an in-progress feature, so it might still have some quirks. Please try this out and report any issues.

***
HomeHabit 10.0
Available starting June 6, 2021

Re: HomeHabit Dashboard - Updates

Posted: Friday 01 October 2021 16:02
by boe666
Termostat Widget,

What types of variables are suitable for the homehabit thermostat module? Apart from the temperatures and the modules for setting them, i.e.
Mode, FAN, STATE.