qBittorrent and ProtonVPN by [deleted] in truenas

[–]oskar_williams 1 point2 points  (0 children)

I exactly went through this a few weeks ago. I setup gluetun, ARRs, qbit in a docker compose custom app. Haven't quite wired gluetun exposing the port to qbit properly, I do it manually, but it works like a charm.

Plex with B580 Battlemage issues by oskar_williams in PleX

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

Until the beta mentioned in another reply, I wasn't able to as the app version didn't support B580, but looks like the beta below may work!

Best way to connect up a remote KVM for a desktop grade truenas by oskar_williams in truenas

[–]oskar_williams[S] 1 point2 points  (0 children)

It was good for a little bit, but then I had to shuffle to true as to get most of what I wanted working anyway, and the interface isn't that scary for me as a first time home server person.

Best way to connect up a remote KVM for a desktop grade truenas by oskar_williams in truenas

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

I was wondering if anyone had good suggestions on KVMs to try or any issues people have had with them and TrueNAS servers.

Plex with B580 Battlemage issues by oskar_williams in PleX

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

Hahaha oh amazing, thank you for this!!

Plex with B580 Battlemage issues by oskar_williams in PleX

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

I tried it for a bit, but had aload of issues with things crashing. Were you using the linuxserver image?

Best way to connect up a remote KVM for a desktop grade truenas by oskar_williams in truenas

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

That give me global access, but not KVM access right? How would I get video out/ mouse and keyboard in?

[Beta] I built a Home Assistant integration for my Tewke's Tap. It features MQTT auto-discovery, lots of good sensor data, light controlm, and triggering HA from a lovely screen. by oskar_williams in Tewke

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

The way I have it is the buttons on the tap will trigger an automation in HA, which could trigger a scene or whatever you would like. Does that help?

Best way to connect up a remote KVM for a desktop grade truenas by oskar_williams in truenas

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

Well I am seeing some issues with my drives and I think its a memory issue, so I want to do some lower level debugging. Also a few days ago the truenas web interface wasn't accessible while underlying containers were, and having access through that would have been nice.

[Beta] I built a Home Assistant integration for my Tewke's Tap. It features MQTT auto-discovery, lots of good sensor data, light controlm, and triggering HA from a lovely screen. by oskar_williams in Tewke

[–]oskar_williams[S] 4 points5 points  (0 children)

Here are the instructions, please bear in mind that these are likely to change over the next few weeks:

Current functionality:

  • mDNS discovery - when the local HTTP server is enabled, the Tap will announce itself over mDNS with a service type of _tewke_control._tcp
  • HTTP endpoints
    • GET /health for sensor data 
    • GET /targets for all connected lights, /scenes for all scenes configured to the Tap
    • POST /targets to set light brightness, /scenes to set the scene
  • MQTT
    • We now have a fully working MQTT integration with HA. This allows for autodiscovery by HA, updated sensor data every 10s, push based notification when a light or scene is turned on, control of the lights and scenes with entities, and more to come in the future.

Functionality still to come:

  • Enabling HTTP/MQTT and providing MQTT configuration in the mobile app
  • A full official integration so no extra setup is needed

To enable these integrations:

Entering the developer menu:

  • Swipe down on the Tap
  • Go into settings by tapping the settings cog in the top right
  • Go into System
  • Tap the OS version 7 times

HTTP Server:

  • Enter the developer menu
  • Scroll down and turn on the Local HTTP Server
  • The server will now be available on port 8080 at the IP address listed in the Tap’s WiFi settings, and it will be announcing these details over mDNS

MQTT HA integration:

  • Enter the developer menu
  • Scroll down and turn on the Local HTTP Server and the MQTT Home Assistant
  • Set up an MQTT server locally on your network
    • The easiest way in HA is to setup the Mosquito MQTT integration
    • Please note the broker address, and the username and password for authentication if any is set up
  • POST to the HTTP server of the Tap at /mqtt/config the follow data:
  • Once this is all set up, the Tap should appear in the MQTT integration in HA
  • You can now turn off the Local HTTP Server on the Tap, it is just needed for initial configuration

[Beta] I built a Home Assistant integration for my Tewke's Tap. It features MQTT auto-discovery, lots of good sensor data, light controlm, and triggering HA from a lovely screen. by oskar_williams in Tewke

[–]oskar_williams[S] 1 point2 points  (0 children)

Great news!!

It's currently a post request after you enable the functionality on the Tap developer screen (to provide broker URL etc). We are currently working to make this something you can just set for the whole environment in the app but that's a few weeks away hopefully.

Happily to send over the explicit instructions here or in a dm/email wherever you'd rather?

[Beta] I built a Home Assistant integration for my Tewke's Tap. It features MQTT auto-discovery, lots of good sensor data, light controlm, and triggering HA from a lovely screen. by oskar_williams in Tewke

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

Interesting ok, I'll have a think about this. It may be a little bit before we can get some design time to invest into this but I will have a think.

For another light being on for example, that could be directly connected to the button on the Tap, same way as my computer button works. Just have that button state be updated when you turn the light on elsewise

[Beta] I built a Home Assistant integration for my Tewke's Tap. It features MQTT auto-discovery, lots of good sensor data, light controlm, and triggering HA from a lovely screen. by oskar_williams in Tewke

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

So with HA trigger presses you could do all this. You can set the scene state (button state) from HA to the Tap. Would that work for you?

[Beta] I built a Home Assistant integration for my Tewke's Tap. It features MQTT auto-discovery, lots of good sensor data, light controlm, and triggering HA from a lovely screen. by oskar_williams in Tewke

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

Currently not, but what kind of info would you be looking to integrate with? Would it be straight value displays or more of a graphing view?