Replies: 1 comment
-
Intercom / door bell in multi level bus system commands.All frames is seen from the apartment so most system things are not seen. Interesting Commands then calling my apartment:91016008 Its looks if opening then some calling and not doing off / on hock the system is ending with: If not being on the same bus only command seen is:
So can see the the door calling neighbors if being on the same bus. Only need figuring out the apartment numbers/system addresses. The Italians have forgotten the privacy thing but its no problem for me !!!Also very Italian is source and destination addressees is not always in the same position in the frame (Pasta logic !!). |
Beta Was this translation helpful? Give feedback.
-
First thanks for great work done !!!
I trying implementing one ESP32C3 for sniffing the house intercom and have getting great steps forward and some no go scenarios.
First it looks your code is braking RISC-V support in ESPHome (looks like many integrations / parts have that problem).
From the ESPHome compiling log:
But i was trying with one D1 Mini and it compiling OK so the code is working OK only some comparability glitches..
Now i can getting frames in HA but was struggling logging then so can making automatons of them.
The trigger is very easy but the action was taking more work getting in place:
I getting in the log:
Plus many (55) Persistent Notification like this:
That is great to knowing that the neighbor was called and also open the entry door !!
I was finding one German that was taking the data to the MCU in the intercom and also the internal 5V, The data part is working OK but the 5V wad not stable and the ESP was having problem. Putting in one 5-30V to 5V buck converter (on the large capacitor its 27V) and now its stable.
Also hi was taking the opening button to on GPIO but its not needed then the intercom is sending the command and is getting the framed from it in HA.
I only like getting the external call button but looks being tricky with the D1 Min GPIO (5V logic and very high impedance on the MCU) but better with ESP32C3 with analogue input so need your code up and running on it
If you have time looking on the RISC-V code support it wold being great the the ESP32C3Super Mini is fitting very nice in the intercom and its looks more stable ad the old D1 Minis.
One more great thanks for you work !!!!!
Beta Was this translation helpful? Give feedback.
All reactions