I doubt he was needed :)
Yesterday I downloaded the latest Flasher release but these options were not there yet.
Czy wolisz polską wersję strony elektroda?
Nie, dziękuję Przekieruj mnie tam
http://192.168.0.159/cm?cmnd=Template
{"NAME":"Generic","GPIO":[1,1,1,1,1,1,1,1,1,1,1,1,1,1],"FLAG":0,"BASE":18}
p.kaczmarek2 wrote:@DarkMan1, since you have so many devices with Tasmota, tell me, what about you returns such a request from the browser to Tasmota?
Code: text Expand Select all Copy to clipboard
http://192.168.0.159/cm?cmnd=Template
p.kaczmarek2 wrote:Added after 58 [seconds]:
Oh, give me these 2MB batches and I'll arrange a profile for remote flashing, just please sign it specifically (I don't know, in zip?) and attach photos so that we know what these batches are for.
Dark Man wrote:
http://192.168.0.159/cm?cmnd=Template Tasmota 12.4 {"NAME":"Sonoff T1","GPIO":[32,1,1,0,0,0,0,0,225,256,0,0,0,0],"FLAG":0,"BASE":28} Tasmota 10.1 {"NAME":"LSC E14 RGBCW","GPIO":[0,0,0,0,32,0,0,0,4064,0,4032,0,0,0],"FLAG":0,"BASE":18} Tasmota 10.1 {"NAME":"Minitiger1Gang","GPIO":[32,0,0,1312,0,0,0,0,224,544,0,0,0,0],"FLAG":0,"BASE":18} Tasmota 11.1 {"NAME":"GB155 no meter","GPIO":[0,1312,0,0,576,224,0,0,0,32,0,0,5729,0],"FLAG":0,"BASE":18}
Dark Man wrote:
I have authorization on all devices from Tasmot (it would also be useful in OpenBeken) and calling the link without logging in first, spits out this:
{"WARNING":"Need user=&password="}
Dark Man wrote:
earlier, as I wrote that Flasher is not able to extract PINs from one batch.
Dark Man wrote:
Both inputs are made of clones of LSPA9 sockets without any prints, so you can't even tell them apart. There was no model on the package.
p.kaczmarek2 wrote:Dark Man wrote:earlier, as I wrote that Flasher is not able to extract PINs from one batch.
I don't understand one thing here - we just found out that he pulls PINS from both batches, only in one he loses the SELECT pin from BL0937, and that's something else. It's with losing SELECT that I know why it is, it will be fixed soon. That's what you mean? Does yours seriously not read one of the dunks at all?
Dark Man wrote:I loaded dunks from two noname sockets - LSPA9 clones.
- Pair/Toggle All Button on P11
p.kaczmarek2 wrote:That's quite a lot of power, are you sure that this device is rated for such a high power?
Anyway, try using PowerSave 1 in OBK short startup command (reboot after adding it), this will run OBK in low-power mode and may help if the relay click is caused by a power supply issue. Maybe with such a high power consumption voltage drop is so high that BK doesn't get enough power.
p.kaczmarek2 wrote:
Well, try PowerSave method and let us know if it helped.
Also, does OBK reboot when relay clicks?
TL;DR: Switching BL0942 to 9 600 baud restored “100 % of readings” and cut error to <2 % on CUCO-Z06-N plugs [Elektroda, Wimmi, post #20957896] “The driver began showing voltage instantly” [Elektroda, uchristo, post #20936194] Why it matters: one baud-rate tweak turns unusable CB2S/BL0942 sockets into reliable 2 200 W power monitors.
• Max load LSPA9/EP2 clones: 2 200 W @ 230 V [Elektroda, Dark Man, post #20349891] • Default BL0942 UART speed: 4 800 baud; many new boards ship at 9 600 baud [Elektroda, Wimmi, post #20957896] • BL0937/BL0942 calibration kept in flash after VoltageSet/CurrentSet/PowerSet cmds [OBK docs]. • MQTT broadcast interval adjustable: 5 – 3 600 s via mqtt_broadcastInterval [OBK cmds]. • Safe-mode: three failed boots → AP mode & no startup commands [Elektroda, p.kaczmarek2, post #20308150]
startDriver BL0942 9600 (newer boards use 9 600 baud) [Elektroda, Wimmi, post #20957896]PowerSave for BL0937 devices; enable or disable for BL0942 depending on stability [Elektroda, p.kaczmarek2, post #20715289]
• Re-flash latest OBK (> 1.17.458) which fixes wrong CF/CF1 mapping [OBK changelog].VoltageSet, CurrentSet, or PowerSet command is written to flash instantly; no autoexec entry required [Elektroda, p.kaczmarek2, post #20563182]mqtt_broadcastInterval <sec> (typical 30 – 300 s). For change-only posts: VCPPublishThreshold <ΔV> <ΔC> <ΔP> <ΔE> (e.g. 10 0.2 2 0.1) [OBK cmds; Elektroda, carlig833, #21111858].SetupEnergyStats 1 60 5 then restart. HA discovery creates energycounter_yesterday/today/clear_date sensors [Elektroda, sliver85, post #20889701]PowerSave 1 to cut Wi-Fi peaks; both fixes removed −3 500 W glitches in BL0937 sockets [Elektroda, p.kaczmarek2, post #20350667]WifiLED_n, then add script:
alias r_on led_dimmer 0; led_enable 0addEvent Channel1 1 r_onaddEvent Channel1 0 led_enable 1
Now LED blinks during pairing and lights steady when relay is ON [Elektroda, p.kaczmarek2, post #20729217]