NEWS
Geräte in enum.functions Fehler
-
@paul53 sagte in Geräte in enum.functions Fehler:
var Sonoff = $('channelstate.id=*.POWER'); // Sonoff Lampen
Sonoff.each(function(id, i) {
log(id);
});Genau das ist ja das Seltsame das werden sie nicht (Ich habe da nur einen)
-
@Peoples
Poste mal den Reiter "Objekte" mit dem Datenpunkt und Kanal, so dass man die Zuordnung der Funktion sieht. -
@Peoples sagte:
Dass er der Beleuchtung zugeordnet ist steht zumindest da
Die Zuordnung erfolgte zum Datenpunkt. Versuche es mal so:
var Sonoff = $('state[id=*.POWER](functions="Beleuchtung")'); // Sonoff Lampen Sonoff.each(function(id, i) { log(id); }); -
@Peoples sagte:
Dass er der Beleuchtung zugeordnet ist steht zumindest da
Die Zuordnung erfolgte zum Datenpunkt. Versuche es mal so:
var Sonoff = $('state[id=*.POWER](functions="Beleuchtung")'); // Sonoff Lampen Sonoff.each(function(id, i) { log(id); }); -
@Peoples
Ich kann es nicht nachvollziehen, denn bei mir funktioniert es, wenn ich den Datenpunkt und die Funktion "Beleuchtung" nachbilde.
JS Version 4.3.1.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login

