One improvement may be . Use the API to get some data instead of syslog. Or use some fancy grep to get relevent stuff from syslog
I'm all for doing more with the API, where is the best place to go and read what is available with the API?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
One improvement may be . Use the API to get some data instead of syslog. Or use some fancy grep to get relevent stuff from syslog
@theatrus I have two routers connected to each other. My ISP router serves as the makeshift DMZ. This where my reefpi resides. This router has port forwarding turned on for 443 all the time and 22 is normally off but I turned it on today because I Wanted to poke around in the terminal. My second router connects to the main router and is where my home network is.
@theatrus I have two routers connected to each other. My ISP router serves as the makeshift DMZ. This where my reefpi resides. This router has port forwarding turned on for 443 all the time and 22 is normally off but I turned it on today because I Wanted to poke around in the terminal. My second router connects to the main router and is where my home network is.
I assume you changed the default raspberry pi password for the pi account? :)
10,000 posts too!
Yes all turned back over to the pi for control. I haven't looked at logs but seems good this far.Hey I assume you back up and things are back to a working condition, congrats. :)
Reboots can be Linux kernel panics, or power issues.
Do you port forward just 443 or put the device in a DMZ (is port 22 also exposed to the internet?)
I assume you changed the default raspberry pi password for the pi account? :)
That made me laugh, I even add nologin to the pi account. :)
I was going to comment on that too! Thanks Ranjib et al for all of the hard work!Wow , just noticed we have 500 pages worth of controller posts :)
Keep it up folks . And thank you for making thing community awesome
Something is trying to cast a string ("150") to an integer, and it seems to be failing because of the trailing newline character (\n). Just a guess it's probably on the UI side rather than the underlying logic... check around any user input boxes on the page when you see the error and look for any stray whitespace after a 150.Does anyone know what this HTML error refers to? I get it several times per day. Seems harmless but just would like to know.
2/12/2019, 9:32:59 PM UI ERROR {"error":"strconv.Atoi: parsing \"150\\n\": invalid syntax"} | HTTP 404
10,000 posts too!
Where you have set 150? PWM frequency or something else? You have a new line character in that field. Delete it an type 150 and hit save/update.Does anyone know what this HTML error refers to? I get it several times per day. Seems harmless but just would like to know.
2/12/2019, 9:32:59 PM UI ERROR {"error":"strconv.Atoi: parsing \"150\\n\": invalid syntax"} | HTTP 404
Hang on...found these:
https://www.arrow.com/en/products/031-4803-rfx/amphenol-r
Which is the correct one? The only difference that I can see is the impedance. @theatrus , any idea? or does it not matter for this application?
Read above i edited my post. But we are not transmitting a highly variable signal so impedance probably doesnt matter, its more having the cable shielded that does matter.Did some digging myselfm...the connector on the pico board is a 50 ohm Amphenol
I don’t know the exact reasoning, but all ph probes I’m aware of (atlas scientific, American marine, milawukee) uses bnc, hence we went with itHardware question ... the last connector I need to get for my case is a BNC connector for the pH probe. Why do the probes use BNC? Is it for positive-action on the connection itself (IOW - a 'twist lock' so that it doesn't work it's way loose), or do they actually require the shielding provided by the cable? I ask because I'd rather not fuss with crimping BNC connectors if I don't have to (I have the crimper already from other projects, but...blah).
I'm hoping to be able to get a "thin" BNC cable (like this one: https://www.amazon.com/CablesOnline-1ft-RG316-Cable-RF-BC101/dp/B078SNS7C6/) and just 'nip the tip' and solder to the panel mount connector. Anyone see this as a problem, or should I try to find a panel-mount (F) with the cable going to a male end, if such a beast exists?
Where you have set 150? PWM frequency or something else? You have a new line character in that field. Delete it an type 150 and hit save/update.