NdK
NdK
Just found a nice device that uses hardwired SEL and ignores CF1: shelly1pf (from shelly.cloud ). What about just passing an invalid pin (42? :) ) as CF1 pin and...
What I'm doing: ``` #include ... IPAddress mcast(239,255,215,74); WiFiUDP logger; void setup() [ ... logger.beginMulticast(WiFi.localIP(), mcast, 55114); } void sendlog(const char *logmessage) { logger.beginPacketMulticast(mcast, 55114, WiFi.localIP()); logger.printf("* %s", logmessage); logger.endPacket();...
From SonOff fw 1.6 SonOTA does not work anymore. Started a Twitter campaign to give a signal to Itead. https://twitter.com/NdK_BO/status/1150142117282549760 Retweet at will :)
Seems the anwer via mail got lost. But I now have news. Just before re-pairing, I retested the button that yesterday didn't work and now it's working. The only change...
I already tried pressing the button at regular intervals w/ no luck :( The (currently...) working one did not require any presses, and its log is the one I attached...
I'm in a similar situation. A script to fix 'dangling ' gfids could be useful...
That would be great. Tks. OT: Could it be possible to give HA its own extension so that it can call? That could be useful for event notifications or even...
It's the first "brick" of this kind I configure, so I'm no expert... Thought it would be way easier... Here's the results: ``` # find /sys/class/enclosure/ /sys/class/enclosure/ /sys/class/enclosure/0:0:1:0 /sys/class/enclosure/0:0:0:0 #...
The only "mappings" I can find are: ``` [ 47.056175] sd 0:2:4:0: [sdg] Attached SCSI disk ``` in dmesg and ``` lrwxrwxrwx 1 root root 9 mag 22 08:27 pci-0000:02:00.0-scsi-0:2:4:0...
I think I have the same issue. nc shows two other devices, but not the one I'm trying to flash (Digoo NX-SP202). Flashing one of the other two devices works....