# Massive Success

**URL:** https://community.homey.app/t/massive-success/156271
**Category:** Homey Self-Hosted Server
**Created:** [June 17, 2026, 2:09pm UTC](https://community.homey.app/t/massive-success/156271 "2026-06-17T14:09:12Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Bram\_H](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/bram_h/32/52477_2.png) [@Bram\_H](https://community.homey.app/u/Bram_H)
#### Post date: [June 17, 2026, 2:09pm UTC](https://community.homey.app/t/massive-success/156271/1 "2026-06-17T14:09:13Z")

</div>

Hi,

why is this mentioned so often in Homey-SHS?

```bash
Server HTTP GET /manager/energy/live

Server HTTP GET /manager/energy/live → Success 200

```

Does anyone know if I can change it, to show when it is unsuccessful, rather then Success. The entire log is full of this repeated Get. What good does this do, I’m sure more things are successful, those are not listed every millisecond.

Am I the only one bothered by this? 🤷‍♂️

---

<div class="post-metadata">

### Author: ![smarthomesven](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/smarthomesven/32/79712_2.png) [@smarthomesven](https://community.homey.app/u/smarthomesven)
#### Post date: [June 17, 2026, 3:08pm UTC](https://community.homey.app/t/massive-success/156271/2 "2026-06-17T15:08:02Z")

</div>

It just means a GET request was sent to the endpoint `/api/manager/energy/live` and it returned 200 OK. So some client is sending repeated requests to that endpoint. Do you also see “Proxy GET”? If you see “Proxy GET”, it means the request originated from the cloud server.

As far as I know, there’s no way to change the logging. The logs aren’t meant to be viewed by end users anyway.

---

<div class="post-metadata">

### Author: ![Peter\_Kawa](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/peter_kawa/32/173848_2.png) [@Peter\_Kawa](https://community.homey.app/u/Peter_Kawa)
#### Post date: [June 17, 2026, 4:53pm UTC](https://community.homey.app/t/massive-success/156271/3 "2026-06-17T16:53:47Z")

</div>

Filters are invented to narrow down logs 👀  
Just ignore the “hey I’m okay” entries by using something like:  
`$ less todays.log | grep 'error'`
