Beiträge von DJay
-
-
Und bei mir mit "forecast" darin enthalten so..
Und die Geo Koordinaten gibt es am Besten von hier https://www.mapcoordinates.net/en
-
Da wir bisher nix von IKEA haben, hab ich einfach die Tradfri Teile dort gekauft
Der könnte von mir sein. Hab vor unzähligen Jahren zuletzt einen IKEA von innen gesehen. Ich hab mir das Gateway und das Dimmer-Set die Tage online bestellt. Viiiieeeel angenehmer als IKEA von innen. Zumindest vor 8 Jahren. Glaube aber nicht, dass sich die Menschheit seither geändert hat. 
Und ich muss schauen, ob ich sie verlängern kann.
Damit habe ich mich am Wochenende beschäftigt. Genau das gleiche Problem mit übergroßen Fenstern.
Allerdings sind wir bis jetzt bei dem Ergebnis 90 - 120 - 90 gelandet. Und für ein anderes Fenster 90 - 90 - 90. Ich hoffe auch trotz des Akkueinschub, kann ich dir irgendwie überlappend montieren. We will see.... Ich warte ja täglich auf ne Push-Meldung von irgendwo, dass die Rollos ab sofort online verfügbar sind.

-
Was spricht denn dagegen die App komplett zu deinstallieren und wieder neu aus dem App Store zu downloaden?
Bei meinem iPad hab ich ja auch eben erst die App zum ersten Mal installiert, den QR Code gescannt am Gateway und alles war da.
Aber schon korrekt, dass Du lieber etwas vorsichtiger bist. Ich setzte mehr auf Hue und da wäre ich genauso. Bei IKEA ist es bei mir ganz genauso wie bei smartHansen.
Gateway und Lampe nur gekauft, als Vorbereitung für die Rollos.

-
Auch das kann ich bei mir nicht bestätigen. 2018er iPad Pro 11" iOS 12.3.1
Hab dort eben mal die Home Smart App installiert (hatte IKEA vorher nicht drauf).
App wollte den QR Code der Bridge gescannt haben und wurde dann direkt verbunden.
Mit dem 100% Helligkeits-Bug ist mir nichts aufgefallen. Kann wie ich es erwarten würde hoch und runter dimmen. Sowohl über die Home smart App als auch in HomeKit, oder mit dem Dimmer-Button.
-
Dank Dir für den Hinweis. Der Ein- oder Andere wird daher sicherlich noch ein kommendes Release abwarten.
Ich kann allerdings den Fehler nicht bestätigen. Habe von der IKEA TRÅDFRI auf die Home smart App v1.10.0 gestern ein Update gemacht und die App funktioniert.
Auch Gateway, Lampe und Dimmer wurden mit der aktuellen Firmware versorgt.
iPhone X, iOS 12.3.1
-
Unabhängig ob es hier nun eine Anleitung gibt oder nicht, weiß jemand ob die Homebridge unter Mojave überhaupt läuft?
Hab sie zumindest schon seit Ewigkeiten auf dem iMac laufen. Seit 2015 und mit jedem macOS Update ist sie immer weiter gelaufen.
Inzwischen eben auch auf Mojave. Node v11.14.0, NPM 6.9.0, Homebridge v0.4.50
Hab mich damals daran entlang gehangelt https://www.iphone-ticker.de/h…rver-selbst-gebaut-89813/
und https://www.iphone-ticker.de/h…rver-selbst-gebaut-89813/
-
Alles klar. Gut, dass wir drüber gesprochen haben.
Dann halte ich mich mal noch zurück mit einem Kauf zurück. Auch wenn 59,- EUR für Kamera inkl. Syncmodul ziemlich gut ist. Vielleicht meldet sich ja noch jemand. -
Blink XT Überwachungskamera zur Zeit für 59€ bei Amazon.
Leider keine native HomeKit-Unterstützung, aber mit diversen Homebridge-Plugins zu betreiben.
Was sind denn die "diversen Homebridge-Plugins?
Sprichst Du aus eigener Erfahrung und erfolgreichem Einbinden in HomeKit des Kamera Streams? Für den Preis wäre das ja ne Maßnahme, allerdings nur wenns es erfolgreiche Anleitung zur Homebridge Umsetzung gibt. Oder ist mein Pi 3B+ dafür dann auch mal wieder zu schwach?
Ich sollte einfach endlich auf nativ HK Kamera setzen.Bin auf Deine Erfahrung und Umsetzung zur Blink XT gespannt.
-
Kennt jemand eine Projektionsuhr welche mit Homekit verbunden werden kann?
ZTE Spro 2 Smart Projektor Android 4.4.4
Was basteln mit Homebridge, lässt sich immer irgendwie. Aber da muss man selbst kreativ werden.

-
Bei Mediamarkt sind aktuell zwei groeßere microSD Karten im Angebot:
Auch bei Amazon Prime für 55,- EUR
-
Wohl ein noch relativ frischer Plugin [email protected]
Liest sich mächtig und praktisch. Auch wenn ich für mich selbst noch nicht weiß für welchen Zweck, vielleicht für den Ein- oder Anderen hier, ein hilfreicher Hinweis.
Um Bericht, Nutzen und Einsatzgebiet wird gebeten.
Alles anzeigenTo receive an overview of the available sensors on a given port you can open http://[homebridge-ip]:7755/. For a setup with tow configured accesories on the same port this will yield the following result:
If you open the root resource of an accesory (http://[homebridge-ip]:7755/thedaily/) the system will display the activation state of the sensor over the course of the entire day as well as display the results of the Evaluation steps for every minute of the day.
If you access http://[homebridge-ip]:7755/thedaily/1 (or http://[homebridge-ip]:7755/thedaily/0) the switch is triggered with an on (off) event resulting in a single press (double press) notification. This locks the state of the switch to the given value until a activation state changes based on the defined rules.
If you force a state change as described above, you can restore the normal operation of the switch using http://[homebridge-ip]:7755/thedaily/clear
You can also query the current state of the switch using http://[homebridge-ip]:7755/thedaily/state
Some information is updated once a day (like calendar events). You can force a update of those events using http://[homebridge-ip]:7755/thedaily/reload.
There are some additional config variables available:
-
tickTimer:milliSeconds: The interval at wich the Activation State is evaluated (defaults to 30s,"tickTimer":30000). -
debug:bool: Wether you want to log some additional debug information (warning: this will generate a lot of output, defaults to false,"debug":false) -
locale:string: The local used to parse date/time related values (like weekdays, defaults to english,"locale":"en")
When you want to addres holidays in your expressions, you need to configure the lecation where you want to look up the holidays. You need to at least specify a country, all other values are optional:
location.country:stringlocation.state:string-
location.town:stringSee date-holiday for possibal region codes. For a Sensor in Melbourne that enables the switch when the current day is a holiday you would use the following Configuration:
Code"accessories": [{ "accessory": "DailySensors", "name":"Holiday", "port":7755, "dayStartsActive":false, "trigger":[{ "type":"expression", "value":"now.isHoliday()", }], "location":{ "longitude":144.96332, "latitude":-37.814, "country":"AU", "state":"VIC", "town":"M" } }]Each TriggerEvent can have additional settings that alter its behaviour.
Some TriggerEvent-Types can be randomized using the
randomsetting. When this value is non zero, it is used to alter the given TriggerEvent value every day. When usingrandomin a time based trigger, you can specify the amount of minutes added (or subtracted) at max from the value every day. The following example will generate times from 6:50 amto 7:10 am:See the type descriptions below for additional information on the behaviour of random for every type.
The operation controls how the activation state of the triggered TriggerEvent is applied to the result of the previous TriggerEvent. The behaviour is configured using the
op-value. We will use the following trigger sequence as an example in the descriptions below.The following values are recognized:
-
set: The default behaviour. When the event is triggered the activation state is set to the specified value. -
and: A logical and is used to calculate the new activation state. Evaluating the sensor at11:00 PMyields the following sequence: The evaluation starts with the activation state set tofalse("dayStartsActive":false). Now the first TriggerEvent is calculated. Since11:00 AM(the current time) is larger than10:00 AM(the"value":"10:00 AM"of the TriggerEvent), the event is triggered. Sincefalse(the current state) andtrue(the value of the TriggerEvent) results infalsethe activation state remainsfalse. -
or: A logical or is used to calculate the new activation state. Evaluating the sensor at11:00 PMyields the following sequence: The evaluation starts with the activation state set tofalse("dayStartsActive":false). Now the first TriggerEvent is calculated. Since11:00 AM(the current time) is larger than10:00 AM(the"value":"10:00 AM"of the TriggerEvent), the event is triggered. Sincefalse(the current state) ortrue(the value of the TriggerEvent) results intruethe activation state is change totrue. -
discard: The TriggerEvent is ignored.
By default an EventTrigger is triggered when the current value (like the current time) is greater than the specified value. Only a triggered event can alter the activation state. Using the
triggerparameter, allows you to specify a different behaviour. The following values are possible:-
greater: The default behaviour. -
less: The Event is triggered when the current value is less than the specified one. When the event triggers before the actual value, theactive-value is negated. The following Event will only trigger before 2:00 pm and will set the activation state tofalse(since"active":trueis negated):
-
both: The event is allways triggered. When the event triggers before the actual value, theactive-value is negated. When the following Event is triggered before 2:00 pm the activation state changes tofalsewhen it is triggered after 2:00 pm the activation state changes totrue.
The
daysOfWeek-value contains an array of weekdays (in the specified locale). The event can only trigger on days listed in this array. For example, the following TriggerEvent is only triggered on Weekends after 10:00 am.The following settings are available for the given TriggerEvent-Types.
-
type:time -
value: -
random:
-
type:altitude -
value: -
random:
-
type:lux -
value: -
random:
-
type:event -
value: one of the following event typesnightEnd,nauticalDawn,dawn,sunrise,sunriseEnd,goldenHourEnd,solarNoon,goldenHour,sunsetStart,sunset,dusk,nauticalDusk,night,nadir -
trigger: Notwithstanding the default behaviour the following settings are allowed for this property:-
match: The Trigger Event is triggered when the specified event is currently active. The activation state is set to the value specified in theactive-property. -
no-match: The Trigger Event is triggered when the specified event is not currently active. The activation state is set to the inverse value specified in theactive-property. -
always: The Trigger Event is allways triggered. If the pecified event is currently active, the activation state is set to the value specified in theactive-property. Otherwise it is set to the inverse.
-
-
type:calendar -
value: A JavaScript RegExp.Hellowill match any Event that contains the Word Hello (ie. 'Hello World', 'My Beautiful Hello', 'Hello').^Hello$will only match Events where the summary is the Word Hello ('Hello World' and 'My Beautiful Hello' do not match). -
trigger: Notwithstanding the default behaviour the following settings are allowed for this property:-
match: The Trigger Event is triggered when at least one calendar event was found for the current time and the summary matches the specified regexp . The activation state is set to the value specified in theactive-property. -
no-match: The Trigger Event is triggered when no valid calendar event was found. The activation state is set to the inverse value specified in theactive-property. -
always: The Trigger Event is allways triggered. If a valid calendar event was found, the activation state is set to the value specified in theactive-property. Otherwise it is set to the inverse.
-
In order to use holiday triggers, you need to configure your Region. See Regional Holidays above for details. The event triggers when the current day is a holiday and the type of the holiday is found in the array passed as
value-property. See date-holiday for more info on available holiday types.-
type:holiday -
value: An array containing a list of valid holiday types. Default isvalue:["public", "bank"]. -
trigger: Notwithstanding the default behaviour the following settings are allowed for this property:-
match: The Trigger Event is triggered when the day is a valid holiday. The activation state is set to the value specified in theactive-property. -
no-match: The Trigger Event is triggered when the day is not a valid holiday. The activation state is set to the inverse value specified in theactive-property. -
always: The Trigger Event is allways triggered. If the day is a valid holiday, the activation state is set to the value specified in theactive-property. Otherwise it is set to the inverse.
-
This type allows you to write a logical expression to determinthe activation state. The underlying parser is Math.js with a few custom extensions to handle some time and calendar based events.
-
type:expression -
constants: List of constants you can use in your expression. You can add time values with a String likeTime(15:30). For example:
-
value: An logical expresion. You may use all functions available in Math.js, as well as the following expressions- Functions
-
dailyrandom(nr, magnitude): creates a random value with indexnrthat is maintained for the entire day. You can use this to generate multiple random numbers for your expressions that do not change with each evaluation of the expression on the same day. The random value is generated between 0 (included) andmagnitude(excluded). -
dailyrandom(nr): same asdailyrandom(nr, 1) -
dailyrandom(): same asdailyrandom(0, 1) -
Time("str"): creates a date-object. Valid String Formats areh:m a,H:m,h:m:s a,H:m:s,YYYY-MM-DD H:m:s,YYYY-MM-DD H:m,YYYY-MM-DD,YYYY-MM-DD h:m:s a,YYYY-MM-DD h:m a. Time Values can be compared using<,>and==. Two date Values are equal if they match up to the second. In the followingtrepresents a Time-constant. -
t.mo():trueif the represented date is a monday. -
t.tu():trueif the represented date is a tuesday. -
t.we():trueif the represented date is a wednesday. -
t.th():trueif the represented date is a thursday. -
t.fr():trueif the represented date is a friday. -
t.sa():trueif the represented date is a saturday. -
t.so():trueif the represented date is a sunday. -
t.workday():trueif the represented date is a mo through fr. -
t.weekend():trueif the represented date is sa or so. -
t.weekday(): returns a number that represents a ISO-weekday (mo=1, tu=2, ...) -
t.time(): returns just the time of the date -
t.addMinutes(nr): addsnr-minutes totand returns the new date. -
t.isHoliday([types]): returns true if the date is a holiday and the type of that holiday (see date-holiday ) is found in the passed types-Array. -
t.isHoliday(): Same ast.isHoliday(['public', 'bank']). -
t.calendarMatch(regex): true if the linked calendar has an event for the datetthat matches the passed regexp. -
t.isEvent(name): true if the passed solar event is active at the given time. See the Event-Type for possible values.
-
- Constants
-
altitude: The current elevation of the sun in radians -
altitudeDeg: The current elevation of the sun in degrees -
azimuth: The suns current azimuth in radians -
azimuthDeg: The suns current azimuth in degrees -
lux: The current brightness -
now: The current time and date -
self: References the sensor that is executing the expression
-
- Functions
-
-
sebastian325 Erstmal gut zu hören, dass Du Dein Problem lösen konntest. Und natürlich damit auch herzliche Willkommen mit Deinen ersten Beiträgen hier.
Wenn nochmal etwas sein sollte, gerne gleich die config.json mit posten, dann ist ggf. auch direkt von einem anderen Nutzer schneller möglich behilflich sein zu können.
Dir weiterhin viel Spaß und Erfolg.

-
Also wir hatten vorher Miele Kaffeevollautomat und Waschmaschine. Überhaupt nicht zufrieden. Waschmaschine ist jetzt Siemens und Kaffee is Bosch. Alles Gut.
Aber so macht wahrscheinlich jeder andere Erfahrungen.
-
-
@vgnsxe Bist Du mit dem Flowerbud, als Aromaöl Duftzerstäuber, zufrieden. Du hast ihn ja nun schon einige Monate im Einsatz, oder?
Werde ich mir wohl den VOCOlinc als nativen HomeKit Diffuser holen. Wenn nichts gravierendes an Erfahrung hier dagegen spricht.

-
smartHansen Schreib die von Bosch und HomeConnect doch mal an und schlag uns beide als Beta-Tester vor!


-
Ach.. nu doch?

Dem HomeKit-Ausblick war ein Patzer des Social Media Teams vorausgegangen. Dieses hatte zum Wochenanfang fälschlicherweise erklärt, dass man sich „bewusst gegen eine Partnerschaft mit Apple entschieden“ habe, da die HomeKit-Kompatibilität „die Weitergabe des Großteils der eigenen Daten an Apple“ vorausgesetzt hätte.
Mittlerweile ist Bosch jedoch zurückgerudert und erklärt, dass die Einbindung von Apple HomeKit in das eigenen System aktuell schlicht momentan nicht möglich ist.
-
Ich nutze ja schon seit 2016, seit ich meinen Kaffeevollautomat habe, das IFTTT Plugin und Webhook. Und bis auf eine Ausnahme, bei der über eine Woche nichts ging, funktioniert das ziemlich gut.
Auf eine direkte API Anbindung über ein Homebridge Plugin, hoffe ich leider immer noch vergebens. Zumal es ja eine Developer API für Home Connect gibt.
Auch wenn die Aussage von Bosch bezüglich HomeKit ziemlich enttäuschen ist und für mein Gefühl auch ein bisschen fadenscheinig bezüglich "Datensicherheit", denke ich doch Bosch Kunden die an der Smart Home- Integration über HomeKit interessiert sind, schon auch weiter den Bosch Kundenservice über Facebook, Twitter o.ä. immer mal wieder auf HomeKit ansprechen sollten. Steter Tropfen höhlt den Stein.

https://www.facebook.com/HomeConnectApp/
-
Die Electrolux AirFlower scheint baugleich zu sein. Eventuell wurde daran schon gebastelt...
Tatsächlich gibt es ein Plugin. Allerdings abgestimmt auf eine weitere Marke von Electrolux, Frigidaire in den USA. Dort ist die AEG PX71-265WT, das Modell Frigidaire Gallery.
App und damit verbundene Server sind aber anders, so dass das Plugin nicht genutzt werden kann.
Der Entwickler würde da sicherlich was anpassen, dazu braucht es aber Unterstützung bei der ich leider nicht weiter behilflich sein kein. Überschreitet meine Kenntnisse.
https://github.com/karlg100/homebridge-frigidaire/issues/12
Vielleicht wird hier ja jemand aufmerksam und kann behilflich sein. Sollte ich irgendwie behilflich sein können, versuche ich das nach Vorgabe natürlich gerne.

