Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
glennmckechnie authored Jun 4, 2020
1 parent ffa13d4 commit d28f4d6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

# weewx-uradmon

**Update: Jan 2020**
**Update: Jun 2020**

This version has been rolled up and released as [v0.1.5](https://github.com/glennmckechnie/weewx-uradmon/releases)

Fix the utf-8 breakage (micros and cubes), add weewx4 logging.

This runs under python 2.7 ; it will also run under python3 as is required for weewx4.

Expand Down Expand Up @@ -58,7 +62,7 @@ The Report will generate a seperate html page in the style of the Seasons skin.
<pre>
[Uradmonitor]
# id of your uradmonitor device, aka unit.
# This is the unique nuber allocated by the uradmonitor site and
# This is the unique number allocated by the uradmonitor site and
# can be found on your dashboard page, once you are logged in.
unit_id = 82000079
</pre>
Expand Down

7 comments on commit d28f4d6

@putilatex
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello Glenn,
I like the idea of your weewx-Uradmonitor plugin ! I have the Industrial model version it has more sensors than the A3 model I am wondering if you would be interested in extending the plugin to add the sensors of the industrial version ? If you are interested please write to me [email protected]
cheers Sean

@RedVox73
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello Glen,

I love the plugin idea but have a different version of the uradmonitor: Model 5 (kit 1)
The json output is: {"data":{ "id":"51000040","type":"5","detector":"SBM20","cpm":21,"temperature":0.00,"uptime": 1235877}}

Would it be possible to add this to the driver/plugin?

@glennmckechnie
Copy link
Owner Author

@glennmckechnie glennmckechnie commented on d28f4d6 Feb 5, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay.

I've released version 0.2.6 which will hopefully do the trick, for both you and Sean (Sorry Sean. It seems I neglected to follow through with your original request.)
This version should hopefully work for both your models, if not we'll tweak it as best we can.

Michiel: The A model (type5) should work 'out of the box'
Sean: Your Industrial model will need extra attention in the skin.conf and index.html.tmpl sections before it displays everything.

Any issues, raise them on the Issues tracker, or contact me directly.

@RedVox73
Copy link

@RedVox73 RedVox73 commented on d28f4d6 Feb 5, 2022 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@glennmckechnie
Copy link
Owner Author

@glennmckechnie glennmckechnie commented on d28f4d6 Feb 5, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well, there isn't one.
What version of weewx are you running?
Looks like I have some additional catching up to do.

@RedVox73
Copy link

@RedVox73 RedVox73 commented on d28f4d6 Feb 5, 2022 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@glennmckechnie
Copy link
Owner Author

@glennmckechnie glennmckechnie commented on d28f4d6 Feb 5, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will move this to the issues page as #5 as it will be an ongoing requirement.

Michiel. Your fonts are skewed, that's fixed in v0.2.7 - or direct from the master branch

Please sign in to comment.