peregus

joined 2 years ago
[–] peregus@lemmy.world 1 points 2 hours ago

It depends, usually just some minutes, but during the summer it could be more. I'd like (the ideal result) to find a way that just works in any case.

[–] peregus@lemmy.world 2 points 2 hours ago

Totally agree. They could be the stars of their repository

 

In the office we have an automation system that talks in modbus. Right now I have Node Red that receives data from modbus (via IP), sends it to MQTT and send messages from MQTT to modbus. In HA I have 15 MQTT climates that works. I want to bypass Node Red; I've added an automation that gets triggered when a MQTT values arrives and sends the new value to mobus:

alias: Climate_update_modbus_setpoint_studio1
description: ""
triggers:
  - trigger: mqtt
    topic: home_assistant/thermostat/setpoint/Studio1
actions:
  - data:
      hub: picnet
      address: 1099
      value: "{{ (trigger.payload | float * 10) | int }}"
    action: modbus.write_register
mode: queued

The problem is that the modbus change takes a lot.

  • I change the climate setpoint, after about 0.5 seconds the MQTT value changes and the automation gets triggered
  • the modbus register changes in a range of about 0.5-3 seconds
  • sometimes the automation gets triggered and I see the trigger bar yellow instead of blue and the modbus register changes after longer

With Node Red I have no problem with modbus. What can I check to try to find the source of the problem?

[–] peregus@lemmy.world 1 points 17 hours ago

Negative, it's "just" an HP Elitebook with a PCIe SFP+ board.

[–] peregus@lemmy.world 2 points 1 day ago

Only through SFP+ I think that the only option would be to add a second NiC. Thanks!

[–] peregus@lemmy.world 2 points 1 day ago (5 children)

I did think about that option, but the onboard NIC is connected to the ONT (fiber connection) and the SFP+ is off when the server is off so it can't receive WOL packets. By the way, thanks.

12
submitted 1 day ago* (last edited 1 day ago) by peregus@lemmy.world to c/homelab@lemmy.ml
 

I've installed an APC BX950MI-GR and connected it to my Proxmox server via USB. It works: it turns off the server after x minutes after the power loss and it gets turned off by the command upsdrvctl shutdown, when the powers come back on, the UPS turns on and so does the server. The problem is if the power comes back after the server receive the power off signal and before the UPS powers off, in this case the UPS simply goes back in the normal state and the server...stays off. How can I turn it back on? Thanks!

[–] peregus@lemmy.world 1 points 2 months ago (1 children)

I'm gonna give you my setup even if it's not what you've asked. I use Tasker to automatically start GPSlogger whenever Içm not connected to a known WiFi. GPSlogger sends data to NodeRed (it could send the directly to Traccar) that sends it to Traccar and Dawarich (if you don't know it, try it!). You could easily send the position to HA with "call service" or an HTTP request

[–] peregus@lemmy.world 2 points 2 months ago

The SSD nowadays have a very high write limit, unless you'll keep writing data on them constantly, you'll never worn out. You will have to write about 500 times the whole SSD to wear it out (some thousands for enterprise SSDs).

[–] peregus@lemmy.world 2 points 2 months ago

I've used about 10 years ago too, but I've heard that now it needs a Mikrotik device but I've nver had the time to test it

[–] peregus@lemmy.world 1 points 2 months ago (2 children)

Can it discover non Mikrotik devices?

[–] peregus@lemmy.world 1 points 2 months ago (1 children)

How would you create the remote repository? With rest-server?

[–] peregus@lemmy.world 2 points 2 months ago

Got it, good idea, thanks!

[–] peregus@lemmy.world 1 points 2 months ago (2 children)

I'm sorry, but I still don't understand what you mean. Could you please elaborate bit? Thanks!

 

I have 3 servers:

  • my house
  • my sister house
  • my parents house

My server has a lot of services (Nextcloud and Immich the ones that use more space), the other 2 servers only have Home Assistant, Frigate and some shared folders. On my server I use Backrest to backup locally and on Wasabi, the other 2...well...are not backed up 🙈 ...yet!

I was thinking to buy a couple of 14/20TB drives and install them in my parents and sister servers so that each server can backup data on the other 2. The backup will be done locally on all the servers with Backrest. How do I copy the backups across servers? Should I use Syncthing or is it better to use one repository per location on each Backrest? Or...other ideas?

Thanks!

 

Yesterday I was reading the post about the FUTO keyboard where there were a lot of messages deleted by moderators.
I've commented there

What the heck happened with all the messages deleted by moderator?

And it got deleted. Right now you can only see 4, but I've counted 19 messages moderated and the post has been locked. Why?
I've had a look ad the modlog and the messages don't seems to violate any policy (now they've removed them in the modlog too).

I'm pinging here lemmy.ml admin and the mods of the open source community where the post was posted so they can have their say about it and clarify the situation to me.
@kevincox@lemmy.ml @CrypticCoffee@lemmy.ml @Lettuceeatlettuce@lemmy.ml @Cloak@lemmy.ml @davel@lemmy.ml @dessalines@lemmy.ml @nutomic@lemmy.ml @JoeBidet@lemmy.ml @cypherpunks@lemmy.ml

If I'm getting something wrong, please let me know, I'm here to discus and understand if I'm getting something wrong or if something went wrong in the moderation. Thanks!

Down here you can see the deleted comments.

P.s. I'm writing here because I think that this post on lemmy.ml wouldn't last long.

 

Hi all!
I often struggle to remember where/if I've ordered a product (my email account is a mess, my own fault!), how much I've paid and if it was for me or for some member of my family. Is there a self hosted service that you've tried and find helpful that can do this kind of job?

 

Hi all! I have a HA server in my LAN and all my IoT devices are in a separate VLAN. In this way to insert all the devices I have to configure them all manually using MQTT commands. Since I'm fed up about this method, I've added a second NIC to the HA VM (Proxmox) that is in the IoT VLAN. When I enter the terminal I see that HA has 2 IPs, one for each network and I thought that all the Shelly (they use the same MQTT broker that uses HA, they're not configured for cloud connection and ColoT is enabled) devices would appear in HA, but...they don't. How do you think that I can troubleshoot this problem?

 

Hi all! I've just installed Immich and so far I love it! I'm trying to upload about 1000 pictures, but in the upload process (web UI) automatically evaluates the duplicates and don't upload them. The ones that it evaluates as duplicates are not real duplicates, but are rather very similar pictures that I prefer to decide myself which one to keep. Is it possible to disable the duplicate recognition during upload? Thanks!

 

Hi everybody!
I want to move my selfhosted services from a VPS to a PC in my house.
I have an E5-2620 and a it-6700K, which one would you pick and why?
The E5 already has 2 PCI-X each with 4 NIC (that I need to use with OpnSense to share my Internet connection with my neighbor) that I would need to throw away and buy as PCIe for the i7.
Thanks!

 

When my PC wake up from sleep, all the windows are in the main display (I have 2) and in the top half. Is there a way to save the windows position every x minutes so that when it wakes up I can restore it?

14
submitted 7 months ago* (last edited 7 months ago) by peregus@lemmy.world to c/kde@lemmy.kde.social
 

I want to add a shortcut to create new tab in Konsole, but I want it to be local and not global (CTRL+T is already used by another application). I've searched and it seems that I need to go to Settings → Configure Keyboard Shortcuts, but I don't have the settings anywhere. I read that I should have a menu bar, but...I don't. What's going on with my Konsole??? Thanks!

 

Hi everybody!
I've just installed Kubuntu and I'm using Linux gui for the first time.
I have 2 4K screens, one horizontal and one vertical. With Windows I divide the horizontal one in 4 equal parts and the vertical in 3 parts so that all are almost 16:9 and each have it's own taskbar that's so useful to me because I know what I've opened in every virtual screen and if in virtual screen there is Outlook, but I need to take in foreground Chrome that I know it's there (but it's also in other screens), I can click on Chrome on the virtual screen 1 taskbar. If there are no multiple taskbar, I would have to click on Chrome on the main taskbar and select which window I need (which can be problematic because not always it's possible to see what's going on in the small preview).

Is this or something similar possible with KDE plasma (I'm on 6.1.5).

Thanks!

 

Is it possibile to create an IP whitelist? I get constantly banned by different HA servers (home, office, etc.) from my smartphone and everytime I need to edit the ip_bans.yaml file and restart HA.

view more: next ›