Flippo

Members
  • Posts

    12
  • Joined

  • Last visited

Posts posted by Flippo

  1. Hey,

     

    The two plugins Tasmota and ESPurna Power Monitors need your support urgently.
    They are both not yet updated to the current Unraid version and should be added to the CA.
    If you can take care of them in the long run, they would be happy to have a new home in your Github repository.


    Tasmota Power Monitor

    https://github.com/Flippo24/tasmotapm-unraid

     

    ESPurna Power Monitor

    https://github.com/Flippo24/espurnapm-unraid

     

    Get in touch and make some folks here happy. 😉

     

    • Upvote 4
  2. Sorry Leute wenn ich hier so gar keinen Support für die Plugins liefere. Ich habe so gut wie keine Zeit mehr für Unraid. Mein Server ist seit Monaten aus. Hätte schon Lust mehr zu machen, aber meine Interessen mussten sich verschieben. Falls es echt schlimm gravierendes gibt, schaue ich mir das evtl. nochmal an, sonst eher nicht. So sorry.

  3. On 4/13/2021 at 5:06 AM, corgan said:

    This plugin breaks the layout.

     

    I can't arrange the dashboard widget, the sort order randomly changes.

    The widget is sometimes shown twice, but the corsair widget disappears.

     

    Did you change the html classes while adapting from the Corsair PSU Plugin, because i use this also.

     

    tnxs greetz Stefan

     

     

    grafik.thumb.png.c501451133903087a2626f96aef317ac.png

     

    Hi Stefan,

    maybe a bit late, sorry. I need to change the code a bit. Previously, I had the same problem with multiple ads when moving. Take a look at the use of @sortnr.

    status.page

    This was previously a fixed number. Now it is dynamic. I had a really hard time with this error. The table header has now been moved to the table body. It doesn't make sense, but otherwise I couldn't get it to work.

     

    • Like 1
  4. Hi guys,

     

    here is the power monitor for your ESPurna device.

    The plugin works like the Tasmota Power Monitor.

     

    grafik.png.7589cf1b5056cf1075761ba635c47c4f.png

     

    You have to activate the API on your ESPurna device and enter the key in the plugin.

     

    To enable the API from your ESPurna device go to the WebUI and click on:

    1. Admin

    2. Enable HTTP API

    3. Auto

    4. Save

     

    grafik.png.d3333ee2650c074713c208d01daf7105.png

     

    If you find a nice logo for the plugin, please send it to me.

     

    Thanks to ich777 for testing.

     

    Created and tested with Unraid 6.9.1.

     

    Installation as usual...

    https://raw.githubusercontent.com/Flippo24/espurnapm-unraid/main/espurnapm.plg

     

     

    • Like 1
    • Thanks 1
  5. 29 minutes ago, ich777 said:

    @Flippo Thank you for the great Plugin!

    Would it be eventually possible to integrate espurna: Github?

     

    He also has a neat little RESTAPI that you can get data from: Click

    Can you open a separate topic for it and post the url with all parameters for your request and a json with the answer. Then we can discuss it there. I think that it would be better off in a separate plugin. The structure would be almost identical.

  6. Take a look at Tasmota Device Templates Repository. There you will find many devices that have a measurement option. Which exactly one owns cannot not say. Often, however, there is a power monitoring plug in the title. If you go to a device there is often something like "For more accurate energy consumption measurements this device requires power monitoring calibration". And in the GPIO table there are more entries than relay, button and LED. Compare it to other devices. Maybe that will help you with the selection.

     

    The plugin only reads the values from the device. It sounds as simple as that. It shows the data that are called in the WebUI console with the Status 8 command. Only the price calculation takes place in the plugin. So power * price.

     

    Nice Vr2lo you found the first bug. Of course you are right. It has to be 94%. This is shown as a factor in the WebUI. Will correct it. Maybe there will be some more. Then it's worth it.

     

    • Like 1
  7. Hi guys,

     

    I want to introduce you to my Tasmota Power Monitor.

     

    With this UnRaid plugin you can turn a Tasmota device into an energy monitor for your server.

    I got the idea from corsairpsu-unraid, but since I don't have a suitable Corsair PSU, I found an alternative in a Tasmota Power Plug.

     

    It shows the most common measured values and offers the option of costing for electricity consumption.

     

    Dashboard:

    grafik.png.c93a5b683b5f81032d83b20382f26aac.png

     

    Settings:

    grafik.png.a3170d5d1f22a5012fa7d8781cbb7ee2.png

    The password is saved in plain text.

     

    Introduction

    Before you start, be sure that you protect your Tasmota device against incorrect operation. So that you don't accidentally turn off your server. I solved this for myself with the command: PowerOnState 4 This sets the on / off switch in the WebUI and on the device to always on. Therefore, check what would be best for your device before using it. Have a look at the Tasmota Documentation. Use the plugin and device at your own risk. I will not be responsible for any damage.

     

    I use an Aisirer Power Monitoring Plug (AWP07L) with Tasmota firmware 8.5.1 and this template. {"NAME":"AWP07L","GPIO":[56,255,255,255,255,134,255,255,131,17,132,21,255],"FLAG":0,"BASE":18}

     

     

    Created and tested with Unraid 6.9.1.

     

    Installation as usual...

    https://raw.githubusercontent.com/Flippo24/tasmotapm-unraid/main/tasmotapm.plg

    • Like 8