South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
This thing is ghost triggering like crazy.
Need to recheck the wiring that it isnt shorting. Or could be something in tasmota?
![]()
No it's 2 buttons on the BPT intercom.are you feeding power from another circuit into the GPIO5? is there voltage on that button? measure it
This thing is ghost triggering like crazy.
Need to recheck the wiring that it isnt shorting. Or could be something in tasmota?
![]()
Toggle shouldn't make a difference. I set gpio5 to buttons(20)Try setting another GPIO that isn’t in use to Relay2(22) and see if it stops doing it.
![]()
Also as it’s a button you main need to set up its type as not being toggle etc but I’m not sure about that never needed it before.
Toggle shouldn't make a difference. I set gpio5 to buttons(20)
Setting ButtonTopic disassociates from any power trigger. EG resetting the device or toggling a relay.
Isnt relay 22 used to control the gate open and close?
I set ButtonTopic3 bell And it seems to be fine now, no weird triggering. Put a padlock on incase it triggers during the night.There was a weird bug (design thing) that related to ghost triggering but I don’t exactly remember why.
But no the relay is already programmed into the default configuration, so you’ll just have a second relay showing up on the main screen.
i know it was brought up, but I do not recall an outcome - has anyone managed to monitor the status of the gpio on an sv for some application without an HA integration? i.e like stand alone?
Tasmota outputs to its own HTTP server so I’m sure you would be able to query it without HA.
That might work, but I was more keen on like an ewelink type vibe
i know it was brought up, but I do not recall an outcome - has anyone managed to monitor the status of the gpio on an sv for some application without an HA integration? i.e like stand alone?
I have one of these "Mi Bluetooth Temperature & Humidity Monitor" devices - never really had a use case for it until now.
I'd like to get the information into HA - the device is going to be installed next to a fireplace, in the same room I have a Raspberry Pi running OSMC.
Would it be possible to install something on the OSMC system that leverages off the PI's bluetooth - picks up the data, and publishes to HA?
community.home-assistant.io
![]()
Xiaomi Mijia bluetooth temperature & humidity sensor compatibility
I used hcitool lescan to find out the correct bt mac adress. My sensors show up as MJ_HT_V1 I run it in a crontab to get updated data every ten minutes. #!/bin/bash bt="4C:xx:xx:xx:xx:xx" sensor="sensor1" RET=1 until [ ${RET} -eq 0 ]; do data=$(/usr/bin/timeout 20 /usr/bin/gatttool -b...community.home-assistant.io

Kodi pie distro?OSMC?