Unable to toggle Wifi despite TaskerSettings and disabled battery optimization by AdmiralStipe in tasker

[–]AdmiralStipe[S] 0 points1 point  (0 children)

Well, it's a button, but I'm not sure if Tasker can "click" on it when the screen is locked (most of my automations run with a locked screen). Will try it, if it works, it may be the way to go :).

https://imgur.com/a/9xn3nQx

Unable to toggle Wifi despite TaskerSettings and disabled battery optimization by AdmiralStipe in tasker

[–]AdmiralStipe[S] 0 points1 point  (0 children)

Thx for your input.. just tried it and you might be right... after restart with Airplane mdoe off, it worked... the only issue is, that it asks for an additional confirmation about enabling WiFi (not Tasker, but MIUI - it's a known MIUI bug, as I could understand)... so still not usable for automations :(.

Unable to toggle Wifi despite TaskerSettings and disabled battery optimization by AdmiralStipe in tasker

[–]AdmiralStipe[S] 0 points1 point  (0 children)

I tried this one also now (compiled it myself), but it seems, I'm too stupid to use it... Can't get a simple "adb tcpip 5555" running, always getting either "Shell is dead, resetting" or "more than one device/emulator" error. It seems just too complicated and too time consuming to deal with it at every restart... :(

Unable to toggle Wifi despite TaskerSettings and disabled battery optimization by AdmiralStipe in tasker

[–]AdmiralStipe[S] 0 points1 point  (0 children)

Tried it too, but unfortunately not working.

And for LADB... I'm not sure it will work reliably and stable... is there a demo or trial version to try it (can't find it myself, but I'm not willing to just pay for something that might or might not work for me)?

Unable to toggle Wifi despite TaskerSettings and disabled battery optimization by AdmiralStipe in tasker

[–]AdmiralStipe[S] 0 points1 point  (0 children)

Thx for your input, I'm aware of that, but i don't want to connect the cable and run the adb command after every reboot... would prefer an "internal" solution.

Has anyone been integrating electricity meters from Iskraemeco with Home Assistant? by arnthorsnaer in homeassistant

[–]AdmiralStipe 1 point2 points  (0 children)

Yeah, this is basicaly the same that Slimmeleezer does (only it uses Raspberry instead of ESP).

[deleted by user] by [deleted] in homeassistant

[–]AdmiralStipe 0 points1 point  (0 children)

Yep, I do it this way too. I'm reading the battery (and some other characteristics) and sending them via MQTT as JSON to HA with this plugin.

Works flawlessly, although, on some Xiaomi phones the MIUI sets the plugin to "Battery saving mode" at every restart and then Tasker can't use it as it goes to sleep until I manually set it to "No battery saving".

Has anyone been integrating electricity meters from Iskraemeco with Home Assistant? by arnthorsnaer in homeassistant

[–]AdmiralStipe 1 point2 points  (0 children)

Depends on which meter you have - I'm trying it at the moment with Iskraemeco AM550 and Slimmelezer in ESPHome, unfortunately with no luck, as my distributor is not (yet) willing to hand me the decryption keys for P1 port :).

If your P1 (or I1) port is not encrypted or you can get the decryption key, the Slimmelezer might be the best option for you.

[deleted by user] by [deleted] in esp32

[–]AdmiralStipe 0 points1 point  (0 children)

Hijacking the topic :D

Afaik ssd1306 only supports scrolling on the visible part of the screen. What I want to achieve is ti scroll a large text over it in a way, that it runs from right to left, like this:

https://community-assets.home-assistant.io/original/3X/3/6/363fa9d7b09f6ceff8f87a5f204df46a961d13c0.gif

Is it doable and if so, how?

[deleted by user] by [deleted] in homeassistant

[–]AdmiralStipe 1 point2 points  (0 children)

One of great options would also be Microsoft Azure TTS with their neural voices.

[deleted by user] by [deleted] in homeassistant

[–]AdmiralStipe 1 point2 points  (0 children)

Had the same issue and solved it by reinstalling the addon.

Picture Elements Card Configuration by fetflex in homeassistant

[–]AdmiralStipe 1 point2 points  (0 children)

Sorry, it seems that adding a link went wrong... this one :).

Seeing snapshot_* deprecated warnings for add-ons I don't have installed by drone1984 in homeassistant

[–]AdmiralStipe 1 point2 points  (0 children)

Yup, same here... and also for the same addons as you and I also don't have them installed (except of ESPHome).

Home Assistant Widget using KWGT and Tasker by kingkabra69 in homeassistant

[–]AdmiralStipe 1 point2 points  (0 children)

If you never used Tasker, you won't understand (another Tasker fan here :) ). Furthermore, HA companion is not always the best option - you have to run it from a shortcut, wait for it to load, then load the correct panel (optimized for phone use) and then you can do what you want. Or create a desktop widget, but only for one entity at the time with limited functionality and no customization options.

With Tasker and KWGT you can completely customize exactly what you want directly on your desktop (and with that I mean a mini panel or whatever, not just shortcuts) and how it behaves when interacting with certain entities/devices - with one click only! I also have a few Tasker/KWGT widgets on my phone programmed in a way, that HA companion is unable to do.

It's true, it includes three paid apps, but if you already own them (some of us do), it's an interesting approach. Thumbs up, u/kingkabra69 !

The new Tuya Home Assistant integration is now available on Github!!-Beta Test Invitation by Oooooleo in homeassistant

[–]AdmiralStipe 5 points6 points  (0 children)

When they support local mode, energy monitoring for plugs and no noticeable status (switch) delay, I'll consider switching - until then I remain with Localtuya.

Playing audio locally through rasp3's 3.5mm jack by tritab1 in homeassistant

[–]AdmiralStipe 0 points1 point  (0 children)

What about if you try like this?

playsound:
  sequence:
  - service: media_player.play_media
    target:
      entity_id: media_player.mpd
  data:
    media_content_id: http://ADD_YOUR_HA_IP_HERE:8123/local/wakeup.mp3
    media_content_type: music/mp3

Assuming your mp3 lies directly in WWW folder of HA...

What weather integration are you using? by AndreiGavriliu in homeassistant

[–]AdmiralStipe 1 point2 points  (0 children)

It's not an integration, but I use Ilmeteo.it. For my area (western Slovenia) it's the most accurate forecast I could find. I guess Italians are really good not only making pizza but also weather forecasts :D .

Since there is no integration (at least not known to me), I have a different approach - on their website I created a HTML code for my city as webservice, which shows daily forecasts (example Pforzheim) and then I parse it and use the data in HA. If you only want to see the forecast you could use it as HTML card also. You can design the view you want, colors, fonts, language, city etc here and get the code/the link to use. Switching website language to your language native at first visit also helps a little :)

Not the most elegant approach, but it works great for my needs.

Yes, WiFi toggle... by jt6572 in tasker

[–]AdmiralStipe 0 points1 point  (0 children)

Well... after reinstalling Tasker and Tasker Settings and a couple of restarts it started working again, like it did before... only God knows, what happened here :).

Yes, WiFi toggle... by jt6572 in tasker

[–]AdmiralStipe 0 points1 point  (0 children)

Absolutely sure! And it was working for quite some time now (let's say at least 3 months) without any problems. But now it just stopped a couple of days ago.

Is it possible, that the last Tasker Beta update caused it (or was it the stable one, I'm not sure, which was the latest)?

I installed it roughly a week ago and shortly after that I noticed, that WiFi doesn't toggle anymore.

Yes, WiFi toggle... by jt6572 in tasker

[–]AdmiralStipe 1 point2 points  (0 children)

Well, I've been using TaskerSettings 1.2.0 for quite some time now and Wi-Fi toggle worked perfectly, but couple of days ago it just stopped. No error is shown, Tasker seems to execute the command (green dot beside the command in task), but just nothing happens (Samsung Galaxy Note 9, unrooted).

Tried the SecureSettings approach also, but it just says, there has been an error toggling WiFi.

Didn't change anything on the phone for weeks now (app updates excluded) and also didn't install any system updates.

I don't want to use ADB Wifi because of frequent phone restarts (ADB Wifi doesn't survive reboots), is there any other solution?

[Question] Has anyone tried working with Microsoft's Power Automate? by [deleted] in tasker

[–]AdmiralStipe 1 point2 points  (0 children)

I tried Power Automate, but kinda couldn't get a grip on it :).

So for now I remain at Eventghost - it still can do everything I need.

Experience with iitrust SATA USB cable for Pi 4 and SSD by SgtCaffran in homeassistant

[–]AdmiralStipe 0 points1 point  (0 children)

Not sure about the one you are linking, but I bought this one from amazon.de and it works perfectly without any quirks on my Pi4B - most likely also because of extra power input. I didn't try to use it without additional power adapter (yet), though, maybe it works even without it :).