10/4/2022 7:44 AM | |
Joined: 6/11/2019 Last visit: 3/20/2025 Posts: 2450 Rating:
|
Hallo Bandicoot92, The Logo is primarily intended for switching and control functions. Therefore, it can only be part of an overall concept. Speech recognition can only be solved externally. On the one hand you can work off-line with modules such as e.g. a "vicCONTROL" or implement this online with Amazon's "Alexa" or Goggle's "Siri". When you go online, you definitely need home automation such as FHEM, NodeRed, iObroker, etc. This runs on an additional server. A "RevolutionPi" is ideal for installation in the electrical distribution system. This is delivered with NodeRed. There are many forums on the Internet for programming home automation. Another tip, when you set up the automation, make sure that the functions are still available if the logo fails. This is how I use two-pole latching relays. These are then actuated either by the light button or the logo. One switching channel switches the lamp and the other is intended as feedback for the logo. Ella_68 |
10/4/2022 10:36 AM | |
Joined: 6/11/2019 Last visit: 3/20/2025 Posts: 2450 Rating:
|
Well I have to rely on google for that too... In the house electrical system, the latching relay is controlled either by the light button or by the logo. To do this, the logo must know whether the light is on or off, otherwise it will lead to incorrect switching. I mostly use the ABB E290-16-20/230 for this. A few drawings and a program with a demo might explain more than a thousand words. Λοιπόν, πρέπει να βασιστώ στο google για αυτό... Στο ηλεκτρικό σύστημα του σπιτιού, το ρελέ μανδάλωσης ελέγχεται είτε από το κουμπί φωτός είτε από το λογότυπο.Για να γίνει αυτό, το λογότυπο πρέπει να γνωρίζει εάν το φως είναι αναμμένο ή σβηστό, διαφορετικά θα οδηγήσει σε λανθασμένη ενεργοποίηση. Χρησιμοποιώ κυρίως το ABB E290-16-20/230 για αυτό. Μερικά σχέδια και ένα πρόγραμμα με επίδειξη μπορεί να εξηγήσουν περισσότερες από χίλιες λέξεις. Ella_68 AttachmentStromstoß.zip (564 Downloads) |
10/4/2022 9:22 PM | |
Joined: 12/10/2021 Last visit: 4/30/2024 Posts: 10 Rating:
|
Great, super thank you 😊 |
10/5/2022 10:30 PM | |
Joined: 6/11/2019 Last visit: 3/20/2025 Posts: 2450 Rating:
|
Unfortunately I don't really understand your question. In the program, the right part is a demo of how it works. This is not intended for continuous signals (switches).Therefore, to be on the safe side, the input signals (I9 & I10) are routed via an AND module with edge evaluation. The light switch in the house electrical system (I8) must of course be a button !!! The blocks I8, B027 and B028 are only intended for demo purposes. However, if you work with a continuous signal in the program, B024 is replaced by an OR component with a negative edge and the input is also connected to I9.I10 is omitted (see appendix). Δυστυχώς δεν καταλαβαίνω πραγματικά την ερώτησή σου. Στο πρόγραμμα, το δεξί μέρος είναι μια επίδειξη του τρόπου λειτουργίας του.Δεν προορίζεται για συνεχή σήματα (διακόπτες).Επομένως, για να είμαστε στην ασφαλή πλευρά, τα σήματα εισόδου (I9 & I10) δρομολογούνται μέσω μιας μονάδας AND με αξιολόγηση άκρων.Ο διακόπτης φώτων στο ηλεκτρικό σύστημα του σπιτιού (Ι8) πρέπει φυσικά να είναι κουμπί!!! Τα μπλοκ I8, B027 και B028 προορίζονται μόνο για σκοπούς επίδειξης.Ωστόσο, εάν εργάζεστε με συνεχές σήμα στο πρόγραμμα, το B024 αντικαθίσταται από ένα στοιχείο OR με αρνητικό άκρο και η είσοδος συνδέεται επίσης στο I9.Το I10 παραλείπεται (βλ. παράρτημα). Ella_68 AttachmentStromstoß 2.zip (710 Downloads) |
Follow us on