chinswain
chinswain
Thanks for the reply Rop, The Alarm library has a repeat function that allows a weekly or daily trigger and ignores the day, month and year so by creating the...
It would certainly be appreciated - I'm sure quite a few people will be using this for alarms\triggers. Something else I was thinking about, is it possible to prevent an...
Example Sketch: ```C++ #include #include unsigned long previousMillis = 0; Timezone myTZ; void setup() { Serial.begin(115200); WiFi.begin("xxxxx", "xxxxx"); while (WiFi.status() != WL_CONNECTED) { delay(500); Serial.print("."); } setDebug(DEBUG); waitForSync(); myTZ.setLocation(F("gb")); myTZ.setDefault();...
Do you have some example code of your method @erniberni ?
Same issue on latest HA (2022.10.1) and DD (3.3.0)
@flaviodivx I tried making your changes to webrtc-camera.js but the issues persist - did you do anything else?
3rd this - How do you receive messages? I can't see any events for incoming messages?
Check issue no 3 (closed) - Unless I've missed something the event is not firing: ``` VB.NET Dim gSlackClient = New SlackSocketClient("xxxxxx") AddHandler gSlackClient.OnHello, AddressOf OnSlackHello AddHandler gSlackClient.OnMessageReceived, AddressOf OnSlackMessageRecieved...
It's a winforms app so the connection is open.