Flippo

Members
  • Posts

    12
  • Joined

  • Last visited

Everything posted by Flippo

  1. I am looking for help to make you happy again.
  2. 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. 😉
  3. 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.
  4. 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.
  5. I have no idea about ESPurna. Never tried it. 😏 You can also use Alexa on a Tasmota device. To do this, you have to set the emulation to "Belkin WeMo".
  6. Wishes sometimes come true. Here it is...
  7. Hi guys, here is the power monitor for your ESPurna device. The plugin works like the Tasmota Power Monitor. 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 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
  8. I fixed the incorrect display of efficiency. A few problems that occurred when shifting the display within the dashboard should also be resolved.
  9. 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.
  10. 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.
  11. 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: Settings: 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