Interested in the parser, what’s being transmitted/communicated via TCP?
Interested in the parser, what’s being transmitted/communicated via TCP?
Use My HeliumDeploy affiliate codes:
Is there any way for me set this up as well? A guide would be super helpful here!
Use My HeliumDeploy affiliate codes:
@arbawk I would love to, unfortunately, the forum appears to be limited to how many photos I can post (1 at the time of writing) and I am a very visual teacher as well as learner. This may be a great opportunity for people like yourself to reach out, do the survey as listed at the top of the webpage and express some of our frustrations, as I have, to make this a more community friendly site for us to be able to learn and share from each-other. 😜
This will also help us prevent the need to take our source code and conversations elsewhere. (not suggesting this site become a replacement or an SVN or GitHub.)
In the meantime, here is the best I can do in a text only response.
Use HACS
Add this integration repo:
https://github.com/SmartBoatInnovations/ha-smart0183tcp
Download/Install/reboot
Setup: Your IP of you miner.
Port: 16151
After area setup, explore your integration entities.
Look for Number of satellites in view, 00 - 12
Click on it, find the entity id (sensor.gp_gga_7) hit copy.
On you dashboard, add a card, pick gauge , use this entity you copied (sensor.gp_gga_7)
Define your severity:
Green 31
Yellow 29
Red 26
Set maximum to like 45 or 48 or some realistic maximum number of satellites, you think you might see and not the default 100
Save , enjoy.
I hope this super crude guide helps.
To make the graph, add a statistics graph card.
Period 5 minutes.
Days 1
Only check max
Chart type bar
Save.
You can also pull the UTC time if you want to have a super accurate atomic clock, but you need to understand how to translate epoch (hint: look into as_local template builder)
That’s enough phone posted tutorial for now.
Enjoy
@Chadodesu Good evening. I’m working through the setup and noticed that my Geodnet has port 16151 closed while doing a quick NMAP on the Geodnet’s IP, was that a service you needed to enable on the Geodnet device?
Use My HeliumDeploy affiliate codes:
@Chadodesu Thanks so much for the writeup!
FYI - this is Rory, the person you had the feedback session with lol. Weird you can only post 1 photo at a time, we’ll look into that!
Use My HeliumDeploy affiliate codes:
@arbawk I don’t believe that’s the case. I have a post here that I can post more than one image at a time.
https://moken.io/forum/426/post-your-depin-setup
Use My HeliumDeploy affiliate codes:
This is killer, thank you! I too have Home Assistant and will get this implemented.
Use My HeliumDeploy affiliate codes:
Before one of my friends told me that there’s apparently open source documentation covering this lol, I decided to port scan my miner for some interesting data and came across some NMEA0183 TCP streams.
I then used these streams with a NMEA parser to import the data into Home Assistant as entities. Now I can monitor my satellite reception to see if there is any issues during solar storms, weather, etc..
The cards also have severity defined so that I can, at a glance, see how the performance is doing, and if my payouts are being affected.
This set up will also allow me to create alerts, or notifications if there is an issue. IE: Make my Smart Home speakers talk to me and tell me what’s going on.
The value is also exposed to my smart home assistants so that I can simply ask what the performance of my miner is.
Awesome set up 👏
Would you mind to make a video if possible