G-Tag > Bluetooth BLE-tag > Webhook ?
Moderator: Martin
-
- Posts: 14
- Joined: 26 Feb 2017 14:56
Re: G-Tag > Bluetooth BLE-tag > Webhook ?
The gigaset g-tags have a range of 4-6m !
Re: G-Tag > Bluetooth BLE-tag > Webhook ?
Friedhofsblond wrote:The gigaset g-tags have a range of 4-6m !
Das hört sich aber nach mehr als 6 meter an ;DAmazon.de wrote: Via GPS kann G-tag sogar Dinge orten, die sich außerhalb seiner Reichweite befinden.
Unofficial AutoMagic Telegram Group: https://t.me/automagicforandroid
Check out my other flows here: https://github.com/Bluscream/AutoMagicFlows or here.
Check out my other flows here: https://github.com/Bluscream/AutoMagicFlows or here.
Re: G-Tag > Bluetooth BLE-tag > Webhook ?
I just realize my iTag is clone (of course, what do I expect
). It needs itracing2 app to maintain the connection. Using that app, I can send the intent to automagic.
This itracing2 also can detect my Mi Band 2 and connect to it, it can send the vibration also. But built-in android bluetooth or automagic can't connect to the BLE device directly, only can scan for it. If automagic can connect to it also, then I don't need additional app anymore.

This itracing2 also can detect my Mi Band 2 and connect to it, it can send the vibration also. But built-in android bluetooth or automagic can't connect to the BLE device directly, only can scan for it. If automagic can connect to it also, then I don't need additional app anymore.
Index of Automagic useful thread List of my other useful posts (and others')
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.
Re: G-Tag > Bluetooth BLE-tag > Webhook ?
Hello,Desmanto wrote:I just realize my iTag is clone (of course, what do I expect). It needs itracing2 app to maintain the connection. Using that app, I can send the intent to automagic.
This itracing2 also can detect my Mi Band 2 and connect to it, it can send the vibration also. But built-in android bluetooth or automagic can't connect to the BLE device directly, only can scan for it. If automagic can connect to it also, then I don't need additional app anymore.
Since Itracing2 does not have a trusted Zone ( your home for example where the phone should not start ringing every time you move far from your keys ) i am trying to use Automagic to handle it.
So Itracing2 can send 4 intents :
-Single Click ( i put itracing.button1)
-Double Click ( i put itracing.button2)
-Connected ( i put itracing.button3)
-Out Of range ( i put itracing.button4)
Now in Automagic my start block has 4 triggers, how do i do to differentiate between each trigger ?
my first thought is to catch to name and test if it contains "button2" for example, but i don't k know if it's possible and how to do that.
Re: G-Tag > Bluetooth BLE-tag > Webhook ?
I assume you have put those 4 General broadcast triggers at the same flow. From there you can branch (differentiate) the triggers by using multiple choice parallel expression. You can look more example of the multiple parallel expression flow at the FEP & AES, parallel part.Lyriss113 wrote: Hello,
Since Itracing2 does not have a trusted Zone ( your home for example where the phone should not start ringing every time you move far from your keys ) i am trying to use Automagic to handle it.
So Itracing2 can send 4 intents :
-Single Click ( i put itracing.button1)
-Double Click ( i put itracing.button2)
-Connected ( i put itracing.button3)
-Out Of range ( i put itracing.button4)
Now in Automagic my start block has 4 triggers, how do i do to differentiate between each trigger ?
my first thought is to catch to name and test if it contains "button2" for example, but i don't k know if it's possible and how to do that.
So total you will have 4 branch of expression. Example the first one will be
Code: Select all
trigger == "General Broadcast: on itracing.button1"
Then continue on each branch to do what you need for each trigger.
Index of Automagic useful thread List of my other useful posts (and others')
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.
Re: G-Tag > Bluetooth BLE-tag > Webhook ?
Wow, First of all thanks for the quick answer.
that is helpfull, i'll try it before my trial time expire
i have some basics on programming and a really like the flow concept because it's easy for beginner to diagnostic.
beeing able to handle that issue was a deal breaker for me to buy this app.
Thanks Desmanto
that is helpfull, i'll try it before my trial time expire

i have some basics on programming and a really like the flow concept because it's easy for beginner to diagnostic.
beeing able to handle that issue was a deal breaker for me to buy this app.
Thanks Desmanto
