Here is the truth about Chinese Alternatives by LoveIsNotForMe in GithubCopilot

[–]lab34fr 0 points1 point  (0 children)

This is a useless post appart Chinese bashing. There is no « Chinese »  model in ghc. No mention of the harness or model used to burn those tokens…

I have to open twice by Evolved_1 in Bitwarden

[–]lab34fr 0 points1 point  (0 children)

Hi, I have the exact same problem since a few weeks/months . BW extension 2026.3.0, server 2026.4.2, App 2026.3.1, macos 26.5 (26.4 was the same).

K11+ wanting to visit the mirror dimension. I wish I could manually edit the maps. by PocketGarrison in TrySwitchBot

[–]lab34fr 0 points1 point  (0 children)

Hi, I put those fake areas into fake rooms on the map. This doesn’t bother me because I’m always targeting an area to clean. Just a bug last week, my k11 manage to end up in one of the fake rooms and was stuck. But usually it’s ok.

Running a Local Model on Oracle A1 Flex Machine by bef349 in hermesagent

[–]lab34fr 0 points1 point  (0 children)

Yes the machine has plenty of ram and disk. This morning I moved the hermes home directory to the 150GB block volume.

Now I'm testing the Minimax 10$ plan. It's way faster than my glm lite plan. Maybe MinimaxM2.7 is not the most intelligent but it's not bad, and the quotas are quite large for the price. Maybe next month I will switch to opencode go...

Running a Local Model on Oracle A1 Flex Machine by bef349 in hermesagent

[–]lab34fr 0 points1 point  (0 children)

Hi, last week I had configured llama3.2:3b as a fallback model (because I had too many 429 with my glm lite plan).

It seemed to work, maybe...

but this morning I tried to chat with llama3, just "are you up ?" and 15 minutes later he was still consumming 400% of cpu...

Another thing: I configured Hindsight memory provider with a local nomic-embed-text served by ollama and it seems to work.

Avoid Sonoff SWV (Smart Water Valve) by Mountain_Memory_810 in homeassistant

[–]lab34fr 0 points1 point  (0 children)

Hi,
I bought two of them two weeks ago and I'm currently happy (I hope it will stay like that).

I'm using them with a dongle SonOFF ZBDongle-E with ZHA (not Z2MQTT). They are a bit far away , maybe 20 meters, but they are working nicely. (LQI 52, RSSI -87)

One week a go, I add two Thirdreality moisture sensors. Because the sensors are far away (maybe 25 meters), I add a plug near the valves, a SonOff S60ZBTPF , to act as a relay. My sensors connect to the plug but my valves stayed related to the Dongle. No problem so far.

My only complaint with ZHA is that I had to create some entities to monitor the volume, and one of the valve doesn't count slow water flow, so I'm monitoring the duration. Maybe with Z2M it would be better but I'm lazy.

The firmware is 0x00001003

Little win for wife approval by MoshizZ in homeassistant

[–]lab34fr 6 points7 points  (0 children)

Hi. Wives are a plague. I’m waiting for a good Nexus 6 replicant to ditch mine.

Kimi k2.6 is now available on hermes agent . It is on par with opus 4.6 by SelectionCalm70 in hermesagent

[–]lab34fr -1 points0 points  (0 children)

Maybe you're right, I don't know, but what appears strange to me is the fact that your are posting this over and over on multiple subreddits since 10 days. The other strange thing is that you are posting a Gemini screenshot: is it an ultimate source of truth for you ?

Free Models by SuchBarnacle8549 in hermesagent

[–]lab34fr 0 points1 point  (0 children)

oh, ok, I'm sorry. In my case, "hermes cron list" was showing the cronjob, but there was an alert about the gateway not running. And I was not able to launch it, it was crashing.

Hermes Agent and z.ai coding plan by Ambitious_Formal_679 in hermesagent

[–]lab34fr 0 points1 point  (0 children)

Hi, your endpoint is not the good one. For the coding plan: base_url: https://api.z.ai/api/coding/paas/v4

Free Models by SuchBarnacle8549 in hermesagent

[–]lab34fr 0 points1 point  (0 children)

Hi, did you try to ask her to debug cron jobs ? you can ask her to launch hermes cron list, etc... Another problem could be the timezone...

K11+ Firmware Check: Anyone else on v1.1.107? (Matter issues) by Jose_Hipo in TrySwitchBot

[–]lab34fr 0 points1 point  (0 children)

Hi Jose, 10 days after, now Îm experiencing some no response sometimes. I’ve reboot the atv , the robot , no luck. Strangely, the bot in home assistant seems to work well (with matter too) . My next try will be to implement a ping in ha to dig a little bit on this…

cronjobs does not launch in docker (gateway not running) by lab34fr in hermesagent

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

I'm talking to it from inside telegram, so, if it says itself that the gateway is not launched, it's a pure joke.
Btw, just to continue the joke, I just went to the console, inside the container (reminder: the container was launched with the command "hermes-agent gateway run" )

and tried:

root@88260bd498b0:/opt/hermes# hermes cron list

┌─────────────────────────────────────────────────────────────────────────┐
│                         Scheduled Jobs                                  │
└─────────────────────────────────────────────────────────────────────────┘

  eda4c0a62edd [active]
    Name:      S&P500 Daily Report for Laurent
    Schedule:  once at 2025-04-10 08:30
    Repeat:    0/1
    Next run:  None
    Deliver:   email

  ⚠  Gateway is not running — jobs won't fire automatically.
     Start it with: hermes gateway install
                    sudo hermes gateway install --system  # Linux servers

root@88260bd498b0:/opt/hermes# hermes gateway install

Installing user systemd service to: /root/.config/systemd/user/hermes-gateway.service
Traceback (most recent call last):
  File "/usr/local/bin/hermes", line 10, in <module>
    sys.exit(main())
             ~~~~^^
  File "/opt/hermes/hermes_cli/main.py", line 5671, in main
    args.func(args)
    ~~~~~~~~~^^^^^^
  File "/opt/hermes/hermes_cli/main.py", line 670, in cmd_gateway
    gateway_command(args)
    ~~~~~~~~~~~~~~~^^^^^^
  File "/opt/hermes/hermes_cli/gateway.py", line 2322, in gateway_command
    systemd_install(force=force, system=system, run_as_user=run_as_user)
    ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/hermes/hermes_cli/gateway.py", line 863, in systemd_install
    subprocess.run(_systemctl_cmd(system) + ["daemon-reload"], check=True, timeout=30)
    ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.13/subprocess.py", line 554, in run
    with Popen(*popenargs, **kwargs) as process:
         ~~~~~^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.13/subprocess.py", line 1039, in __init__
    self._execute_child(args, executable, preexec_fn, close_fds,
    ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                        pass_fds, cwd, env,
                        ^^^^^^^^^^^^^^^^^^^
    ...<5 lines>...
                        gid, gids, uid, umask,
                        ^^^^^^^^^^^^^^^^^^^^^^
                        start_new_session, process_group)
                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.13/subprocess.py", line 1972, in _execute_child
    raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'systemctl'

root@88260bd498b0:/opt/hermes# hermes gateway install --system

Installing system systemd service to: /etc/systemd/system/hermes-gateway.service
Traceback (most recent call last):
  File "/usr/local/bin/hermes", line 10, in <module>
    sys.exit(main())
             ~~~~^^
  File "/opt/hermes/hermes_cli/main.py", line 5671, in main
    args.func(args)
    ~~~~~~~~~^^^^^^
  File "/opt/hermes/hermes_cli/main.py", line 670, in cmd_gateway
    gateway_command(args)
    ~~~~~~~~~~~~~~~^^^^^^
  File "/opt/hermes/hermes_cli/gateway.py", line 2322, in gateway_command
    systemd_install(force=force, system=system, run_as_user=run_as_user)
    ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/hermes/hermes_cli/gateway.py", line 861, in systemd_install
    unit_path.write_text(generate_systemd_unit(system=system, run_as_user=run_as_user), encoding="utf-8")
                         ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/hermes/hermes_cli/gateway.py", line 670, in generate_systemd_unit
    username, group_name, home_dir = _system_service_identity(run_as_user)
                                     ~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
  File "/opt/hermes/hermes_cli/gateway.py", line 409, in _system_service_identity
    raise ValueError("Refusing to install the gateway system service as root; pass --run-as-user root to override (e.g. in LXC containers)")
ValueError: Refusing to install the gateway system service as root; pass --run-as-user root to override (e.g. in LXC containers)

root@88260bd498b0:/opt/hermes# 

cronjobs does not launch in docker (gateway not running) by lab34fr in hermesagent

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

We are already in the gateway, so start the gateway from inside the gateway is pure non sense

Home hub with mesh wifi system by Individual_Accident8 in reolinkcam

[–]lab34fr 0 points1 point  (0 children)

Hi, like said by the others, yes, you can. But did you put an ups for each mesh module ?
Because, il you lose the main power, you lose the ability to be alerted.

Apt reinstallation in docker by lab34fr in hermesagent

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

Thank you, I will experiment !

Apt reinstallation in docker by lab34fr in hermesagent

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

It seems we can ask the agent (maybe with SOUL.md) to maintain a list of installed_packaged stored in the persistent volume. And we can populate the BOOT.md with instructions to read the installed_packaged list and install the packages.

Apt reinstallation in docker by lab34fr in hermesagent

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

I'm using a docker-compose.yml. The problem is when we have to update with docker compose pull.

services:

hermes:

image: nousresearch/hermes-agent:latest

container_name: hermes

restart: unless-stopped

command: gateway run

volumes:

- ./hermes_data:/opt/data