[APP][Pro] Sensibo - Air Conditioning and Quality

I like the app very much but i miss in Set the mode “Dry”, is there a reason for that?

I have a feature request.

Please add the THEN flow card:
set device ON/OFF without trigger

These cards are also used by Virtual devices, you can set the card state without actually turning the device on or off.
Why is this needed?
Because if the airco unit is ON and sensibo did not detect this you have no way to get it in sync again, for example when you used google home to turn the unit on or off (outside homey).
I monitor the airco units power usage, so i know when they are switched on or off by power consumption, but i have no way to change the device state in Homey to correct it.
The tigger card (which exist in Homey) ‘set device ON/OFF without trigger’ would solve this problem!

Thx

Hi @B3rt

Have you checked the “Sync power state” - card ?

Thx, gonna give a try

have an other request.

Is it possible to add the following IF cards: (if possible)

IF light is turned ON & IF light is turned OFF

Thx

Here is a link to test-version 1.11.0 with ‘Is light turned on/off’ - condition.

Please install and test :slight_smile:

Hi,

First thx for the very quick reply and update!

I received the update this morning (i already used the test version), the new light cards itself works but this is sadly not what is meant but I can use these cards also for other purposes.

I was looking/asking for a trigger (IF) card when the light is actually switched on or of, there is in this test version no IF card for the light turned on/off only an (AND) card.

Now you have to use the AC state changed card to start the flow and use an AND card to check if light is ON or OFF, but this is not the same as it was an (IF) card.

This state card is also triggered by other AC event, such as turned on/off, mode, temp change etc
Currently it is not possible to start a flow ONLY when the light is actually turned ON or OFF.

Now when AC changed you have no idea it the light state is actually changed or not, so the flow will always run on a AC state change, what i was looking for was a way to start a flow only when the light was turned ON or OFF. Now i only can check if the light is on or off, not when state the light state changed.

So is it possible to add the card also to the IF statement?
IF light turned on THEN do something (ignoring all other AC states)
IF light turned off THEN do something (ignoring all other AC states)

Thx!

I am playing around the last few days with my airco flows and using the Sensibo app to do this, think i found a bug…

I noticed when i turn ON the airco the IF card ‘device turned on’ is always 2 times triggered…
The IF ‘device is turned off’ card is always only triggered once (1)…

So when i go into homey devices, turn ON a random Sensibo airco (i have 2) the IF ‘device turned on’ card runs twice, easy to check by adding a log card when triggered, the log is written twice.

This also happens BTW when the airco is turned ON using the Sensibo app itself, then also the IF ‘device is turned on’ runs twice.

So not sure if this a bug in the homey app or in the API of Sensibo itself, maybe this can be looked at.

Hi,

I try to connect the AirQ with the API key, but the list is saying no devices found.
I know there is support for the Sky, Air, Pure and Sensors, but does the Air includes the AirQ?
Or is this model missing?

Thanks in advance,

Remco

2 Likes

I have the exact same problem.

Perhaps it’s because of the ‘location’ structure in the app/API?

I renamed the standard location to the name of my home.

Perhaps API only looks in the ‘standard’ name in the API string?

Something like /api/location/devices?

I,ve the same problem, connect via AP key, but cannot see any products, i’ve also the AirQ, Sensibo have change the name to Air Pro.

Hi,
I am a new user that has just bought a Homey bridge. Was devistated when I realised that it was not compatible with Sensibo or Mill app. Are there any plans to add support? Is there another way to use the Bridge flows to control the Sensibo Sky?

Hi,
No, there are no plans to support Sensibo for Bridge.

If you position your Sensibo sky close to the airco, then when you point your remote control and operate it, both your airco and Sensibo catch the signal and remain in sync.

1 Like

Weird, i don’t see this happening. Are you also using a card if state changes?

Hi @balmli

First, thanks for a great app!
I have a few suggestions/request to the ‘Device: Sensibo Room Sensor’ for extending the app for an even better experiens.

Using the Sensibo API I can read the values for of the ‘motionSensors’ for ‘motion’ and for ‘batteryVoltage’.

“motionSensors”: [{
[…]
“measurements”: {
“time”: {
“time”: “2022-09-12T08:13:04.877937Z”,
“secondsAgo”: 76
},
“rssi”: -93,
“temperature”: 22.4,
“humidity”: 64.0,
“motion”: false,
“batteryVoltage”: 2490
},
[…]

  1. Can you add support for Monitoring your batteries in Homey Energy – Homey Support for the ‘Device: Sensibo Room Sensor’?
    The batteries are 2 x AAA, aka 2 x 1,5V.
    So my “batteryVoltage”: 2490 must be 2490/3000=83%.

image

And also the following flows (taken from battery powered devices from Aeotec):

WHEN:

  • Battery is greater than %.
  • Battery is less than %.
  • Batterylevel change.
  1. Can you also add support for the Capability ‘Motion’ for the ‘Device: Sensibo Room Sensor’?

And also the following flows (taken from a motion device from Aeotec):

WHEN:

  • Motionalarm activated.
  • Motionalarm inactivated.

AND:

  • Motionalarm is on.
  1. Can you also add two different settings for calibrating ‘temperature’ and ‘humidity’ for the ‘Device: Sensibo Room Sensor’?
    In the Sensibo app its only possible to calibrate those values for the device '‘Device: Sensibo Air’, not for the ‘Device: Sensibo Room Sensor’.
    I would like to be ableto callibrate them with bort plus and minus with one decimal.

Thanks in advance!

Hi!

I would love to get support for the API call for configuring the Climate React.

  • Set Climate React configuration => POST /pods/{device_id}/smartmode

That way one could set different temperatures for when someone is home, daytime, nighttime, etc…

Would that be possible to get implemented?

Thanks in advance!

-Thomas

1 Like

What are you missing with the current Climate React support in the app ?

I would like to set threshold temperatures for the climate react. The API states that one could set this in the request body:
{
“enabled”: false,
“lowTemperatureThreshold”: 0,
“lowTemperatureState”: {},
“highTemperatureThreshold”: 0,
“highTemperatureState”: {}
}

2 Likes

OK,

Do you have any examples for such a request body ?