Forum Replies Created
-
AuthorPosts
-
uRADMonitor
KeymasterHi Paul, I see your unit is still offline, do you need any help to get it going?
uRADMonitor
KeymasterYes, it is supported, for all uRADMonitor devices with Wifi.
You simply need to specify the SSID and the key in the uRADMonitor config page. Attached see a router admin panel with Wireless AP set to AP, the Smoggie being successfully connected to that, and then the DHCP table with the smoggie listed.
Hope this helps!
Attachments:
uRADMonitor
KeymasterDone!
uRADMonitor
Keymasteryes, it works, you can see it here:
https://www.uradmonitor.com/tools/dashboard-04/?open=13000225However there are a few issues. You are currently sending:
1572331297> 13000225:01–[1572331292.39]
1572331297> 13000225:0B–[21]
1572331297> 13000225:10–[0x8]
1572331297> 13000225:0E–[1337]01 is the timestamp, its parameter is the number of seconds since the detector started, so it is an integer number, you have some decimals there
0B is the CPM, value seems legit [21]
10 is the tube type, now this is not ok, it should be 8, not 0x8, if your tube is the SI3BG . See list here: https://github.com/radhoo/uradmonitor_kit1/blob/master/code/geiger/detectors.h
I suspect this is a mistake, as you are getting CPMs comparable to a SBM-20 tube.
0E is the version, “Elite” is nice, but I’d rather see a legit hardware version number there.Other parameters to include:
https://github.com/radhoo/uradmonitor_kit1/blob/master/code/misc/expProtocol.h
You can consider the 0F which is the software version, 0A the battery voltage, etc.All in one this a top notch job . Congrats!
Please find a few minutes to do a blog post on it , “GMC reporting to uRADMonitor network” or something like that. This is very useful information. Can you do it?uRADMonitor
Keymasterhi Moz, congrats on that! Dave helped you with it?
uRADMonitor
KeymasterYes, on Windows, you need to install the CH340g driver. Please use this one: https://sparks.gogo.co.nz/ch340.html
uRADMonitor
KeymasterYes, absolutely, this is valuable information, please share your details on the FHEM integration (if you want you could do a blog post – let me know).
For the last values just call:
https://data.uradmonitor.com/api/v1/devices/820000XX/all/last
uRADMonitor
KeymasterI think not.
uRADMonitor
KeymasterYou definitely need to use coaxial cable, and one that works with high voltage. Can you share a few photos?
uRADMonitor
KeymasterHi Urs, Can you connect to it via USB? Baudrate is 9600, send a “getsettings” command, what do you get?
uRADMonitor
KeymasteruRADMonitor
KeymasterThank you! Was it your suggestion, @Wolferl? Because I have a big todo list and trying to implement them as we go, glad to see these finally in place.
uRADMonitor
KeymasterLocation dancing issue on randomizer set is fixed, the obfuscated coordinates will update only every half and hour.
Also, the Note and Picture fields in the dashboard are not working. Can anyone guess what they do?
uRADMonitor
KeymasterYup, that’s what’s happening . I will fix it.
I agree on the issue tracker and suggest using this forum for it, perhaps a dedicated section. What do you think?uRADMonitor
KeymasterLong night, but the random thing is now implemented. Please test it, under dashboard you will find option “Randomize” http://www.uradmonitor.com/dashboard
-
AuthorPosts