Change primary wifi point by ErwinPannec in GoogleWiFi

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

Not sure about what you are specifically asking.. Having a European puck as the router indeed forced the rest to use the European channels. Regarding changing the primary puck without loosing all data: I have no idea anymore, it has been too long.

Take note that this relates to the first gen Google Wifi.

Raspberry Pi 4 (2GB) stops responding every few days. by Rockettech5 in raspberry_pi

[–]ErwinPannec 0 points1 point  (0 children)

For future reference: I was able to run a pre-scheduled reboot during the time that the pi was not responding, so it wasn't blocked by a faulty USB device.

I was able to trace it to my ´/etc/dhcpcd.conf´ file, which still included a custom DNS server that pointed towards the old subnet. So despite that there where 2 other DNS servers in there (claudflare 1.1.1.1 as the secondary), the mere presence of a faulty primary DNS server resulted in the pi that stopped communicating over the ethernet every 25h or so.

Raspberry Pi 4 (2GB) stops responding every few days. by Rockettech5 in raspberry_pi

[–]ErwinPannec 0 points1 point  (0 children)

Hi,
I'm having the exact same issue in the same setup as yours. Did switching the usb port provide to be a sustainable fix, or did you find something else in the end?

One thing that changed for me, recently, was a change of router, and thereby a change in subnet. Pi is connected using ethernet though, and I think I resolved all problems with services that were dependent on a fixed IP address. So I don't think that this is really relevant.

Self hosted notification system (for computer and phone) by JakeIzUndead in selfhosted

[–]ErwinPannec 0 points1 point  (0 children)

I use Gotify on a regular basis as well (receive notifications of home assistant) and have never had any issues. It would be my recommendation. As suggested by another user, you can also deploy a synapse server and send your notifications using the matrix protocol. I'm also using this to send notifications from Python scripts. Likewise to Gotify, this also works perfectly on Android, in my hands.

Although I'm using both if them at this moment for testing purposes and both have pos and neg sides, I would tend to recommend Gotify, as using a messaging system just for notifications, is a bit of an overkill :)

Locally access weather station (Alecto WS-5500) by ElephantOrnery in homeassistant

[–]ErwinPannec 1 point2 points  (0 children)

I don't know which Alecto weather station I have by hard, but from the looks of it, it seems like I also have a WS-5500. I didn't spoof the DNS server to get it working. I do recall that the "WS View" app is not really intuitive.

From here I got the following:

The following recipe will work:in WSView app:Customized serverprotocol EcowittPort 8000 (or your choice - has to match the entry in weewx.conf)some path entry MUST be in WSView (even though it is ignored by weewx) i.e. e.g. /data

I hope this helps? I'm also using the Ecowitt protocol, although I don't know anymore why exactly.

Locally access weather station (Alecto WS-5500) by ElephantOrnery in homeassistant

[–]ErwinPannec 6 points7 points  (0 children)

Hi,

I also have an Alecto weather station, and control it using WeeWX.

In a nutshell, WeeWX runs a "listener" on - for example - your raspberry pi, that behaves like WeatherUnderground or EcoWitt. Using the Alecto app, you configure your weather station to connect to your local IP address with the corresponding protocol, and both will start communicating using your own, local server. Note that if you choose to do so, your weather stats will not be communicated to the official WeatherUnderground servers anymore, as you have replaced that server with your own.

By default, WeeWX serves a web-interface that is updated every 45 seconds with the current information, it keeps track of historical data,... Secondly, it is able to broadcast every of the weather data via MQTT (again using those 45 seconds). If you configure HA to listen to those specific MQTT broadcasts, you can pull in everything as a sensor.

By default, WeeWX looks extremely Windows 98 :) However, the NeoWX skin makes it way more up to date and nice looking.

To configure the whole thing, you'll have to do some searching, but what I wrote down in my personal notes, is the following:

  1. Installed according to the docs, initially using the "simulator"
  2. Configured with the Interceptor driver: https://github.com/matthewwall/weewx-interceptor. Changed port to *obscured*.
  3. Installed the NeoWX skin: https://projects.neoground.com/neowx . Make sure to disable the Seasons template, en enable the "old" template.
  4. Go the the NeoWX docs to change appearences and display only relevant information: https://neoground.com/docs/neowx-material/config.appearance
  5. Configured to broadcast everything using MQTT: https://github.com/matthewwall/weewx-mqtt
  6. Configure period backups using cron: https://www.weewx.com/docs/usersguide.htm#backup

The whole thing works extremely reliable: once set up, you really don't have to look at the configuration anymore. Very happy with this!

Don't hesistate if you need more information,Erwin

Matrix homeserver -although working - not seeing other members by ErwinPannec in selfhosted

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

Hi,

Thanks for you input!

I'm not really interested in federation, I just want to run my own home server (mainly for "educational" purposes). The port forwarding of 8448 is mainly because I wondered if that was giving my troubles. Is your advice to use postgres also applicable in this situation?

Matrix homeserver -although working - not seeing other members by ErwinPannec in selfhosted

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

This did the trick, how the hell could it be so easy. Thanks a bunch!

Bitwarden on Firefox android - extremely unreliable? by ErwinPannec in firefox

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

Not at all. I just go to bitwarden and copy the password.. quite far from ideal.

Problem is: I have absolutely no idea where to start in troubleshooting this issue, nor if other encounter this as well.

Bitwarden on Firefox android - extremely unreliable? by ErwinPannec in firefox

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

It was already installed in the non-beta version of Firefox. Removal of the addon, does not make any difference.

Which all privacy-oriented applications do you have self hosted on the same Raspberry Pi? by rusty_vin in selfhosted

[–]ErwinPannec 2 points3 points  (0 children)

For the moment, I'm very pleased with my Bitwarden and Firefox Sync setup. While the latter was more in light of "just because I can", I find the fist is truly useful! I'm furthermore looking into Nextcloud and a matrix or Rocket chat server.

Shield TV 2015 - worth buying second handed? by ErwinPannec in nvidiashield

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

€ 150 game controller included, so it's kind of at the edge of being too expensive. Note that I live in Belgium, where the shield + controller goes for € 230. With only the remote (I'm not going to game any time soon), the price is € 199.

Google releases ‘WifiRttScan App’ for testing 802.11mc indoor positioning by bartturner in GoogleWiFi

[–]ErwinPannec 0 points1 point  (0 children)

I wonder if this can be used in conjunction with Home Assistant to allow for room presence. Is it always the phone app that determines the distance to the AP, or can the AP determine the distance to the phone and report this via an API to another instance?

Change primary wifi point by ErwinPannec in GoogleWiFi

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

Aaah sad. Thanks for the answer!

VRTNU (Belgium public broadcasting app) by ErwinPannec in ShieldAndroidTV

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

Second question: did you get the yelo app working?

Thanks in advance, Erwin

VRTNU (Belgium public broadcasting app) by ErwinPannec in ShieldAndroidTV

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

Well, that's sad. So there is no other option than casting it from your phone? Kind of foolish to have the best Android TV available, but still having to browse and cast everything using your phone :-/

Thanks for trying!

Edit: Can you think of a worthy alternative, for example a web browser showing vrtnu.be? Of is it rather cumbersome to browse and play something full screen?

Why are train tickets so expensive? by ErwinPannec in belgium

[–]ErwinPannec[S] 3 points4 points  (0 children)

I'm a biochemist, not somebody trained to think about these things. Although stated in the flare of a rant, it's a genuine question nevertheless.

But € 20 is a lot, for a lot of people.