-
Notifications
You must be signed in to change notification settings - Fork 639
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Firmware for a new (unsupported?) switch board #2541
Comments
PSF-B04 is a ESP8285, so at least that works :) Quick search through the device db for tasmota, here what looks like it I'd expect RF works the same as other ITEAD / SONOFF devices (4CH RF, BASIC RF, wall mounted switch T1, etc.) - RF chip handles all the learning and emulates a button press when it receives a matching signal. Just a matter of finding out what it needs to 'learn' a signal Flashing it is another question. Manual approach obviously works, see the db entry above to find GPIO0 and TX & RX pins. I wonder if ITEAD firmware still allows direct connections to devices' access point to initiate DIY mode and upgrade that way. Could be only for SONOFF devices, though While we already have DUAL_R2 hardware that has matching pins espurna/code/espurna/config/hardware.h Lines 638 to 670 in 3565631
Lines 445 to 447 in 3565631
I am a bit worried b/c tasmota db has these completely different pins; we might have a mislabeled device https://templates.blakadder.com/sonoff_dual_R2.html |
Thanks a lot for the information. |
Dual configuration specifies that these are 'switches', so 'press' and 'release' events toggle the relay. Could be remedied either by changing both and re-building, or adding a runtime setting that changes them from
Reboot, and also check out what |
re. deleted message, were there any problems with the setup? I don't think pushbutton setup is wrong, but double-check the 'button 0' and 'button 1' output for the full config |
Ah, since dual declares Relay association is also a setting for button - |
Wow! I did not think that it is possible to reassign procedures on events.
did their job. |
Device
Unnamed, seems like Geekcreit
Version
No response
Question
Hello!
![IMG_20221004_230925](https://user-images.githubusercontent.com/77995519/193937455-288813e6-aaaf-4ccb-8cc5-dba19b8392c4.jpg)
![IMG_20221004_231025](https://user-images.githubusercontent.com/77995519/193937461-5a73d871-1215-46bf-83af-7a6d6e5c49ee.jpg)
There is such a board. (PSF-B85/PSF-B04, RFE274DM and one unknown chip, apparently related to the RF part)
It has two separate relay control buttons, a two-color LED indicating the operation of the board and two single-color LEDs indicating the operation of the relay.
Using the buttons, we can switch wifi to hotspot and to pairing of 433MHz remotes.
I don’t want to try e-Welink (especially register on their website)
I really want to flash ESPurna into it. Since I like it and it is already flashed on different ESP switches in my network.
Ofcourse, I want to be able to control both relays using the RF remote control. (I can't even imagine if this is possible on this board)
Tell me what firmware can be used in finished form. Maybe someone has already tried...
Is there a generic version where I can configure the GPIO and RCs scan-codes via the Web interface?
Or adapt some of the existing firmware.
The text was updated successfully, but these errors were encountered: