This looks like an āanti-bounceā code thingy from 2 months ago.
There is also another variant described below of a button with a local variable. This option, in particular, isnāt that exclusive, though.
Both options worked before 1.8.0, at least.
What are the prerequisites to see the effect of these spacings? With my News table I canāt see any difference. Are images mandatory to see the effect?
Hmmm that should not be a problem at all. We, the Dutch, call the French āchauvinistischā (ironically a French derived word) , but I do not think the French are that chauvinistic that they even change boolean syntax to French.
You really should be able to send that variable directly to a boolean setting without converting it. What happens if you do this: Send [ambiance.salon.status] with value [AmbianceON (tag)] to Dashboard ?
(Make sure you add it as a tag, not as just text)
You can see the data coming in in the Dashboard Studioās "Data stream explorer:
Also, you can probably enable this AmbianceONsetting directly in the Dashboard studio settings. If it is a Homey variable, it should be listed under variables. (Dashboard studio settings in Homey)
Youāre rightāthe French are often chauvinistic, and on top of that, they rely on translation tools (like DeepL) because theyāre terrible at languages
So hereās whatās happening:
If I link the homey boolean variable directly to the buttonās state, I can clearly see False/True in āData Stream Explorer,ā or in TXT field, but it doesnāt work. The button stays in the āoffā state color. Itās very strange !
If I use the āspecialā variable (ambiance.salon.state) I created and assign it directly the value of the homey variable, I get the value āxā or āthe checkmark,ā and it doesnāt work.
But, as I mentioned in my previous message, if I assign 0 or 1 using the test shown in my screenshot, then it works fine!?!
What do you think ? Can you try using a Homey variable on your end ?
So, depending on how a variable is sent to DS, a boolean with the value āfalseā has 2 different representation forms (ātrueā probably does too).
A boolean has to be 0/1 or false/true, but not Ć or ā (check) in DS. The flow card should send false or true.
I shall do some deeper investigation. Maybe it is related to the previous discovered bugs in the test version. Which version are you running Georges? The stable 1.7.4 version or the latest 1.8.1 Test development version?
That is such a weird bug. Wonder how I we did not noticed that before. Donāt think this is related to the optimalization in the 1.8.1 version. Thanks.
Overlooked that one sorry. (just noticed this message because I wanted to quote someone). Thanks for reporting. I will look into that. That is a serious issue. I never tested parallel downloading of iCal data. But it should work I think. Have you also tested it using serial loading?
I have tried it using your parallel loading method, and that seems to work fine. I used Apple ical calendars though. Have you tried both calendars in a single way also?
@Georges_IEGER I have found the ābugā Turns out that when using a Homey Boolean variable inside an edit box it renders it as ā / ⨯⦠Never expected that. The official way is to implement a droptoken field inside the card, but this only accepts tags, and I want to be able to send anything. In the new version it converts the ā / ⨯ to just true / false. I just hope there arenāt any other localisation translations.
But the main thing is, and why no one has ever noticed this before. It should not even be necessary to do this since you can connect variables directly.
I honestly do not understand this. Do you have a domotica light like hue? Can you try to check the on / off capability:
Yes, it works with a HUE bulb, just as you asked. The switch moves on its own when I turn the light on or off from the Homey app. And the light turns on or off when I click the switch in DS.
Then I am totally in the dark why connecting boolean variables directly does not work. There are more French users here in this topic. @Yann_Liqueur also made a pretty advanced dashboard, Yann, have you notices any problems like Georges mentioned? A boolean value directly connected to a widget Like a button state, that does not seem to follow the boolean state?
There is a specialized Light widget inside dashboard studio, that lets you do exactly that. Add as many lights as you want and control them in a group or individually:
You can directly turn them on and off and when you click on the name a popup shows where you can set the color / temperature and brightness.
But, to be honest, I think the need for controlling individual lights is bad home domotica design. Are you honestly going to configure each of your 30 lights one by one? You be way better of by connecting moods to a button. Just a couple of main moods, like cleaning, evening, romantic, disco, whatever. And connect them directly to a button. I have main moods on my dashboard, and below that localised overriding moods. Like āstudy lightā, that just lights up the three spots above the living room table regardless of the mood elsewhere in the room.