Search found 163 matches

by KHolm
Fri Mar 17, 2023 9:45 am
Forum: Automagically
Topic: Novis önskar hjälp efter installation.
Replies: 17
Views: 34859

Re: Novis önskar hjälp efter installation.

I've tried to configure email function in Automagically without any success ... What's the trick? Anybody have a "How To?" for doing this? I think I've configured all correct, but no email coming trough to recipent. I send in " See signals and create handler or device from them "...
by KHolm
Fri Mar 17, 2023 9:45 am
Forum: Automagically
Topic: AutoMower -Charging or Cutting?
Replies: 6
Views: 15455

Re: AutoMower -Charging or Cutting?

I think the plugin in the link below will do the trick for you. Have not tested it but it looks good. Can run any command when you send it a signal. https://bitbucket.org/davka003/automagically/issue/56/option-to-run-system-commands-from#comment-12606216 The command you want to execute is /bin/date ...
by KHolm
Fri Mar 17, 2023 9:45 am
Forum: Automagically
Topic: USB keyboard not working, resolution wrong
Replies: 1
Views: 9012

Re: USB keyboard not working, resolution wrong

Likely you have a Raspberry Pi B+, the image I made will not work according to others.
Try this instruction, it's what I used when I created the image.
https://bitbucket.org/jorkar/automagically_install

Marcus
by KHolm
Fri Mar 17, 2023 9:45 am
Forum: Automagically
Topic: Chinese gps tracker
Replies: 12
Views: 22489

Re: Chinese gps tracker

So, my tracker arrived and the plugin is written (and attached). There is a jungle on these Chinese trackers. They all look the same, but have different implementations. The one I got uses an ASCII based protocol; The hearbeat looks like this: (027043469204BP00000027043469204HSO) (027043469204AP01HS...
by KHolm
Fri Mar 17, 2023 9:45 am
Forum: Automagically
Topic: Chinese gps tracker
Replies: 12
Views: 22489

Re: Chinese gps tracker

Now it's just to hook it up to an e-mail sender and do the magic you normally do with Automagically. Next version I consider to add code to remember where you where in relation to the GeoFence and send a signal "ENTER FENCE" and "LEAVE FENCE". Attached is version 0.2 which signa...
by KHolm
Fri Mar 17, 2023 9:45 am
Forum: Automagically
Topic: Chinese gps tracker
Replies: 12
Views: 22489

Re: Chinese gps tracker

Next step is of course to support multiple devices; but then I need to go into the core of automagically, I think. Done, but a but tricker to install since I had to update automagically by adding another device type: GpsDevice New in this version is a bit more stable TCP/IP implementation that surv...
by KHolm
Fri Mar 17, 2023 9:45 am
Forum: Automagically
Topic: Control Viera TV
Replies: 0
Views: 13247

Control Viera TV

Hey, Attached is NOT a plugin that controls your Panasonic Viera TV. Board tells me "Sorry, the board attachment quota has been reached". Send me a PM and I'll provide the file. Create a Signal Sender device and have it send: - viera;mute to mute the TV - viera;vol_up to increase volume - ...
by KHolm
Fri Mar 17, 2023 9:45 am
Forum: Automagically
Topic: Chinese gps tracker
Replies: 12
Views: 22489

Re: Chinese gps tracker

Next I might fork off Automagically since David seems to have abandoned it. The fork is updated and a pull request has been submitted. Let's see if David is still alive. Pull request: https://bitbucket.org/davka003/automagically/pull-request/13/master/diff The fork: https://bitbucket.org/MarcusKarl...
by KHolm
Fri Mar 17, 2023 9:45 am
Forum: Automagically
Topic: Chinese gps tracker
Replies: 12
Views: 22489

Re: Chinese gps tracker

The fork is updated and a pull request has been submitted. Let's see if David is still alive. Pull request: https://bitbucket.org/davka003/automagically/pull-request/13/master/diff The fork: https://bitbucket.org/MarcusKarlsson/automagically Git: https://MarcusKarlsson@bitbucket.org/MarcusKarlsson/...
by KHolm
Fri Mar 17, 2023 9:45 am
Forum: Automagically
Topic: Chinese gps tracker
Replies: 12
Views: 22489

Re: Chinese gps tracker

I have ordered the same as you to play with. How is your device? Mine has quite weak GSM signal and I'm planning to by another model to test with. Also, I'd like to know if the one your ordered communicates using the same protocol. I.e. does it work with my plugin? I've seen several variants of the...
by KHolm
Fri Mar 17, 2023 9:45 am
Forum: Automagically
Topic: Chinese gps tracker
Replies: 12
Views: 22489

Re: Chinese gps tracker

Hello, How do you judge GSM signal, mine responds quite quickly. Nothing fancy, where I live my old SonyEricsson only has one bar - but the device will not attach at all. Does not respond to SMS or anything. However I can not get it to work using GPRS, don't see anything on the bus from the plugin....
by KHolm
Fri Mar 17, 2023 9:45 am
Forum: Automagically
Topic: Chinese gps tracker
Replies: 12
Views: 22489

Re: Chinese gps tracker

KHolm wrote: I found a protocol on the internet. I can upload it here later. My manual was not at all good, it came on a CD-Rom.
Protocol is attached. Version of my device is the same as yours.

To set APN, SMS: APN,666666,YOUR_APN#

To set server, SMS: SERVER,666666,0,IP_OF_THE_PI,10000,0#

/Marcus
by KHolm
Fri Mar 17, 2023 9:45 am
Forum: Automagically
Topic: Chinese gps tracker
Replies: 12
Views: 22489

Re: Chinese gps tracker

Hello, Thank you very much for your help, it is working fine now. I get signal updates correctly. I messed up the port number, thats why it didn't work. Thanks again, Cristian Cool, what will be your use case? Apart form the geo fence for the boat, I was planning to put a tracker in my car and when...