1 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
2 |
DENIED
|
moderate
|
App\Entity\Entry {#1776
+user: Proxies\__CG__\App\Entity\User {#1439 …}
+magazine: App\Entity\Magazine {#398
+icon: Proxies\__CG__\App\Entity\Image {#300 …}
+name: "homeassistant@lemmy.world"
+title: "homeassistant"
+description: "Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io"
+rules: null
+subscriptionsCount: 1
+entryCount: 46
+entryCommentCount: 460
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1729539860 {#327
date: 2024-10-21 21:44:20.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#281 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-id: 145
+apId: "homeassistant@lemmy.world"
+apProfileId: "https://lemmy.world/c/homeassistant"
+apPublicUrl: "https://lemmy.world/c/homeassistant"
+apFollowersUrl: "https://lemmy.world/c/homeassistant/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "homeassistant"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1710368376 {#324
date: 2024-03-13 23:19:36.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1704127905 {#326
date: 2024-01-01 17:51:45.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1712 …}
+slug: "Getting-a-bunch-of-errors"
+title: "Getting a bunch of errors"
+url: null
+body: """
Everything was working okay, but suddenly I’m getting a bunch of errors from my thermostat and I’m unable to set temperature or anything\n
\n
```\n
\n
<span style="color:#323232;">Source: helpers/entity.py:1125\n
</span><span style="color:#323232;">First occurred: 5 January 2024 at 22:20:54 (4 occurrences)\n
</span><span style="color:#323232;">Last logged: 08:35:01\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">Failed to set state for sensor.0x003c84fffef2dac7_program, fall back to unknown\n
</span><span style="color:#323232;">Traceback (most recent call last):\n
</span><span style="color:#323232;"> File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1125, in _async_write_ha_state\n
</span><span style="color:#323232;"> hass.states.async_set(\n
</span><span style="color:#323232;"> File "/usr/src/homeassistant/homeassistant/core.py", line 1831, in async_set\n
</span><span style="color:#323232;"> state = State(\n
</span><span style="color:#323232;"> ^^^^^^\n
</span><span style="color:#323232;"> File "/usr/src/homeassistant/homeassistant/core.py", line 1408, in __init__\n
</span><span style="color:#323232;"> validate_state(state)\n
</span><span style="color:#323232;"> File "/usr/src/homeassistant/homeassistant/core.py", line 228, in validate_state\n
</span><span style="color:#323232;"> raise InvalidStateError(\n
</span><span style="color:#323232;">homeassistant.exceptions.InvalidStateError: Invalid state with length 934. State max length is 255 characters.\n
</span>\n
```\n
\n
I’ve looked in Z2M and its exposing\n
\n
```\n
\n
<span style="color:#323232;">{\n
</span><span style="color:#323232;"> "child_lock": "UNLOCK",\n
</span><span style="color:#323232;"> "current_heating_setpoint": 15,\n
</span><span style="color:#323232;"> "heat": "OFF",\n
</span><span style="color:#323232;"> "linkquality": 224,\n
</span><span style="color:#323232;"> "local_temperature": 14.5,\n
</span><span style="color:#323232;"> "local_temperature_calibration": -2,\n
</span><span style="color:#323232;"> "max_temperature": 45,\n
</span><span style="color:#323232;"> "min_temperature_limit": 5,\n
</span><span style="color:#323232;"> "preset": "hold",\n
</span><span style="color:#323232;"> "preset_mode": "hold",\n
</span><span style="color:#323232;"> "program": {\n
</span><span style="color:#323232;"> "saturday_p1_hour": 6,\n
</span><span style="color:#323232;"> "saturday_p1_minute": 0,\n
</span><span style="color:#323232;"> "saturday_p1_temperature": 14,\n
</span><span style="color:#323232;"> "saturday_p2_hour": 8,\n
</span><span style="color:#323232;"> "saturday_p2_minute": 0,\n
</span><span style="color:#323232;"> "saturday_p2_temperature": 16,\n
</span><span style="color:#323232;"> "saturday_p3_hour": 8,\n
</span><span style="color:#323232;"> "saturday_p3_minute": 30,\n
</span><span style="color:#323232;"> "saturday_p3_temperature": 15,\n
</span><span style="color:#323232;"> "saturday_p4_hour": 20,\n
</span><span style="color:#323232;"> "saturday_p4_minute": 0,\n
</span><span style="color:#323232;"> "saturday_p4_temperature": 12,\n
</span><span style="color:#323232;"> "sunday_p1_hour": 6,\n
</span><span style="color:#323232;"> "sunday_p1_minute": 0,\n
</span><span style="color:#323232;"> "sunday_p1_temperature": 14,\n
</span><span style="color:#323232;"> "sunday_p2_hour": 12,\n
</span><span style="color:#323232;"> "sunday_p2_minute": 30,\n
</span><span style="color:#323232;"> "sunday_p2_temperature": 16,\n
</span><span style="color:#323232;"> "sunday_p3_hour": 14,\n
</span><span style="color:#323232;"> "sunday_p3_minute": 30,\n
</span><span style="color:#323232;"> "sunday_p3_temperature": 15,\n
</span><span style="color:#323232;"> "sunday_p4_hour": 18,\n
</span><span style="color:#323232;"> "sunday_p4_minute": 30,\n
</span><span style="color:#323232;"> "sunday_p4_temperature": 12,\n
</span><span style="color:#323232;"> "weekdays_p1_hour": 6,\n
</span><span style="color:#323232;"> "weekdays_p1_minute": 0,\n
</span><span style="color:#323232;"> "weekdays_p1_temperature": 14,\n
</span><span style="color:#323232;"> "weekdays_p2_hour": 8,\n
</span><span style="color:#323232;"> "weekdays_p2_minute": 0,\n
</span><span style="color:#323232;"> "weekdays_p2_temperature": 16,\n
</span><span style="color:#323232;"> "weekdays_p3_hour": 8,\n
</span><span style="color:#323232;"> "weekdays_p3_minute": 30,\n
</span><span style="color:#323232;"> "weekdays_p3_temperature": 15,\n
</span><span style="color:#323232;"> "weekdays_p4_hour": 20,\n
</span><span style="color:#323232;"> "weekdays_p4_minute": 0,\n
</span><span style="color:#323232;"> "weekdays_p4_temperature": 12\n
</span><span style="color:#323232;"> },\n
</span><span style="color:#323232;"> "running_state": "idle",\n
</span><span style="color:#323232;"> "sensor": "AL",\n
</span><span style="color:#323232;"> "system_mode": "heat",\n
</span><span style="color:#323232;"> "deadzone_temperature": null,\n
</span><span style="color:#323232;"> "max_temperature_limit": null\n
</span><span style="color:#323232;">}\n
</span>\n
```\n
\n
The log is showing this\n
\n
\n
\n
Any idea on what’s gone wrong?\n
\n
Edit: Since I had to reinstall Raspberry Pi OS anyway, I just decided to start again. Hopefully adding the thermostat to HA anew will fix it.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 0
+favouriteCount: 2
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1704537741 {#1706
date: 2024-01-06 11:42:21.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1474 …}
+votes: Doctrine\ORM\PersistentCollection {#1458 …}
+reports: Doctrine\ORM\PersistentCollection {#1758 …}
+favourites: Doctrine\ORM\PersistentCollection {#1635 …}
+notifications: Doctrine\ORM\PersistentCollection {#1697 …}
+badges: Doctrine\ORM\PersistentCollection {#1690 …}
+children: []
-id: 28221
-titleTs: "'bunch':3 'error':5 'get':1"
-bodyTs: "'-2':135 '/pictrs/image/06c24a2e-5a11-48f6-bb2a-f5522d66aef0.png)':315 '/usr/src/homeassistant/homeassistant/core.py':72,81,90 '/usr/src/homeassistant/homeassistant/helpers/entity.py':61 '0':156,168,192,204,252,264,288 '01':44 '08':42 '1125':28,63 '12':196,212,244,292 '14':160,208,224,256 '14.5':131 '1408':83 '15':124,184,232,280 '16':172,220,268 '18':236 '1831':74 '20':36,188,284 '2024':33 '22':35 '224':128 '228':92 '255':108 '30':180,216,228,240,276 '35':43 '4':38 '45':138 '5':31,142 '54':37 '6':152,200,248 '8':164,176,260,272 '934':103 'ad':340 'al':297 'anew':345 'anyth':25 'anyway':332 'async':65,76 'back':52 'bunch':11 'calibr':134 'call':58 'charact':109 'child':118 'current':121 'deadzon':301 'decid':335 'edit':323 'error':13 'everyth':1 'expos':117 'fail':45 'fall':51 'file':60,71,80,89 'first':29 'fix':347 'get':9 'gone':321 'ha':67,344 'hass.states.async':69 'heat':122,125,300 'helpers/entity.py':27 'hold':144,147 'homeassistant.exceptions.invalidstateerror':98 'hope':339 'hour':151,163,175,187,199,211,223,235,247,259,271,283 'idea':317 'idl':295 'init':85 'invalid':99 'invalidstateerror':97 'januari':32 'last':40,59 'lemmy.tf':314 'lemmy.tf/pictrs/image/06c24a2e-5a11-48f6-bb2a-f5522d66aef0.png)':313 'length':102,106 'limit':141,306 'line':62,73,82,91 'linkqual':127 'local':129,132 'lock':119 'log':41,309 'look':112 'm':8,19 'max':105,136,304 'min':139 'minut':155,167,179,191,203,215,227,239,251,263,275,287 'mode':146,299 'null':303,307 'occur':30 'occurr':39 'okay':4 'os':331 'p1':150,154,158,198,202,206,246,250,254 'p2':162,166,170,210,214,218,258,262,266 'p3':174,178,182,222,226,230,270,274,278 'p4':186,190,194,234,238,242,282,286,290 'pi':330 'preset':143,145 'program':148 'rais':96 'raspberri':329 'recent':57 'reinstal':328 'run':293 'saturday':149,153,157,161,165,169,173,177,181,185,189,193 'sensor':296 'sensor.0x003c84fffef2dac7_program':50 'set':22,47,70,77 'setpoint':123 'show':311 'sinc':324 'sourc':26 'start':337 'state':48,68,78,79,87,88,95,100,104,294 'sudden':6 'sunday':197,201,205,209,213,217,221,225,229,233,237,241 'system':298 'temperatur':23,130,133,137,140,159,171,183,195,207,219,231,243,255,267,279,291,302,305 'thermostat':16,342 'traceback':55 'unabl':20 'unknown':54 'unlock':120 'valid':86,94 've':111 'weekday':245,249,253,257,261,265,269,273,277,281,285,289 'work':3 'write':66 'wrong':322 'z2m':114"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704542241
+visibility: "visible "
+apId: "https://lemmy.tf/post/3180092"
+editedAt: DateTimeImmutable @1719212696 {#1539
date: 2024-06-24 09:04:56.0 +02:00
}
+createdAt: DateTimeImmutable @1704537741 {#1738
date: 2024-01-06 11:42:21.0 +01:00
}
} |
|
Show voter details
|
3 |
DENIED
|
edit
|
App\Entity\Entry {#1776
+user: Proxies\__CG__\App\Entity\User {#1439 …}
+magazine: App\Entity\Magazine {#398
+icon: Proxies\__CG__\App\Entity\Image {#300 …}
+name: "homeassistant@lemmy.world"
+title: "homeassistant"
+description: "Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io"
+rules: null
+subscriptionsCount: 1
+entryCount: 46
+entryCommentCount: 460
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1729539860 {#327
date: 2024-10-21 21:44:20.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#281 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-id: 145
+apId: "homeassistant@lemmy.world"
+apProfileId: "https://lemmy.world/c/homeassistant"
+apPublicUrl: "https://lemmy.world/c/homeassistant"
+apFollowersUrl: "https://lemmy.world/c/homeassistant/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "homeassistant"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1710368376 {#324
date: 2024-03-13 23:19:36.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1704127905 {#326
date: 2024-01-01 17:51:45.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1712 …}
+slug: "Getting-a-bunch-of-errors"
+title: "Getting a bunch of errors"
+url: null
+body: """
Everything was working okay, but suddenly I’m getting a bunch of errors from my thermostat and I’m unable to set temperature or anything\n
\n
```\n
\n
<span style="color:#323232;">Source: helpers/entity.py:1125\n
</span><span style="color:#323232;">First occurred: 5 January 2024 at 22:20:54 (4 occurrences)\n
</span><span style="color:#323232;">Last logged: 08:35:01\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">Failed to set state for sensor.0x003c84fffef2dac7_program, fall back to unknown\n
</span><span style="color:#323232;">Traceback (most recent call last):\n
</span><span style="color:#323232;"> File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1125, in _async_write_ha_state\n
</span><span style="color:#323232;"> hass.states.async_set(\n
</span><span style="color:#323232;"> File "/usr/src/homeassistant/homeassistant/core.py", line 1831, in async_set\n
</span><span style="color:#323232;"> state = State(\n
</span><span style="color:#323232;"> ^^^^^^\n
</span><span style="color:#323232;"> File "/usr/src/homeassistant/homeassistant/core.py", line 1408, in __init__\n
</span><span style="color:#323232;"> validate_state(state)\n
</span><span style="color:#323232;"> File "/usr/src/homeassistant/homeassistant/core.py", line 228, in validate_state\n
</span><span style="color:#323232;"> raise InvalidStateError(\n
</span><span style="color:#323232;">homeassistant.exceptions.InvalidStateError: Invalid state with length 934. State max length is 255 characters.\n
</span>\n
```\n
\n
I’ve looked in Z2M and its exposing\n
\n
```\n
\n
<span style="color:#323232;">{\n
</span><span style="color:#323232;"> "child_lock": "UNLOCK",\n
</span><span style="color:#323232;"> "current_heating_setpoint": 15,\n
</span><span style="color:#323232;"> "heat": "OFF",\n
</span><span style="color:#323232;"> "linkquality": 224,\n
</span><span style="color:#323232;"> "local_temperature": 14.5,\n
</span><span style="color:#323232;"> "local_temperature_calibration": -2,\n
</span><span style="color:#323232;"> "max_temperature": 45,\n
</span><span style="color:#323232;"> "min_temperature_limit": 5,\n
</span><span style="color:#323232;"> "preset": "hold",\n
</span><span style="color:#323232;"> "preset_mode": "hold",\n
</span><span style="color:#323232;"> "program": {\n
</span><span style="color:#323232;"> "saturday_p1_hour": 6,\n
</span><span style="color:#323232;"> "saturday_p1_minute": 0,\n
</span><span style="color:#323232;"> "saturday_p1_temperature": 14,\n
</span><span style="color:#323232;"> "saturday_p2_hour": 8,\n
</span><span style="color:#323232;"> "saturday_p2_minute": 0,\n
</span><span style="color:#323232;"> "saturday_p2_temperature": 16,\n
</span><span style="color:#323232;"> "saturday_p3_hour": 8,\n
</span><span style="color:#323232;"> "saturday_p3_minute": 30,\n
</span><span style="color:#323232;"> "saturday_p3_temperature": 15,\n
</span><span style="color:#323232;"> "saturday_p4_hour": 20,\n
</span><span style="color:#323232;"> "saturday_p4_minute": 0,\n
</span><span style="color:#323232;"> "saturday_p4_temperature": 12,\n
</span><span style="color:#323232;"> "sunday_p1_hour": 6,\n
</span><span style="color:#323232;"> "sunday_p1_minute": 0,\n
</span><span style="color:#323232;"> "sunday_p1_temperature": 14,\n
</span><span style="color:#323232;"> "sunday_p2_hour": 12,\n
</span><span style="color:#323232;"> "sunday_p2_minute": 30,\n
</span><span style="color:#323232;"> "sunday_p2_temperature": 16,\n
</span><span style="color:#323232;"> "sunday_p3_hour": 14,\n
</span><span style="color:#323232;"> "sunday_p3_minute": 30,\n
</span><span style="color:#323232;"> "sunday_p3_temperature": 15,\n
</span><span style="color:#323232;"> "sunday_p4_hour": 18,\n
</span><span style="color:#323232;"> "sunday_p4_minute": 30,\n
</span><span style="color:#323232;"> "sunday_p4_temperature": 12,\n
</span><span style="color:#323232;"> "weekdays_p1_hour": 6,\n
</span><span style="color:#323232;"> "weekdays_p1_minute": 0,\n
</span><span style="color:#323232;"> "weekdays_p1_temperature": 14,\n
</span><span style="color:#323232;"> "weekdays_p2_hour": 8,\n
</span><span style="color:#323232;"> "weekdays_p2_minute": 0,\n
</span><span style="color:#323232;"> "weekdays_p2_temperature": 16,\n
</span><span style="color:#323232;"> "weekdays_p3_hour": 8,\n
</span><span style="color:#323232;"> "weekdays_p3_minute": 30,\n
</span><span style="color:#323232;"> "weekdays_p3_temperature": 15,\n
</span><span style="color:#323232;"> "weekdays_p4_hour": 20,\n
</span><span style="color:#323232;"> "weekdays_p4_minute": 0,\n
</span><span style="color:#323232;"> "weekdays_p4_temperature": 12\n
</span><span style="color:#323232;"> },\n
</span><span style="color:#323232;"> "running_state": "idle",\n
</span><span style="color:#323232;"> "sensor": "AL",\n
</span><span style="color:#323232;"> "system_mode": "heat",\n
</span><span style="color:#323232;"> "deadzone_temperature": null,\n
</span><span style="color:#323232;"> "max_temperature_limit": null\n
</span><span style="color:#323232;">}\n
</span>\n
```\n
\n
The log is showing this\n
\n
\n
\n
Any idea on what’s gone wrong?\n
\n
Edit: Since I had to reinstall Raspberry Pi OS anyway, I just decided to start again. Hopefully adding the thermostat to HA anew will fix it.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 0
+favouriteCount: 2
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1704537741 {#1706
date: 2024-01-06 11:42:21.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1474 …}
+votes: Doctrine\ORM\PersistentCollection {#1458 …}
+reports: Doctrine\ORM\PersistentCollection {#1758 …}
+favourites: Doctrine\ORM\PersistentCollection {#1635 …}
+notifications: Doctrine\ORM\PersistentCollection {#1697 …}
+badges: Doctrine\ORM\PersistentCollection {#1690 …}
+children: []
-id: 28221
-titleTs: "'bunch':3 'error':5 'get':1"
-bodyTs: "'-2':135 '/pictrs/image/06c24a2e-5a11-48f6-bb2a-f5522d66aef0.png)':315 '/usr/src/homeassistant/homeassistant/core.py':72,81,90 '/usr/src/homeassistant/homeassistant/helpers/entity.py':61 '0':156,168,192,204,252,264,288 '01':44 '08':42 '1125':28,63 '12':196,212,244,292 '14':160,208,224,256 '14.5':131 '1408':83 '15':124,184,232,280 '16':172,220,268 '18':236 '1831':74 '20':36,188,284 '2024':33 '22':35 '224':128 '228':92 '255':108 '30':180,216,228,240,276 '35':43 '4':38 '45':138 '5':31,142 '54':37 '6':152,200,248 '8':164,176,260,272 '934':103 'ad':340 'al':297 'anew':345 'anyth':25 'anyway':332 'async':65,76 'back':52 'bunch':11 'calibr':134 'call':58 'charact':109 'child':118 'current':121 'deadzon':301 'decid':335 'edit':323 'error':13 'everyth':1 'expos':117 'fail':45 'fall':51 'file':60,71,80,89 'first':29 'fix':347 'get':9 'gone':321 'ha':67,344 'hass.states.async':69 'heat':122,125,300 'helpers/entity.py':27 'hold':144,147 'homeassistant.exceptions.invalidstateerror':98 'hope':339 'hour':151,163,175,187,199,211,223,235,247,259,271,283 'idea':317 'idl':295 'init':85 'invalid':99 'invalidstateerror':97 'januari':32 'last':40,59 'lemmy.tf':314 'lemmy.tf/pictrs/image/06c24a2e-5a11-48f6-bb2a-f5522d66aef0.png)':313 'length':102,106 'limit':141,306 'line':62,73,82,91 'linkqual':127 'local':129,132 'lock':119 'log':41,309 'look':112 'm':8,19 'max':105,136,304 'min':139 'minut':155,167,179,191,203,215,227,239,251,263,275,287 'mode':146,299 'null':303,307 'occur':30 'occurr':39 'okay':4 'os':331 'p1':150,154,158,198,202,206,246,250,254 'p2':162,166,170,210,214,218,258,262,266 'p3':174,178,182,222,226,230,270,274,278 'p4':186,190,194,234,238,242,282,286,290 'pi':330 'preset':143,145 'program':148 'rais':96 'raspberri':329 'recent':57 'reinstal':328 'run':293 'saturday':149,153,157,161,165,169,173,177,181,185,189,193 'sensor':296 'sensor.0x003c84fffef2dac7_program':50 'set':22,47,70,77 'setpoint':123 'show':311 'sinc':324 'sourc':26 'start':337 'state':48,68,78,79,87,88,95,100,104,294 'sudden':6 'sunday':197,201,205,209,213,217,221,225,229,233,237,241 'system':298 'temperatur':23,130,133,137,140,159,171,183,195,207,219,231,243,255,267,279,291,302,305 'thermostat':16,342 'traceback':55 'unabl':20 'unknown':54 'unlock':120 'valid':86,94 've':111 'weekday':245,249,253,257,261,265,269,273,277,281,285,289 'work':3 'write':66 'wrong':322 'z2m':114"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704542241
+visibility: "visible "
+apId: "https://lemmy.tf/post/3180092"
+editedAt: DateTimeImmutable @1719212696 {#1539
date: 2024-06-24 09:04:56.0 +02:00
}
+createdAt: DateTimeImmutable @1704537741 {#1738
date: 2024-01-06 11:42:21.0 +01:00
}
} |
|
Show voter details
|
4 |
DENIED
|
moderate
|
App\Entity\Entry {#1776
+user: Proxies\__CG__\App\Entity\User {#1439 …}
+magazine: App\Entity\Magazine {#398
+icon: Proxies\__CG__\App\Entity\Image {#300 …}
+name: "homeassistant@lemmy.world"
+title: "homeassistant"
+description: "Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io"
+rules: null
+subscriptionsCount: 1
+entryCount: 46
+entryCommentCount: 460
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1729539860 {#327
date: 2024-10-21 21:44:20.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#281 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-id: 145
+apId: "homeassistant@lemmy.world"
+apProfileId: "https://lemmy.world/c/homeassistant"
+apPublicUrl: "https://lemmy.world/c/homeassistant"
+apFollowersUrl: "https://lemmy.world/c/homeassistant/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "homeassistant"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1710368376 {#324
date: 2024-03-13 23:19:36.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1704127905 {#326
date: 2024-01-01 17:51:45.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1712 …}
+slug: "Getting-a-bunch-of-errors"
+title: "Getting a bunch of errors"
+url: null
+body: """
Everything was working okay, but suddenly I’m getting a bunch of errors from my thermostat and I’m unable to set temperature or anything\n
\n
```\n
\n
<span style="color:#323232;">Source: helpers/entity.py:1125\n
</span><span style="color:#323232;">First occurred: 5 January 2024 at 22:20:54 (4 occurrences)\n
</span><span style="color:#323232;">Last logged: 08:35:01\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">Failed to set state for sensor.0x003c84fffef2dac7_program, fall back to unknown\n
</span><span style="color:#323232;">Traceback (most recent call last):\n
</span><span style="color:#323232;"> File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1125, in _async_write_ha_state\n
</span><span style="color:#323232;"> hass.states.async_set(\n
</span><span style="color:#323232;"> File "/usr/src/homeassistant/homeassistant/core.py", line 1831, in async_set\n
</span><span style="color:#323232;"> state = State(\n
</span><span style="color:#323232;"> ^^^^^^\n
</span><span style="color:#323232;"> File "/usr/src/homeassistant/homeassistant/core.py", line 1408, in __init__\n
</span><span style="color:#323232;"> validate_state(state)\n
</span><span style="color:#323232;"> File "/usr/src/homeassistant/homeassistant/core.py", line 228, in validate_state\n
</span><span style="color:#323232;"> raise InvalidStateError(\n
</span><span style="color:#323232;">homeassistant.exceptions.InvalidStateError: Invalid state with length 934. State max length is 255 characters.\n
</span>\n
```\n
\n
I’ve looked in Z2M and its exposing\n
\n
```\n
\n
<span style="color:#323232;">{\n
</span><span style="color:#323232;"> "child_lock": "UNLOCK",\n
</span><span style="color:#323232;"> "current_heating_setpoint": 15,\n
</span><span style="color:#323232;"> "heat": "OFF",\n
</span><span style="color:#323232;"> "linkquality": 224,\n
</span><span style="color:#323232;"> "local_temperature": 14.5,\n
</span><span style="color:#323232;"> "local_temperature_calibration": -2,\n
</span><span style="color:#323232;"> "max_temperature": 45,\n
</span><span style="color:#323232;"> "min_temperature_limit": 5,\n
</span><span style="color:#323232;"> "preset": "hold",\n
</span><span style="color:#323232;"> "preset_mode": "hold",\n
</span><span style="color:#323232;"> "program": {\n
</span><span style="color:#323232;"> "saturday_p1_hour": 6,\n
</span><span style="color:#323232;"> "saturday_p1_minute": 0,\n
</span><span style="color:#323232;"> "saturday_p1_temperature": 14,\n
</span><span style="color:#323232;"> "saturday_p2_hour": 8,\n
</span><span style="color:#323232;"> "saturday_p2_minute": 0,\n
</span><span style="color:#323232;"> "saturday_p2_temperature": 16,\n
</span><span style="color:#323232;"> "saturday_p3_hour": 8,\n
</span><span style="color:#323232;"> "saturday_p3_minute": 30,\n
</span><span style="color:#323232;"> "saturday_p3_temperature": 15,\n
</span><span style="color:#323232;"> "saturday_p4_hour": 20,\n
</span><span style="color:#323232;"> "saturday_p4_minute": 0,\n
</span><span style="color:#323232;"> "saturday_p4_temperature": 12,\n
</span><span style="color:#323232;"> "sunday_p1_hour": 6,\n
</span><span style="color:#323232;"> "sunday_p1_minute": 0,\n
</span><span style="color:#323232;"> "sunday_p1_temperature": 14,\n
</span><span style="color:#323232;"> "sunday_p2_hour": 12,\n
</span><span style="color:#323232;"> "sunday_p2_minute": 30,\n
</span><span style="color:#323232;"> "sunday_p2_temperature": 16,\n
</span><span style="color:#323232;"> "sunday_p3_hour": 14,\n
</span><span style="color:#323232;"> "sunday_p3_minute": 30,\n
</span><span style="color:#323232;"> "sunday_p3_temperature": 15,\n
</span><span style="color:#323232;"> "sunday_p4_hour": 18,\n
</span><span style="color:#323232;"> "sunday_p4_minute": 30,\n
</span><span style="color:#323232;"> "sunday_p4_temperature": 12,\n
</span><span style="color:#323232;"> "weekdays_p1_hour": 6,\n
</span><span style="color:#323232;"> "weekdays_p1_minute": 0,\n
</span><span style="color:#323232;"> "weekdays_p1_temperature": 14,\n
</span><span style="color:#323232;"> "weekdays_p2_hour": 8,\n
</span><span style="color:#323232;"> "weekdays_p2_minute": 0,\n
</span><span style="color:#323232;"> "weekdays_p2_temperature": 16,\n
</span><span style="color:#323232;"> "weekdays_p3_hour": 8,\n
</span><span style="color:#323232;"> "weekdays_p3_minute": 30,\n
</span><span style="color:#323232;"> "weekdays_p3_temperature": 15,\n
</span><span style="color:#323232;"> "weekdays_p4_hour": 20,\n
</span><span style="color:#323232;"> "weekdays_p4_minute": 0,\n
</span><span style="color:#323232;"> "weekdays_p4_temperature": 12\n
</span><span style="color:#323232;"> },\n
</span><span style="color:#323232;"> "running_state": "idle",\n
</span><span style="color:#323232;"> "sensor": "AL",\n
</span><span style="color:#323232;"> "system_mode": "heat",\n
</span><span style="color:#323232;"> "deadzone_temperature": null,\n
</span><span style="color:#323232;"> "max_temperature_limit": null\n
</span><span style="color:#323232;">}\n
</span>\n
```\n
\n
The log is showing this\n
\n
\n
\n
Any idea on what’s gone wrong?\n
\n
Edit: Since I had to reinstall Raspberry Pi OS anyway, I just decided to start again. Hopefully adding the thermostat to HA anew will fix it.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 0
+favouriteCount: 2
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1704537741 {#1706
date: 2024-01-06 11:42:21.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1474 …}
+votes: Doctrine\ORM\PersistentCollection {#1458 …}
+reports: Doctrine\ORM\PersistentCollection {#1758 …}
+favourites: Doctrine\ORM\PersistentCollection {#1635 …}
+notifications: Doctrine\ORM\PersistentCollection {#1697 …}
+badges: Doctrine\ORM\PersistentCollection {#1690 …}
+children: []
-id: 28221
-titleTs: "'bunch':3 'error':5 'get':1"
-bodyTs: "'-2':135 '/pictrs/image/06c24a2e-5a11-48f6-bb2a-f5522d66aef0.png)':315 '/usr/src/homeassistant/homeassistant/core.py':72,81,90 '/usr/src/homeassistant/homeassistant/helpers/entity.py':61 '0':156,168,192,204,252,264,288 '01':44 '08':42 '1125':28,63 '12':196,212,244,292 '14':160,208,224,256 '14.5':131 '1408':83 '15':124,184,232,280 '16':172,220,268 '18':236 '1831':74 '20':36,188,284 '2024':33 '22':35 '224':128 '228':92 '255':108 '30':180,216,228,240,276 '35':43 '4':38 '45':138 '5':31,142 '54':37 '6':152,200,248 '8':164,176,260,272 '934':103 'ad':340 'al':297 'anew':345 'anyth':25 'anyway':332 'async':65,76 'back':52 'bunch':11 'calibr':134 'call':58 'charact':109 'child':118 'current':121 'deadzon':301 'decid':335 'edit':323 'error':13 'everyth':1 'expos':117 'fail':45 'fall':51 'file':60,71,80,89 'first':29 'fix':347 'get':9 'gone':321 'ha':67,344 'hass.states.async':69 'heat':122,125,300 'helpers/entity.py':27 'hold':144,147 'homeassistant.exceptions.invalidstateerror':98 'hope':339 'hour':151,163,175,187,199,211,223,235,247,259,271,283 'idea':317 'idl':295 'init':85 'invalid':99 'invalidstateerror':97 'januari':32 'last':40,59 'lemmy.tf':314 'lemmy.tf/pictrs/image/06c24a2e-5a11-48f6-bb2a-f5522d66aef0.png)':313 'length':102,106 'limit':141,306 'line':62,73,82,91 'linkqual':127 'local':129,132 'lock':119 'log':41,309 'look':112 'm':8,19 'max':105,136,304 'min':139 'minut':155,167,179,191,203,215,227,239,251,263,275,287 'mode':146,299 'null':303,307 'occur':30 'occurr':39 'okay':4 'os':331 'p1':150,154,158,198,202,206,246,250,254 'p2':162,166,170,210,214,218,258,262,266 'p3':174,178,182,222,226,230,270,274,278 'p4':186,190,194,234,238,242,282,286,290 'pi':330 'preset':143,145 'program':148 'rais':96 'raspberri':329 'recent':57 'reinstal':328 'run':293 'saturday':149,153,157,161,165,169,173,177,181,185,189,193 'sensor':296 'sensor.0x003c84fffef2dac7_program':50 'set':22,47,70,77 'setpoint':123 'show':311 'sinc':324 'sourc':26 'start':337 'state':48,68,78,79,87,88,95,100,104,294 'sudden':6 'sunday':197,201,205,209,213,217,221,225,229,233,237,241 'system':298 'temperatur':23,130,133,137,140,159,171,183,195,207,219,231,243,255,267,279,291,302,305 'thermostat':16,342 'traceback':55 'unabl':20 'unknown':54 'unlock':120 'valid':86,94 've':111 'weekday':245,249,253,257,261,265,269,273,277,281,285,289 'work':3 'write':66 'wrong':322 'z2m':114"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704542241
+visibility: "visible "
+apId: "https://lemmy.tf/post/3180092"
+editedAt: DateTimeImmutable @1719212696 {#1539
date: 2024-06-24 09:04:56.0 +02:00
}
+createdAt: DateTimeImmutable @1704537741 {#1738
date: 2024-01-06 11:42:21.0 +01:00
}
} |
|
Show voter details
|
5 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
6 |
DENIED
|
moderate
|
App\Entity\Entry {#1609
+user: Proxies\__CG__\App\Entity\User {#1614 …}
+magazine: App\Entity\Magazine {#398
+icon: Proxies\__CG__\App\Entity\Image {#300 …}
+name: "homeassistant@lemmy.world"
+title: "homeassistant"
+description: "Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io"
+rules: null
+subscriptionsCount: 1
+entryCount: 46
+entryCommentCount: 460
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1729539860 {#327
date: 2024-10-21 21:44:20.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#281 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-id: 145
+apId: "homeassistant@lemmy.world"
+apProfileId: "https://lemmy.world/c/homeassistant"
+apPublicUrl: "https://lemmy.world/c/homeassistant"
+apFollowersUrl: "https://lemmy.world/c/homeassistant/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "homeassistant"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1710368376 {#324
date: 2024-03-13 23:19:36.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1704127905 {#326
date: 2024-01-01 17:51:45.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1712 …}
+slug: "Seeking-assistance-with-Auto-Backup-HACS-integration"
+title: "Seeking assistance with Auto Backup HACS integration"
+url: null
+body: """
I installed the Auto Backup HACS integration and I have a network storage configured in Home Assistant (FYI, I’m running HAOS). If I use HA’s Developer Tools and manually call the “Auto Backup: Backup Full” service, there is a “Location” field where I can select my network storage. The backup successfully completes and saves to my network storage.\n
\n
But in an Automation (based on the Auto Backup bluerpint), I can’t find a way to configure the Location - it defaults to HA’s data disk (i.e., `/root/backup`). DO I have to manually add the location in the yaml? If so, how do I access the actual yaml? When I select “Edit in YAML”, all I see is the barebones blueprint YAML:\n
\n
```\n
\n
<span style="color:#323232;">alias: Automatic Backups\n
</span><span style="color:#323232;">description: using the Auto Backup HACS integration\n
</span><span style="color:#323232;">use_blueprint:\n
</span><span style="color:#323232;"> path: jcwillox/automatic_backups.yaml\n
</span><span style="color:#323232;"> input:\n
</span><span style="color:#323232;"> backup_time: "02:00:00"\n
</span><span style="color:#323232;"> enable_yearly: false\n
</span>\n
```\n
\n
When I view the automation’s traces I can see much more detailed YAML, but I can’t edit it.\n
\n
Thanks for assistance.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 2
+favouriteCount: 9
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1712056344 {#1693
date: 2024-04-02 13:12:24.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1606 …}
+votes: Doctrine\ORM\PersistentCollection {#1610 …}
+reports: Doctrine\ORM\PersistentCollection {#1752 …}
+favourites: Doctrine\ORM\PersistentCollection {#1639 …}
+notifications: Doctrine\ORM\PersistentCollection {#1647 …}
+badges: Doctrine\ORM\PersistentCollection {#1640 …}
+children: []
-id: 27394
-titleTs: "'assist':2 'auto':4 'backup':5 'hac':6 'integr':7 'seek':1"
-bodyTs: "'/root/backup':89 '00':142,143 '02':141 'access':106 'actual':108 'add':95 'alia':124 'assist':17,169 'auto':4,34,68,130 'autom':64,151 'automat':125 'backup':5,35,36,52,69,126,131,139 'barebon':121 'base':65 'blueprint':122,135 'bluerpint':70 'call':32 'complet':54 'configur':14,78 'data':86 'default':82 'descript':127 'detail':159 'develop':28 'disk':87 'edit':113,165 'enabl':144 'fals':146 'field':43 'find':74 'full':37 'fyi':18 'ha':26,84 'hac':6,132 'hao':22 'home':16 'i.e':88 'input':138 'instal':2 'integr':7,133 'jcwillox/automatic_backups.yaml':137 'locat':42,80,97 'm':20 'manual':31,94 'much':157 'network':12,49,59 'path':136 'run':21 'save':56 'see':118,156 'select':47,112 'servic':38 'storag':13,50,60 'success':53 'thank':167 'time':140 'tool':29 'trace':153 'use':25,128,134 'view':149 'way':76 'yaml':100,109,115,123,160 'year':145"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704498004
+visibility: "visible "
+apId: "https://lemmy.d.thewooskeys.com/post/83784"
+editedAt: null
+createdAt: DateTimeImmutable @1704467004 {#1699
date: 2024-01-05 16:03:24.0 +01:00
}
} |
|
Show voter details
|
7 |
DENIED
|
edit
|
App\Entity\Entry {#1609
+user: Proxies\__CG__\App\Entity\User {#1614 …}
+magazine: App\Entity\Magazine {#398
+icon: Proxies\__CG__\App\Entity\Image {#300 …}
+name: "homeassistant@lemmy.world"
+title: "homeassistant"
+description: "Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io"
+rules: null
+subscriptionsCount: 1
+entryCount: 46
+entryCommentCount: 460
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1729539860 {#327
date: 2024-10-21 21:44:20.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#281 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-id: 145
+apId: "homeassistant@lemmy.world"
+apProfileId: "https://lemmy.world/c/homeassistant"
+apPublicUrl: "https://lemmy.world/c/homeassistant"
+apFollowersUrl: "https://lemmy.world/c/homeassistant/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "homeassistant"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1710368376 {#324
date: 2024-03-13 23:19:36.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1704127905 {#326
date: 2024-01-01 17:51:45.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1712 …}
+slug: "Seeking-assistance-with-Auto-Backup-HACS-integration"
+title: "Seeking assistance with Auto Backup HACS integration"
+url: null
+body: """
I installed the Auto Backup HACS integration and I have a network storage configured in Home Assistant (FYI, I’m running HAOS). If I use HA’s Developer Tools and manually call the “Auto Backup: Backup Full” service, there is a “Location” field where I can select my network storage. The backup successfully completes and saves to my network storage.\n
\n
But in an Automation (based on the Auto Backup bluerpint), I can’t find a way to configure the Location - it defaults to HA’s data disk (i.e., `/root/backup`). DO I have to manually add the location in the yaml? If so, how do I access the actual yaml? When I select “Edit in YAML”, all I see is the barebones blueprint YAML:\n
\n
```\n
\n
<span style="color:#323232;">alias: Automatic Backups\n
</span><span style="color:#323232;">description: using the Auto Backup HACS integration\n
</span><span style="color:#323232;">use_blueprint:\n
</span><span style="color:#323232;"> path: jcwillox/automatic_backups.yaml\n
</span><span style="color:#323232;"> input:\n
</span><span style="color:#323232;"> backup_time: "02:00:00"\n
</span><span style="color:#323232;"> enable_yearly: false\n
</span>\n
```\n
\n
When I view the automation’s traces I can see much more detailed YAML, but I can’t edit it.\n
\n
Thanks for assistance.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 2
+favouriteCount: 9
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1712056344 {#1693
date: 2024-04-02 13:12:24.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1606 …}
+votes: Doctrine\ORM\PersistentCollection {#1610 …}
+reports: Doctrine\ORM\PersistentCollection {#1752 …}
+favourites: Doctrine\ORM\PersistentCollection {#1639 …}
+notifications: Doctrine\ORM\PersistentCollection {#1647 …}
+badges: Doctrine\ORM\PersistentCollection {#1640 …}
+children: []
-id: 27394
-titleTs: "'assist':2 'auto':4 'backup':5 'hac':6 'integr':7 'seek':1"
-bodyTs: "'/root/backup':89 '00':142,143 '02':141 'access':106 'actual':108 'add':95 'alia':124 'assist':17,169 'auto':4,34,68,130 'autom':64,151 'automat':125 'backup':5,35,36,52,69,126,131,139 'barebon':121 'base':65 'blueprint':122,135 'bluerpint':70 'call':32 'complet':54 'configur':14,78 'data':86 'default':82 'descript':127 'detail':159 'develop':28 'disk':87 'edit':113,165 'enabl':144 'fals':146 'field':43 'find':74 'full':37 'fyi':18 'ha':26,84 'hac':6,132 'hao':22 'home':16 'i.e':88 'input':138 'instal':2 'integr':7,133 'jcwillox/automatic_backups.yaml':137 'locat':42,80,97 'm':20 'manual':31,94 'much':157 'network':12,49,59 'path':136 'run':21 'save':56 'see':118,156 'select':47,112 'servic':38 'storag':13,50,60 'success':53 'thank':167 'time':140 'tool':29 'trace':153 'use':25,128,134 'view':149 'way':76 'yaml':100,109,115,123,160 'year':145"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704498004
+visibility: "visible "
+apId: "https://lemmy.d.thewooskeys.com/post/83784"
+editedAt: null
+createdAt: DateTimeImmutable @1704467004 {#1699
date: 2024-01-05 16:03:24.0 +01:00
}
} |
|
Show voter details
|
8 |
DENIED
|
moderate
|
App\Entity\Entry {#1609
+user: Proxies\__CG__\App\Entity\User {#1614 …}
+magazine: App\Entity\Magazine {#398
+icon: Proxies\__CG__\App\Entity\Image {#300 …}
+name: "homeassistant@lemmy.world"
+title: "homeassistant"
+description: "Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io"
+rules: null
+subscriptionsCount: 1
+entryCount: 46
+entryCommentCount: 460
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1729539860 {#327
date: 2024-10-21 21:44:20.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#281 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-id: 145
+apId: "homeassistant@lemmy.world"
+apProfileId: "https://lemmy.world/c/homeassistant"
+apPublicUrl: "https://lemmy.world/c/homeassistant"
+apFollowersUrl: "https://lemmy.world/c/homeassistant/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "homeassistant"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1710368376 {#324
date: 2024-03-13 23:19:36.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1704127905 {#326
date: 2024-01-01 17:51:45.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1712 …}
+slug: "Seeking-assistance-with-Auto-Backup-HACS-integration"
+title: "Seeking assistance with Auto Backup HACS integration"
+url: null
+body: """
I installed the Auto Backup HACS integration and I have a network storage configured in Home Assistant (FYI, I’m running HAOS). If I use HA’s Developer Tools and manually call the “Auto Backup: Backup Full” service, there is a “Location” field where I can select my network storage. The backup successfully completes and saves to my network storage.\n
\n
But in an Automation (based on the Auto Backup bluerpint), I can’t find a way to configure the Location - it defaults to HA’s data disk (i.e., `/root/backup`). DO I have to manually add the location in the yaml? If so, how do I access the actual yaml? When I select “Edit in YAML”, all I see is the barebones blueprint YAML:\n
\n
```\n
\n
<span style="color:#323232;">alias: Automatic Backups\n
</span><span style="color:#323232;">description: using the Auto Backup HACS integration\n
</span><span style="color:#323232;">use_blueprint:\n
</span><span style="color:#323232;"> path: jcwillox/automatic_backups.yaml\n
</span><span style="color:#323232;"> input:\n
</span><span style="color:#323232;"> backup_time: "02:00:00"\n
</span><span style="color:#323232;"> enable_yearly: false\n
</span>\n
```\n
\n
When I view the automation’s traces I can see much more detailed YAML, but I can’t edit it.\n
\n
Thanks for assistance.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 2
+favouriteCount: 9
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1712056344 {#1693
date: 2024-04-02 13:12:24.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1606 …}
+votes: Doctrine\ORM\PersistentCollection {#1610 …}
+reports: Doctrine\ORM\PersistentCollection {#1752 …}
+favourites: Doctrine\ORM\PersistentCollection {#1639 …}
+notifications: Doctrine\ORM\PersistentCollection {#1647 …}
+badges: Doctrine\ORM\PersistentCollection {#1640 …}
+children: []
-id: 27394
-titleTs: "'assist':2 'auto':4 'backup':5 'hac':6 'integr':7 'seek':1"
-bodyTs: "'/root/backup':89 '00':142,143 '02':141 'access':106 'actual':108 'add':95 'alia':124 'assist':17,169 'auto':4,34,68,130 'autom':64,151 'automat':125 'backup':5,35,36,52,69,126,131,139 'barebon':121 'base':65 'blueprint':122,135 'bluerpint':70 'call':32 'complet':54 'configur':14,78 'data':86 'default':82 'descript':127 'detail':159 'develop':28 'disk':87 'edit':113,165 'enabl':144 'fals':146 'field':43 'find':74 'full':37 'fyi':18 'ha':26,84 'hac':6,132 'hao':22 'home':16 'i.e':88 'input':138 'instal':2 'integr':7,133 'jcwillox/automatic_backups.yaml':137 'locat':42,80,97 'm':20 'manual':31,94 'much':157 'network':12,49,59 'path':136 'run':21 'save':56 'see':118,156 'select':47,112 'servic':38 'storag':13,50,60 'success':53 'thank':167 'time':140 'tool':29 'trace':153 'use':25,128,134 'view':149 'way':76 'yaml':100,109,115,123,160 'year':145"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704498004
+visibility: "visible "
+apId: "https://lemmy.d.thewooskeys.com/post/83784"
+editedAt: null
+createdAt: DateTimeImmutable @1704467004 {#1699
date: 2024-01-05 16:03:24.0 +01:00
}
} |
|
Show voter details
|
9 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
10 |
DENIED
|
moderate
|
App\Entity\Entry {#1675
+user: Proxies\__CG__\App\Entity\User {#1674 …}
+magazine: App\Entity\Magazine {#398
+icon: Proxies\__CG__\App\Entity\Image {#300 …}
+name: "homeassistant@lemmy.world"
+title: "homeassistant"
+description: "Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io"
+rules: null
+subscriptionsCount: 1
+entryCount: 46
+entryCommentCount: 460
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1729539860 {#327
date: 2024-10-21 21:44:20.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#281 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-id: 145
+apId: "homeassistant@lemmy.world"
+apProfileId: "https://lemmy.world/c/homeassistant"
+apPublicUrl: "https://lemmy.world/c/homeassistant"
+apFollowersUrl: "https://lemmy.world/c/homeassistant/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "homeassistant"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1710368376 {#324
date: 2024-03-13 23:19:36.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1704127905 {#326
date: 2024-01-01 17:51:45.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1712 …}
+slug: "Rewind-video-feed-via-Homekit-integration"
+title: "Rewind video feed via Homekit integration?"
+url: null
+body: """
Does anyone know if it’s possible to rewind the video feed, that the Homekit integration provides, from a Apple device?\n
\n
There is a “Live” marker but I havn’t found a way to rewind and I am unsure if it’s a integration issue, issue with my video feed or if homekit itself perhaps doesn’t support it.\n
\n
[www.home-assistant.io/integrations/homekit](https://www.home-assistant.io/integrations/homekit)
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 10
+favouriteCount: 6
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1712323115 {#1648
date: 2024-04-05 15:18:35.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1676 …}
+votes: Doctrine\ORM\PersistentCollection {#1673 …}
+reports: Doctrine\ORM\PersistentCollection {#1678 …}
+favourites: Doctrine\ORM\PersistentCollection {#1670 …}
+notifications: Doctrine\ORM\PersistentCollection {#1667 …}
+badges: Doctrine\ORM\PersistentCollection {#1671 …}
+children: []
-id: 27117
-titleTs: "'feed':3 'homekit':5 'integr':6 'rewind':1 'via':4 'video':2"
-bodyTs: "'/integrations/homekit](https://www.home-assistant.io/integrations/homekit)':62 'anyon':2 'appl':20 'devic':21 'doesn':56 'feed':12,50 'found':31 'havn':29 'homekit':15,53 'integr':16,44 'issu':45,46 'know':3 'live':25 'marker':26 'perhap':55 'possibl':7 'provid':17 'rewind':9,35 'support':58 'unsur':39 'video':11,49 'way':33 'www.home-assistant.io':61 'www.home-assistant.io/integrations/homekit](https://www.home-assistant.io/integrations/homekit)':60"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704397997
+visibility: "visible "
+apId: "https://lemmy.world/post/10298441"
+editedAt: null
+createdAt: DateTimeImmutable @1704354497 {#1665
date: 2024-01-04 08:48:17.0 +01:00
}
} |
|
Show voter details
|
11 |
DENIED
|
edit
|
App\Entity\Entry {#1675
+user: Proxies\__CG__\App\Entity\User {#1674 …}
+magazine: App\Entity\Magazine {#398
+icon: Proxies\__CG__\App\Entity\Image {#300 …}
+name: "homeassistant@lemmy.world"
+title: "homeassistant"
+description: "Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io"
+rules: null
+subscriptionsCount: 1
+entryCount: 46
+entryCommentCount: 460
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1729539860 {#327
date: 2024-10-21 21:44:20.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#281 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-id: 145
+apId: "homeassistant@lemmy.world"
+apProfileId: "https://lemmy.world/c/homeassistant"
+apPublicUrl: "https://lemmy.world/c/homeassistant"
+apFollowersUrl: "https://lemmy.world/c/homeassistant/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "homeassistant"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1710368376 {#324
date: 2024-03-13 23:19:36.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1704127905 {#326
date: 2024-01-01 17:51:45.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1712 …}
+slug: "Rewind-video-feed-via-Homekit-integration"
+title: "Rewind video feed via Homekit integration?"
+url: null
+body: """
Does anyone know if it’s possible to rewind the video feed, that the Homekit integration provides, from a Apple device?\n
\n
There is a “Live” marker but I havn’t found a way to rewind and I am unsure if it’s a integration issue, issue with my video feed or if homekit itself perhaps doesn’t support it.\n
\n
[www.home-assistant.io/integrations/homekit](https://www.home-assistant.io/integrations/homekit)
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 10
+favouriteCount: 6
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1712323115 {#1648
date: 2024-04-05 15:18:35.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1676 …}
+votes: Doctrine\ORM\PersistentCollection {#1673 …}
+reports: Doctrine\ORM\PersistentCollection {#1678 …}
+favourites: Doctrine\ORM\PersistentCollection {#1670 …}
+notifications: Doctrine\ORM\PersistentCollection {#1667 …}
+badges: Doctrine\ORM\PersistentCollection {#1671 …}
+children: []
-id: 27117
-titleTs: "'feed':3 'homekit':5 'integr':6 'rewind':1 'via':4 'video':2"
-bodyTs: "'/integrations/homekit](https://www.home-assistant.io/integrations/homekit)':62 'anyon':2 'appl':20 'devic':21 'doesn':56 'feed':12,50 'found':31 'havn':29 'homekit':15,53 'integr':16,44 'issu':45,46 'know':3 'live':25 'marker':26 'perhap':55 'possibl':7 'provid':17 'rewind':9,35 'support':58 'unsur':39 'video':11,49 'way':33 'www.home-assistant.io':61 'www.home-assistant.io/integrations/homekit](https://www.home-assistant.io/integrations/homekit)':60"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704397997
+visibility: "visible "
+apId: "https://lemmy.world/post/10298441"
+editedAt: null
+createdAt: DateTimeImmutable @1704354497 {#1665
date: 2024-01-04 08:48:17.0 +01:00
}
} |
|
Show voter details
|
12 |
DENIED
|
moderate
|
App\Entity\Entry {#1675
+user: Proxies\__CG__\App\Entity\User {#1674 …}
+magazine: App\Entity\Magazine {#398
+icon: Proxies\__CG__\App\Entity\Image {#300 …}
+name: "homeassistant@lemmy.world"
+title: "homeassistant"
+description: "Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io"
+rules: null
+subscriptionsCount: 1
+entryCount: 46
+entryCommentCount: 460
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1729539860 {#327
date: 2024-10-21 21:44:20.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#281 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-id: 145
+apId: "homeassistant@lemmy.world"
+apProfileId: "https://lemmy.world/c/homeassistant"
+apPublicUrl: "https://lemmy.world/c/homeassistant"
+apFollowersUrl: "https://lemmy.world/c/homeassistant/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "homeassistant"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1710368376 {#324
date: 2024-03-13 23:19:36.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1704127905 {#326
date: 2024-01-01 17:51:45.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1712 …}
+slug: "Rewind-video-feed-via-Homekit-integration"
+title: "Rewind video feed via Homekit integration?"
+url: null
+body: """
Does anyone know if it’s possible to rewind the video feed, that the Homekit integration provides, from a Apple device?\n
\n
There is a “Live” marker but I havn’t found a way to rewind and I am unsure if it’s a integration issue, issue with my video feed or if homekit itself perhaps doesn’t support it.\n
\n
[www.home-assistant.io/integrations/homekit](https://www.home-assistant.io/integrations/homekit)
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 10
+favouriteCount: 6
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1712323115 {#1648
date: 2024-04-05 15:18:35.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1676 …}
+votes: Doctrine\ORM\PersistentCollection {#1673 …}
+reports: Doctrine\ORM\PersistentCollection {#1678 …}
+favourites: Doctrine\ORM\PersistentCollection {#1670 …}
+notifications: Doctrine\ORM\PersistentCollection {#1667 …}
+badges: Doctrine\ORM\PersistentCollection {#1671 …}
+children: []
-id: 27117
-titleTs: "'feed':3 'homekit':5 'integr':6 'rewind':1 'via':4 'video':2"
-bodyTs: "'/integrations/homekit](https://www.home-assistant.io/integrations/homekit)':62 'anyon':2 'appl':20 'devic':21 'doesn':56 'feed':12,50 'found':31 'havn':29 'homekit':15,53 'integr':16,44 'issu':45,46 'know':3 'live':25 'marker':26 'perhap':55 'possibl':7 'provid':17 'rewind':9,35 'support':58 'unsur':39 'video':11,49 'way':33 'www.home-assistant.io':61 'www.home-assistant.io/integrations/homekit](https://www.home-assistant.io/integrations/homekit)':60"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704397997
+visibility: "visible "
+apId: "https://lemmy.world/post/10298441"
+editedAt: null
+createdAt: DateTimeImmutable @1704354497 {#1665
date: 2024-01-04 08:48:17.0 +01:00
}
} |
|
Show voter details
|
13 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
14 |
DENIED
|
moderate
|
App\Entity\Entry {#1652
+user: Proxies\__CG__\App\Entity\User {#1655 …}
+magazine: App\Entity\Magazine {#398
+icon: Proxies\__CG__\App\Entity\Image {#300 …}
+name: "homeassistant@lemmy.world"
+title: "homeassistant"
+description: "Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io"
+rules: null
+subscriptionsCount: 1
+entryCount: 46
+entryCommentCount: 460
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1729539860 {#327
date: 2024-10-21 21:44:20.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#281 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-id: 145
+apId: "homeassistant@lemmy.world"
+apProfileId: "https://lemmy.world/c/homeassistant"
+apPublicUrl: "https://lemmy.world/c/homeassistant"
+apFollowersUrl: "https://lemmy.world/c/homeassistant/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "homeassistant"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1710368376 {#324
date: 2024-03-13 23:19:36.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1704127905 {#326
date: 2024-01-01 17:51:45.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1712 …}
+slug: "ZigBee-RGB-Lightbulb-w-o-3rd-party-app"
+title: "ZigBee RGB Lightbulb w/o 3rd party app"
+url: null
+body: """
Any recommendations for a ZigBee RGB Lightbulb w/o 3rd party app - at least not a closed source app.\n
\n
I heard the Phillips Hue works well but I’d like to be able to install and configure the bulbs with Home Assistant (or another open source app at a minimum). Any suggestions?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 9
+favouriteCount: 16
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1711509994 {#1650
date: 2024-03-27 04:26:34.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1649 …}
+votes: Doctrine\ORM\PersistentCollection {#1653 …}
+reports: Doctrine\ORM\PersistentCollection {#1661 …}
+favourites: Doctrine\ORM\PersistentCollection {#1663 …}
+notifications: Doctrine\ORM\PersistentCollection {#1552 …}
+badges: Doctrine\ORM\PersistentCollection {#1592 …}
+children: []
-id: 27076
-titleTs: "'3rd':5 'app':7 'lightbulb':3 'parti':6 'rgb':2 'w/o':4 'zigbe':1"
-bodyTs: "'3rd':9 'abl':32 'anoth':43 'app':11,18,46 'assist':41 'bulb':38 'close':16 'configur':36 'd':28 'heard':20 'home':40 'hue':23 'instal':34 'least':13 'lightbulb':7 'like':29 'minimum':49 'open':44 'parti':10 'phillip':22 'recommend':2 'rgb':6 'sourc':17,45 'suggest':51 'w/o':8 'well':25 'work':24 'zigbe':5"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704420177
+visibility: "visible "
+apId: "https://lemmy.ml/post/10093625"
+editedAt: null
+createdAt: DateTimeImmutable @1704335677 {#1654
date: 2024-01-04 03:34:37.0 +01:00
}
} |
|
Show voter details
|
15 |
DENIED
|
edit
|
App\Entity\Entry {#1652
+user: Proxies\__CG__\App\Entity\User {#1655 …}
+magazine: App\Entity\Magazine {#398
+icon: Proxies\__CG__\App\Entity\Image {#300 …}
+name: "homeassistant@lemmy.world"
+title: "homeassistant"
+description: "Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io"
+rules: null
+subscriptionsCount: 1
+entryCount: 46
+entryCommentCount: 460
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1729539860 {#327
date: 2024-10-21 21:44:20.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#281 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-id: 145
+apId: "homeassistant@lemmy.world"
+apProfileId: "https://lemmy.world/c/homeassistant"
+apPublicUrl: "https://lemmy.world/c/homeassistant"
+apFollowersUrl: "https://lemmy.world/c/homeassistant/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "homeassistant"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1710368376 {#324
date: 2024-03-13 23:19:36.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1704127905 {#326
date: 2024-01-01 17:51:45.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1712 …}
+slug: "ZigBee-RGB-Lightbulb-w-o-3rd-party-app"
+title: "ZigBee RGB Lightbulb w/o 3rd party app"
+url: null
+body: """
Any recommendations for a ZigBee RGB Lightbulb w/o 3rd party app - at least not a closed source app.\n
\n
I heard the Phillips Hue works well but I’d like to be able to install and configure the bulbs with Home Assistant (or another open source app at a minimum). Any suggestions?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 9
+favouriteCount: 16
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1711509994 {#1650
date: 2024-03-27 04:26:34.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1649 …}
+votes: Doctrine\ORM\PersistentCollection {#1653 …}
+reports: Doctrine\ORM\PersistentCollection {#1661 …}
+favourites: Doctrine\ORM\PersistentCollection {#1663 …}
+notifications: Doctrine\ORM\PersistentCollection {#1552 …}
+badges: Doctrine\ORM\PersistentCollection {#1592 …}
+children: []
-id: 27076
-titleTs: "'3rd':5 'app':7 'lightbulb':3 'parti':6 'rgb':2 'w/o':4 'zigbe':1"
-bodyTs: "'3rd':9 'abl':32 'anoth':43 'app':11,18,46 'assist':41 'bulb':38 'close':16 'configur':36 'd':28 'heard':20 'home':40 'hue':23 'instal':34 'least':13 'lightbulb':7 'like':29 'minimum':49 'open':44 'parti':10 'phillip':22 'recommend':2 'rgb':6 'sourc':17,45 'suggest':51 'w/o':8 'well':25 'work':24 'zigbe':5"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704420177
+visibility: "visible "
+apId: "https://lemmy.ml/post/10093625"
+editedAt: null
+createdAt: DateTimeImmutable @1704335677 {#1654
date: 2024-01-04 03:34:37.0 +01:00
}
} |
|
Show voter details
|
16 |
DENIED
|
moderate
|
App\Entity\Entry {#1652
+user: Proxies\__CG__\App\Entity\User {#1655 …}
+magazine: App\Entity\Magazine {#398
+icon: Proxies\__CG__\App\Entity\Image {#300 …}
+name: "homeassistant@lemmy.world"
+title: "homeassistant"
+description: "Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io"
+rules: null
+subscriptionsCount: 1
+entryCount: 46
+entryCommentCount: 460
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1729539860 {#327
date: 2024-10-21 21:44:20.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#281 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-id: 145
+apId: "homeassistant@lemmy.world"
+apProfileId: "https://lemmy.world/c/homeassistant"
+apPublicUrl: "https://lemmy.world/c/homeassistant"
+apFollowersUrl: "https://lemmy.world/c/homeassistant/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "homeassistant"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1710368376 {#324
date: 2024-03-13 23:19:36.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1704127905 {#326
date: 2024-01-01 17:51:45.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1712 …}
+slug: "ZigBee-RGB-Lightbulb-w-o-3rd-party-app"
+title: "ZigBee RGB Lightbulb w/o 3rd party app"
+url: null
+body: """
Any recommendations for a ZigBee RGB Lightbulb w/o 3rd party app - at least not a closed source app.\n
\n
I heard the Phillips Hue works well but I’d like to be able to install and configure the bulbs with Home Assistant (or another open source app at a minimum). Any suggestions?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 9
+favouriteCount: 16
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1711509994 {#1650
date: 2024-03-27 04:26:34.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1649 …}
+votes: Doctrine\ORM\PersistentCollection {#1653 …}
+reports: Doctrine\ORM\PersistentCollection {#1661 …}
+favourites: Doctrine\ORM\PersistentCollection {#1663 …}
+notifications: Doctrine\ORM\PersistentCollection {#1552 …}
+badges: Doctrine\ORM\PersistentCollection {#1592 …}
+children: []
-id: 27076
-titleTs: "'3rd':5 'app':7 'lightbulb':3 'parti':6 'rgb':2 'w/o':4 'zigbe':1"
-bodyTs: "'3rd':9 'abl':32 'anoth':43 'app':11,18,46 'assist':41 'bulb':38 'close':16 'configur':36 'd':28 'heard':20 'home':40 'hue':23 'instal':34 'least':13 'lightbulb':7 'like':29 'minimum':49 'open':44 'parti':10 'phillip':22 'recommend':2 'rgb':6 'sourc':17,45 'suggest':51 'w/o':8 'well':25 'work':24 'zigbe':5"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704420177
+visibility: "visible "
+apId: "https://lemmy.ml/post/10093625"
+editedAt: null
+createdAt: DateTimeImmutable @1704335677 {#1654
date: 2024-01-04 03:34:37.0 +01:00
}
} |
|
Show voter details
|
17 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
18 |
DENIED
|
moderate
|
App\Entity\Entry {#1571
+user: Proxies\__CG__\App\Entity\User {#1582 …}
+magazine: App\Entity\Magazine {#398
+icon: Proxies\__CG__\App\Entity\Image {#300 …}
+name: "homeassistant@lemmy.world"
+title: "homeassistant"
+description: "Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io"
+rules: null
+subscriptionsCount: 1
+entryCount: 46
+entryCommentCount: 460
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1729539860 {#327
date: 2024-10-21 21:44:20.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#281 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-id: 145
+apId: "homeassistant@lemmy.world"
+apProfileId: "https://lemmy.world/c/homeassistant"
+apPublicUrl: "https://lemmy.world/c/homeassistant"
+apFollowersUrl: "https://lemmy.world/c/homeassistant/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "homeassistant"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1710368376 {#324
date: 2024-03-13 23:19:36.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1704127905 {#326
date: 2024-01-01 17:51:45.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1712 …}
+slug: "Building-from-scratch"
+title: "Building from scratch"
+url: null
+body: """
Hey all,\n
\n
Im constructing a new home in sort of a remote mountainous area. Its a small one bedroom cabin, nothing crazy. Im about to start plumbing but am planning on electrical.\n
\n
If you were going to incorporate HA into a new build what would you do?\n
\n
Im not super familiar with HA but would love to incorporate it in now. Should i be installing all smart switches? Smart outlets? Are there really worthwhile sensors I should be installing now before drywall etc?\n
\n
Thanks
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 4
+favouriteCount: 9
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1711442770 {#1593
date: 2024-03-26 09:46:10.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1578 …}
+votes: Doctrine\ORM\PersistentCollection {#1577 …}
+reports: Doctrine\ORM\PersistentCollection {#1579 …}
+favourites: Doctrine\ORM\PersistentCollection {#1581 …}
+notifications: Doctrine\ORM\PersistentCollection {#1572 …}
+badges: Doctrine\ORM\PersistentCollection {#1575 …}
+children: []
-id: 27043
-titleTs: "'build':1 'scratch':3"
-bodyTs: "'area':14 'bedroom':19 'build':43 'cabin':20 'construct':4 'crazi':22 'drywal':82 'electr':32 'etc':83 'familiar':51 'go':36 'ha':39,53 'hey':1 'home':7 'im':3,23,48 'incorpor':38,58 'instal':65,79 'love':56 'mountain':13 'new':6,42 'noth':21 'one':18 'outlet':70 'plan':30 'plumb':27 'realli':73 'remot':12 'sensor':75 'small':17 'smart':67,69 'sort':9 'start':26 'super':50 'switch':68 'thank':84 'worthwhil':74 'would':45,55"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704366681
+visibility: "visible "
+apId: "https://lemmy.world/post/10286959"
+editedAt: null
+createdAt: DateTimeImmutable @1704322681 {#1589
date: 2024-01-03 23:58:01.0 +01:00
}
} |
|
Show voter details
|
19 |
DENIED
|
edit
|
App\Entity\Entry {#1571
+user: Proxies\__CG__\App\Entity\User {#1582 …}
+magazine: App\Entity\Magazine {#398
+icon: Proxies\__CG__\App\Entity\Image {#300 …}
+name: "homeassistant@lemmy.world"
+title: "homeassistant"
+description: "Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io"
+rules: null
+subscriptionsCount: 1
+entryCount: 46
+entryCommentCount: 460
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1729539860 {#327
date: 2024-10-21 21:44:20.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#281 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-id: 145
+apId: "homeassistant@lemmy.world"
+apProfileId: "https://lemmy.world/c/homeassistant"
+apPublicUrl: "https://lemmy.world/c/homeassistant"
+apFollowersUrl: "https://lemmy.world/c/homeassistant/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "homeassistant"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1710368376 {#324
date: 2024-03-13 23:19:36.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1704127905 {#326
date: 2024-01-01 17:51:45.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1712 …}
+slug: "Building-from-scratch"
+title: "Building from scratch"
+url: null
+body: """
Hey all,\n
\n
Im constructing a new home in sort of a remote mountainous area. Its a small one bedroom cabin, nothing crazy. Im about to start plumbing but am planning on electrical.\n
\n
If you were going to incorporate HA into a new build what would you do?\n
\n
Im not super familiar with HA but would love to incorporate it in now. Should i be installing all smart switches? Smart outlets? Are there really worthwhile sensors I should be installing now before drywall etc?\n
\n
Thanks
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 4
+favouriteCount: 9
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1711442770 {#1593
date: 2024-03-26 09:46:10.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1578 …}
+votes: Doctrine\ORM\PersistentCollection {#1577 …}
+reports: Doctrine\ORM\PersistentCollection {#1579 …}
+favourites: Doctrine\ORM\PersistentCollection {#1581 …}
+notifications: Doctrine\ORM\PersistentCollection {#1572 …}
+badges: Doctrine\ORM\PersistentCollection {#1575 …}
+children: []
-id: 27043
-titleTs: "'build':1 'scratch':3"
-bodyTs: "'area':14 'bedroom':19 'build':43 'cabin':20 'construct':4 'crazi':22 'drywal':82 'electr':32 'etc':83 'familiar':51 'go':36 'ha':39,53 'hey':1 'home':7 'im':3,23,48 'incorpor':38,58 'instal':65,79 'love':56 'mountain':13 'new':6,42 'noth':21 'one':18 'outlet':70 'plan':30 'plumb':27 'realli':73 'remot':12 'sensor':75 'small':17 'smart':67,69 'sort':9 'start':26 'super':50 'switch':68 'thank':84 'worthwhil':74 'would':45,55"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704366681
+visibility: "visible "
+apId: "https://lemmy.world/post/10286959"
+editedAt: null
+createdAt: DateTimeImmutable @1704322681 {#1589
date: 2024-01-03 23:58:01.0 +01:00
}
} |
|
Show voter details
|
20 |
DENIED
|
moderate
|
App\Entity\Entry {#1571
+user: Proxies\__CG__\App\Entity\User {#1582 …}
+magazine: App\Entity\Magazine {#398
+icon: Proxies\__CG__\App\Entity\Image {#300 …}
+name: "homeassistant@lemmy.world"
+title: "homeassistant"
+description: "Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io"
+rules: null
+subscriptionsCount: 1
+entryCount: 46
+entryCommentCount: 460
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1729539860 {#327
date: 2024-10-21 21:44:20.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#281 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-id: 145
+apId: "homeassistant@lemmy.world"
+apProfileId: "https://lemmy.world/c/homeassistant"
+apPublicUrl: "https://lemmy.world/c/homeassistant"
+apFollowersUrl: "https://lemmy.world/c/homeassistant/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "homeassistant"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1710368376 {#324
date: 2024-03-13 23:19:36.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1704127905 {#326
date: 2024-01-01 17:51:45.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1712 …}
+slug: "Building-from-scratch"
+title: "Building from scratch"
+url: null
+body: """
Hey all,\n
\n
Im constructing a new home in sort of a remote mountainous area. Its a small one bedroom cabin, nothing crazy. Im about to start plumbing but am planning on electrical.\n
\n
If you were going to incorporate HA into a new build what would you do?\n
\n
Im not super familiar with HA but would love to incorporate it in now. Should i be installing all smart switches? Smart outlets? Are there really worthwhile sensors I should be installing now before drywall etc?\n
\n
Thanks
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 4
+favouriteCount: 9
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1711442770 {#1593
date: 2024-03-26 09:46:10.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1578 …}
+votes: Doctrine\ORM\PersistentCollection {#1577 …}
+reports: Doctrine\ORM\PersistentCollection {#1579 …}
+favourites: Doctrine\ORM\PersistentCollection {#1581 …}
+notifications: Doctrine\ORM\PersistentCollection {#1572 …}
+badges: Doctrine\ORM\PersistentCollection {#1575 …}
+children: []
-id: 27043
-titleTs: "'build':1 'scratch':3"
-bodyTs: "'area':14 'bedroom':19 'build':43 'cabin':20 'construct':4 'crazi':22 'drywal':82 'electr':32 'etc':83 'familiar':51 'go':36 'ha':39,53 'hey':1 'home':7 'im':3,23,48 'incorpor':38,58 'instal':65,79 'love':56 'mountain':13 'new':6,42 'noth':21 'one':18 'outlet':70 'plan':30 'plumb':27 'realli':73 'remot':12 'sensor':75 'small':17 'smart':67,69 'sort':9 'start':26 'super':50 'switch':68 'thank':84 'worthwhil':74 'would':45,55"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704366681
+visibility: "visible "
+apId: "https://lemmy.world/post/10286959"
+editedAt: null
+createdAt: DateTimeImmutable @1704322681 {#1589
date: 2024-01-03 23:58:01.0 +01:00
}
} |
|
Show voter details
|
21 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
22 |
DENIED
|
moderate
|
App\Entity\Entry {#1585
+user: Proxies\__CG__\App\Entity\User {#1576 …}
+magazine: App\Entity\Magazine {#398
+icon: Proxies\__CG__\App\Entity\Image {#300 …}
+name: "homeassistant@lemmy.world"
+title: "homeassistant"
+description: "Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io"
+rules: null
+subscriptionsCount: 1
+entryCount: 46
+entryCommentCount: 460
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1729539860 {#327
date: 2024-10-21 21:44:20.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#281 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-id: 145
+apId: "homeassistant@lemmy.world"
+apProfileId: "https://lemmy.world/c/homeassistant"
+apPublicUrl: "https://lemmy.world/c/homeassistant"
+apFollowersUrl: "https://lemmy.world/c/homeassistant/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "homeassistant"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1710368376 {#324
date: 2024-03-13 23:19:36.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1704127905 {#326
date: 2024-01-01 17:51:45.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1712 …}
+slug: "Notification-system"
+title: "Notification system"
+url: null
+body: """
Does anyone know if there are examples like this. I want to get a notification system in HA. It needs to be able to send the right notification at the right time on the right device.\n
\n
For example, when the dishwasher is done, it sends a spoken notification to the nest hub in the kitchen, that is if the TV is on. If the TV is not on, but the computer is, it needs to send that notification to the computer room. At night it needs to hold the notifications and send them to the phone of the person that is the first to wake up. When we are not at home, we all get the notification on our phone. Also, when the dishwasher is emptied and the other person ticks the notification f.e.), and there’s still a notification on a phone, it needs to disappear.\n
\n
This is only one example, there are more things that can have a notification (another one could be a home greeting message), but it needs to be a system.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 7
+favouriteCount: 10
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1711738817 {#1586
date: 2024-03-29 20:00:17.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1551 …}
+votes: Doctrine\ORM\PersistentCollection {#1560 …}
+reports: Doctrine\ORM\PersistentCollection {#1526 …}
+favourites: Doctrine\ORM\PersistentCollection {#1527 …}
+notifications: Doctrine\ORM\PersistentCollection {#1525 …}
+badges: Doctrine\ORM\PersistentCollection {#1550 …}
+children: []
-id: 27040
-titleTs: "'notif':1 'system':2"
-bodyTs: "'abl':23 'also':121 'anoth':162 'anyon':2 'comput':71,81 'could':164 'devic':36 'disappear':147 'dishwash':41,124 'done':43 'empti':126 'exampl':7,38,152 'f.e':134 'first':103 'get':13,115 'greet':168 'ha':18 'hold':88 'home':112,167 'hub':52 'kitchen':55 'know':3 'like':8 'messag':169 'need':20,74,86,145,172 'nest':51 'night':84 'notif':15,28,48,78,90,117,133,140,161 'one':151,163 'person':99,130 'phone':96,120,143 'right':27,31,35 'room':82 'send':25,45,76,92 'spoken':47 'still':138 'system':16,176 'thing':156 'tick':131 'time':32 'tv':60,65 'wake':105 'want':11"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704385002
+visibility: "visible "
+apId: "https://lemmy.world/post/10286719"
+editedAt: null
+createdAt: DateTimeImmutable @1704322002 {#1573
date: 2024-01-03 23:46:42.0 +01:00
}
} |
|
Show voter details
|
23 |
DENIED
|
edit
|
App\Entity\Entry {#1585
+user: Proxies\__CG__\App\Entity\User {#1576 …}
+magazine: App\Entity\Magazine {#398
+icon: Proxies\__CG__\App\Entity\Image {#300 …}
+name: "homeassistant@lemmy.world"
+title: "homeassistant"
+description: "Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io"
+rules: null
+subscriptionsCount: 1
+entryCount: 46
+entryCommentCount: 460
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1729539860 {#327
date: 2024-10-21 21:44:20.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#281 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-id: 145
+apId: "homeassistant@lemmy.world"
+apProfileId: "https://lemmy.world/c/homeassistant"
+apPublicUrl: "https://lemmy.world/c/homeassistant"
+apFollowersUrl: "https://lemmy.world/c/homeassistant/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "homeassistant"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1710368376 {#324
date: 2024-03-13 23:19:36.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1704127905 {#326
date: 2024-01-01 17:51:45.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1712 …}
+slug: "Notification-system"
+title: "Notification system"
+url: null
+body: """
Does anyone know if there are examples like this. I want to get a notification system in HA. It needs to be able to send the right notification at the right time on the right device.\n
\n
For example, when the dishwasher is done, it sends a spoken notification to the nest hub in the kitchen, that is if the TV is on. If the TV is not on, but the computer is, it needs to send that notification to the computer room. At night it needs to hold the notifications and send them to the phone of the person that is the first to wake up. When we are not at home, we all get the notification on our phone. Also, when the dishwasher is emptied and the other person ticks the notification f.e.), and there’s still a notification on a phone, it needs to disappear.\n
\n
This is only one example, there are more things that can have a notification (another one could be a home greeting message), but it needs to be a system.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 7
+favouriteCount: 10
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1711738817 {#1586
date: 2024-03-29 20:00:17.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1551 …}
+votes: Doctrine\ORM\PersistentCollection {#1560 …}
+reports: Doctrine\ORM\PersistentCollection {#1526 …}
+favourites: Doctrine\ORM\PersistentCollection {#1527 …}
+notifications: Doctrine\ORM\PersistentCollection {#1525 …}
+badges: Doctrine\ORM\PersistentCollection {#1550 …}
+children: []
-id: 27040
-titleTs: "'notif':1 'system':2"
-bodyTs: "'abl':23 'also':121 'anoth':162 'anyon':2 'comput':71,81 'could':164 'devic':36 'disappear':147 'dishwash':41,124 'done':43 'empti':126 'exampl':7,38,152 'f.e':134 'first':103 'get':13,115 'greet':168 'ha':18 'hold':88 'home':112,167 'hub':52 'kitchen':55 'know':3 'like':8 'messag':169 'need':20,74,86,145,172 'nest':51 'night':84 'notif':15,28,48,78,90,117,133,140,161 'one':151,163 'person':99,130 'phone':96,120,143 'right':27,31,35 'room':82 'send':25,45,76,92 'spoken':47 'still':138 'system':16,176 'thing':156 'tick':131 'time':32 'tv':60,65 'wake':105 'want':11"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704385002
+visibility: "visible "
+apId: "https://lemmy.world/post/10286719"
+editedAt: null
+createdAt: DateTimeImmutable @1704322002 {#1573
date: 2024-01-03 23:46:42.0 +01:00
}
} |
|
Show voter details
|
24 |
DENIED
|
moderate
|
App\Entity\Entry {#1585
+user: Proxies\__CG__\App\Entity\User {#1576 …}
+magazine: App\Entity\Magazine {#398
+icon: Proxies\__CG__\App\Entity\Image {#300 …}
+name: "homeassistant@lemmy.world"
+title: "homeassistant"
+description: "Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io"
+rules: null
+subscriptionsCount: 1
+entryCount: 46
+entryCommentCount: 460
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1729539860 {#327
date: 2024-10-21 21:44:20.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#281 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-id: 145
+apId: "homeassistant@lemmy.world"
+apProfileId: "https://lemmy.world/c/homeassistant"
+apPublicUrl: "https://lemmy.world/c/homeassistant"
+apFollowersUrl: "https://lemmy.world/c/homeassistant/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "homeassistant"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1710368376 {#324
date: 2024-03-13 23:19:36.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1704127905 {#326
date: 2024-01-01 17:51:45.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1712 …}
+slug: "Notification-system"
+title: "Notification system"
+url: null
+body: """
Does anyone know if there are examples like this. I want to get a notification system in HA. It needs to be able to send the right notification at the right time on the right device.\n
\n
For example, when the dishwasher is done, it sends a spoken notification to the nest hub in the kitchen, that is if the TV is on. If the TV is not on, but the computer is, it needs to send that notification to the computer room. At night it needs to hold the notifications and send them to the phone of the person that is the first to wake up. When we are not at home, we all get the notification on our phone. Also, when the dishwasher is emptied and the other person ticks the notification f.e.), and there’s still a notification on a phone, it needs to disappear.\n
\n
This is only one example, there are more things that can have a notification (another one could be a home greeting message), but it needs to be a system.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 7
+favouriteCount: 10
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1711738817 {#1586
date: 2024-03-29 20:00:17.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1551 …}
+votes: Doctrine\ORM\PersistentCollection {#1560 …}
+reports: Doctrine\ORM\PersistentCollection {#1526 …}
+favourites: Doctrine\ORM\PersistentCollection {#1527 …}
+notifications: Doctrine\ORM\PersistentCollection {#1525 …}
+badges: Doctrine\ORM\PersistentCollection {#1550 …}
+children: []
-id: 27040
-titleTs: "'notif':1 'system':2"
-bodyTs: "'abl':23 'also':121 'anoth':162 'anyon':2 'comput':71,81 'could':164 'devic':36 'disappear':147 'dishwash':41,124 'done':43 'empti':126 'exampl':7,38,152 'f.e':134 'first':103 'get':13,115 'greet':168 'ha':18 'hold':88 'home':112,167 'hub':52 'kitchen':55 'know':3 'like':8 'messag':169 'need':20,74,86,145,172 'nest':51 'night':84 'notif':15,28,48,78,90,117,133,140,161 'one':151,163 'person':99,130 'phone':96,120,143 'right':27,31,35 'room':82 'send':25,45,76,92 'spoken':47 'still':138 'system':16,176 'thing':156 'tick':131 'time':32 'tv':60,65 'wake':105 'want':11"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704385002
+visibility: "visible "
+apId: "https://lemmy.world/post/10286719"
+editedAt: null
+createdAt: DateTimeImmutable @1704322002 {#1573
date: 2024-01-03 23:46:42.0 +01:00
}
} |
|
Show voter details
|
25 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
26 |
DENIED
|
moderate
|
App\Entity\Entry {#1563
+user: Proxies\__CG__\App\Entity\User {#1562 …}
+magazine: App\Entity\Magazine {#398
+icon: Proxies\__CG__\App\Entity\Image {#300 …}
+name: "homeassistant@lemmy.world"
+title: "homeassistant"
+description: "Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io"
+rules: null
+subscriptionsCount: 1
+entryCount: 46
+entryCommentCount: 460
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1729539860 {#327
date: 2024-10-21 21:44:20.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#281 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-id: 145
+apId: "homeassistant@lemmy.world"
+apProfileId: "https://lemmy.world/c/homeassistant"
+apPublicUrl: "https://lemmy.world/c/homeassistant"
+apFollowersUrl: "https://lemmy.world/c/homeassistant/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "homeassistant"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1710368376 {#324
date: 2024-03-13 23:19:36.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1704127905 {#326
date: 2024-01-01 17:51:45.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1712 …}
+slug: "Anyone-seen-or-built-an-alternative-to-the-M5Stack-Atom"
+title: "Anyone seen or built an alternative to the M5Stack Atom Echo for HA voice pipeline?"
+url: null
+body: "These things aren’t bad, I’ve got a few that I use sort of successfully, but the speaker and mic aren’t very powerful. I was thinking of building one with an ESP32 and i2S (not i2c, that threw me off too) speaker/mic, but I’m wondering if I’d be reinventing the wheel here if there’s a better alternative already out there."
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 4
+favouriteCount: 17
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1711392247 {#1548
date: 2024-03-25 19:44:07.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1565 …}
+votes: Doctrine\ORM\PersistentCollection {#1558 …}
+reports: Doctrine\ORM\PersistentCollection {#1557 …}
+favourites: Doctrine\ORM\PersistentCollection {#1621 …}
+notifications: Doctrine\ORM\PersistentCollection {#1613 …}
+badges: Doctrine\ORM\PersistentCollection {#1596 …}
+children: []
-id: 26953
-titleTs: "'altern':6 'anyon':1 'atom':10 'built':4 'echo':11 'ha':13 'm5stack':9 'pipelin':15 'seen':2 'voic':14"
-bodyTs: "'alreadi':63 'altern':62 'aren':3,22 'bad':5 'better':61 'build':30 'd':51 'esp32':34 'got':8 'i2c':38 'i2s':36 'm':47 'mic':21 'one':31 'power':25 'reinvent':53 'sort':14 'speaker':19 'speaker/mic':44 'success':16 'thing':2 'think':28 'threw':40 'use':13 've':7 'wheel':55 'wonder':48"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704357344
+visibility: "visible "
+apId: "https://lemmy.world/post/10271963"
+editedAt: DateTimeImmutable @1711332936 {#1564
date: 2024-03-25 03:15:36.0 +01:00
}
+createdAt: DateTimeImmutable @1704295344 {#1566
date: 2024-01-03 16:22:24.0 +01:00
}
} |
|
Show voter details
|
27 |
DENIED
|
edit
|
App\Entity\Entry {#1563
+user: Proxies\__CG__\App\Entity\User {#1562 …}
+magazine: App\Entity\Magazine {#398
+icon: Proxies\__CG__\App\Entity\Image {#300 …}
+name: "homeassistant@lemmy.world"
+title: "homeassistant"
+description: "Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io"
+rules: null
+subscriptionsCount: 1
+entryCount: 46
+entryCommentCount: 460
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1729539860 {#327
date: 2024-10-21 21:44:20.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#281 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-id: 145
+apId: "homeassistant@lemmy.world"
+apProfileId: "https://lemmy.world/c/homeassistant"
+apPublicUrl: "https://lemmy.world/c/homeassistant"
+apFollowersUrl: "https://lemmy.world/c/homeassistant/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "homeassistant"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1710368376 {#324
date: 2024-03-13 23:19:36.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1704127905 {#326
date: 2024-01-01 17:51:45.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1712 …}
+slug: "Anyone-seen-or-built-an-alternative-to-the-M5Stack-Atom"
+title: "Anyone seen or built an alternative to the M5Stack Atom Echo for HA voice pipeline?"
+url: null
+body: "These things aren’t bad, I’ve got a few that I use sort of successfully, but the speaker and mic aren’t very powerful. I was thinking of building one with an ESP32 and i2S (not i2c, that threw me off too) speaker/mic, but I’m wondering if I’d be reinventing the wheel here if there’s a better alternative already out there."
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 4
+favouriteCount: 17
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1711392247 {#1548
date: 2024-03-25 19:44:07.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1565 …}
+votes: Doctrine\ORM\PersistentCollection {#1558 …}
+reports: Doctrine\ORM\PersistentCollection {#1557 …}
+favourites: Doctrine\ORM\PersistentCollection {#1621 …}
+notifications: Doctrine\ORM\PersistentCollection {#1613 …}
+badges: Doctrine\ORM\PersistentCollection {#1596 …}
+children: []
-id: 26953
-titleTs: "'altern':6 'anyon':1 'atom':10 'built':4 'echo':11 'ha':13 'm5stack':9 'pipelin':15 'seen':2 'voic':14"
-bodyTs: "'alreadi':63 'altern':62 'aren':3,22 'bad':5 'better':61 'build':30 'd':51 'esp32':34 'got':8 'i2c':38 'i2s':36 'm':47 'mic':21 'one':31 'power':25 'reinvent':53 'sort':14 'speaker':19 'speaker/mic':44 'success':16 'thing':2 'think':28 'threw':40 'use':13 've':7 'wheel':55 'wonder':48"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704357344
+visibility: "visible "
+apId: "https://lemmy.world/post/10271963"
+editedAt: DateTimeImmutable @1711332936 {#1564
date: 2024-03-25 03:15:36.0 +01:00
}
+createdAt: DateTimeImmutable @1704295344 {#1566
date: 2024-01-03 16:22:24.0 +01:00
}
} |
|
Show voter details
|
28 |
DENIED
|
moderate
|
App\Entity\Entry {#1563
+user: Proxies\__CG__\App\Entity\User {#1562 …}
+magazine: App\Entity\Magazine {#398
+icon: Proxies\__CG__\App\Entity\Image {#300 …}
+name: "homeassistant@lemmy.world"
+title: "homeassistant"
+description: "Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io"
+rules: null
+subscriptionsCount: 1
+entryCount: 46
+entryCommentCount: 460
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1729539860 {#327
date: 2024-10-21 21:44:20.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#281 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-id: 145
+apId: "homeassistant@lemmy.world"
+apProfileId: "https://lemmy.world/c/homeassistant"
+apPublicUrl: "https://lemmy.world/c/homeassistant"
+apFollowersUrl: "https://lemmy.world/c/homeassistant/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "homeassistant"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1710368376 {#324
date: 2024-03-13 23:19:36.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1704127905 {#326
date: 2024-01-01 17:51:45.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1712 …}
+slug: "Anyone-seen-or-built-an-alternative-to-the-M5Stack-Atom"
+title: "Anyone seen or built an alternative to the M5Stack Atom Echo for HA voice pipeline?"
+url: null
+body: "These things aren’t bad, I’ve got a few that I use sort of successfully, but the speaker and mic aren’t very powerful. I was thinking of building one with an ESP32 and i2S (not i2c, that threw me off too) speaker/mic, but I’m wondering if I’d be reinventing the wheel here if there’s a better alternative already out there."
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 4
+favouriteCount: 17
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1711392247 {#1548
date: 2024-03-25 19:44:07.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1565 …}
+votes: Doctrine\ORM\PersistentCollection {#1558 …}
+reports: Doctrine\ORM\PersistentCollection {#1557 …}
+favourites: Doctrine\ORM\PersistentCollection {#1621 …}
+notifications: Doctrine\ORM\PersistentCollection {#1613 …}
+badges: Doctrine\ORM\PersistentCollection {#1596 …}
+children: []
-id: 26953
-titleTs: "'altern':6 'anyon':1 'atom':10 'built':4 'echo':11 'ha':13 'm5stack':9 'pipelin':15 'seen':2 'voic':14"
-bodyTs: "'alreadi':63 'altern':62 'aren':3,22 'bad':5 'better':61 'build':30 'd':51 'esp32':34 'got':8 'i2c':38 'i2s':36 'm':47 'mic':21 'one':31 'power':25 'reinvent':53 'sort':14 'speaker':19 'speaker/mic':44 'success':16 'thing':2 'think':28 'threw':40 'use':13 've':7 'wheel':55 'wonder':48"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704357344
+visibility: "visible "
+apId: "https://lemmy.world/post/10271963"
+editedAt: DateTimeImmutable @1711332936 {#1564
date: 2024-03-25 03:15:36.0 +01:00
}
+createdAt: DateTimeImmutable @1704295344 {#1566
date: 2024-01-03 16:22:24.0 +01:00
}
} |
|
Show voter details
|
29 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
30 |
DENIED
|
moderate
|
App\Entity\Entry {#1687
+user: Proxies\__CG__\App\Entity\User {#1680 …}
+magazine: App\Entity\Magazine {#398
+icon: Proxies\__CG__\App\Entity\Image {#300 …}
+name: "homeassistant@lemmy.world"
+title: "homeassistant"
+description: "Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io"
+rules: null
+subscriptionsCount: 1
+entryCount: 46
+entryCommentCount: 460
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1729539860 {#327
date: 2024-10-21 21:44:20.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#281 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-id: 145
+apId: "homeassistant@lemmy.world"
+apProfileId: "https://lemmy.world/c/homeassistant"
+apPublicUrl: "https://lemmy.world/c/homeassistant"
+apFollowersUrl: "https://lemmy.world/c/homeassistant/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "homeassistant"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1710368376 {#324
date: 2024-03-13 23:19:36.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1704127905 {#326
date: 2024-01-01 17:51:45.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1712 …}
+slug: "Can-anyone-recommend-a-wireless-doorbell-that-works-with-home"
+title: "Can anyone recommend a wireless doorbell that works with home assistant?"
+url: null
+body: "I currently have a ring doorbell that I pay a yearly fee for but I want to get away from Amazon and a subscription fee. I would prefer if it used the Wi-Fi and it was able to connect with my house doorbell. Edit: I’d also like to add that I would like it to have the ability to stream and record video."
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 30
+favouriteCount: 53
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1719474834 {#1702
date: 2024-06-27 09:53:54.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1689 …}
+votes: Doctrine\ORM\PersistentCollection {#1691 …}
+reports: Doctrine\ORM\PersistentCollection {#1795 …}
+favourites: Doctrine\ORM\PersistentCollection {#1711 …}
+notifications: Doctrine\ORM\PersistentCollection {#1611 …}
+badges: Doctrine\ORM\PersistentCollection {#1630 …}
+children: []
-id: 26806
-titleTs: "'anyon':2 'assist':11 'doorbel':6 'home':10 'recommend':3 'wireless':5 'work':8"
-bodyTs: "'abil':61 'abl':39 'add':52 'also':49 'amazon':21 'away':19 'connect':41 'current':2 'd':48 'doorbel':6,45 'edit':46 'fee':12,25 'fi':35 'get':18 'hous':44 'like':50,56 'pay':9 'prefer':28 'record':65 'ring':5 'stream':63 'subscript':24 'use':31 'video':66 'want':16 'wi':34 'wi-fi':33 'would':27,55 'year':11"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704315114
+visibility: "visible "
+apId: "https://midwest.social/post/7102723"
+editedAt: DateTimeImmutable @1711021686 {#1701
date: 2024-03-21 12:48:06.0 +01:00
}
+createdAt: DateTimeImmutable @1704228714 {#1683
date: 2024-01-02 21:51:54.0 +01:00
}
} |
|
Show voter details
|
31 |
DENIED
|
edit
|
App\Entity\Entry {#1687
+user: Proxies\__CG__\App\Entity\User {#1680 …}
+magazine: App\Entity\Magazine {#398
+icon: Proxies\__CG__\App\Entity\Image {#300 …}
+name: "homeassistant@lemmy.world"
+title: "homeassistant"
+description: "Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io"
+rules: null
+subscriptionsCount: 1
+entryCount: 46
+entryCommentCount: 460
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1729539860 {#327
date: 2024-10-21 21:44:20.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#281 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-id: 145
+apId: "homeassistant@lemmy.world"
+apProfileId: "https://lemmy.world/c/homeassistant"
+apPublicUrl: "https://lemmy.world/c/homeassistant"
+apFollowersUrl: "https://lemmy.world/c/homeassistant/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "homeassistant"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1710368376 {#324
date: 2024-03-13 23:19:36.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1704127905 {#326
date: 2024-01-01 17:51:45.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1712 …}
+slug: "Can-anyone-recommend-a-wireless-doorbell-that-works-with-home"
+title: "Can anyone recommend a wireless doorbell that works with home assistant?"
+url: null
+body: "I currently have a ring doorbell that I pay a yearly fee for but I want to get away from Amazon and a subscription fee. I would prefer if it used the Wi-Fi and it was able to connect with my house doorbell. Edit: I’d also like to add that I would like it to have the ability to stream and record video."
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 30
+favouriteCount: 53
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1719474834 {#1702
date: 2024-06-27 09:53:54.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1689 …}
+votes: Doctrine\ORM\PersistentCollection {#1691 …}
+reports: Doctrine\ORM\PersistentCollection {#1795 …}
+favourites: Doctrine\ORM\PersistentCollection {#1711 …}
+notifications: Doctrine\ORM\PersistentCollection {#1611 …}
+badges: Doctrine\ORM\PersistentCollection {#1630 …}
+children: []
-id: 26806
-titleTs: "'anyon':2 'assist':11 'doorbel':6 'home':10 'recommend':3 'wireless':5 'work':8"
-bodyTs: "'abil':61 'abl':39 'add':52 'also':49 'amazon':21 'away':19 'connect':41 'current':2 'd':48 'doorbel':6,45 'edit':46 'fee':12,25 'fi':35 'get':18 'hous':44 'like':50,56 'pay':9 'prefer':28 'record':65 'ring':5 'stream':63 'subscript':24 'use':31 'video':66 'want':16 'wi':34 'wi-fi':33 'would':27,55 'year':11"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704315114
+visibility: "visible "
+apId: "https://midwest.social/post/7102723"
+editedAt: DateTimeImmutable @1711021686 {#1701
date: 2024-03-21 12:48:06.0 +01:00
}
+createdAt: DateTimeImmutable @1704228714 {#1683
date: 2024-01-02 21:51:54.0 +01:00
}
} |
|
Show voter details
|
32 |
DENIED
|
moderate
|
App\Entity\Entry {#1687
+user: Proxies\__CG__\App\Entity\User {#1680 …}
+magazine: App\Entity\Magazine {#398
+icon: Proxies\__CG__\App\Entity\Image {#300 …}
+name: "homeassistant@lemmy.world"
+title: "homeassistant"
+description: "Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io"
+rules: null
+subscriptionsCount: 1
+entryCount: 46
+entryCommentCount: 460
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1729539860 {#327
date: 2024-10-21 21:44:20.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#281 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-id: 145
+apId: "homeassistant@lemmy.world"
+apProfileId: "https://lemmy.world/c/homeassistant"
+apPublicUrl: "https://lemmy.world/c/homeassistant"
+apFollowersUrl: "https://lemmy.world/c/homeassistant/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "homeassistant"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1710368376 {#324
date: 2024-03-13 23:19:36.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1704127905 {#326
date: 2024-01-01 17:51:45.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1712 …}
+slug: "Can-anyone-recommend-a-wireless-doorbell-that-works-with-home"
+title: "Can anyone recommend a wireless doorbell that works with home assistant?"
+url: null
+body: "I currently have a ring doorbell that I pay a yearly fee for but I want to get away from Amazon and a subscription fee. I would prefer if it used the Wi-Fi and it was able to connect with my house doorbell. Edit: I’d also like to add that I would like it to have the ability to stream and record video."
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 30
+favouriteCount: 53
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1719474834 {#1702
date: 2024-06-27 09:53:54.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1689 …}
+votes: Doctrine\ORM\PersistentCollection {#1691 …}
+reports: Doctrine\ORM\PersistentCollection {#1795 …}
+favourites: Doctrine\ORM\PersistentCollection {#1711 …}
+notifications: Doctrine\ORM\PersistentCollection {#1611 …}
+badges: Doctrine\ORM\PersistentCollection {#1630 …}
+children: []
-id: 26806
-titleTs: "'anyon':2 'assist':11 'doorbel':6 'home':10 'recommend':3 'wireless':5 'work':8"
-bodyTs: "'abil':61 'abl':39 'add':52 'also':49 'amazon':21 'away':19 'connect':41 'current':2 'd':48 'doorbel':6,45 'edit':46 'fee':12,25 'fi':35 'get':18 'hous':44 'like':50,56 'pay':9 'prefer':28 'record':65 'ring':5 'stream':63 'subscript':24 'use':31 'video':66 'want':16 'wi':34 'wi-fi':33 'would':27,55 'year':11"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704315114
+visibility: "visible "
+apId: "https://midwest.social/post/7102723"
+editedAt: DateTimeImmutable @1711021686 {#1701
date: 2024-03-21 12:48:06.0 +01:00
}
+createdAt: DateTimeImmutable @1704228714 {#1683
date: 2024-01-02 21:51:54.0 +01:00
}
} |
|
Show voter details
|
33 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
34 |
DENIED
|
moderate
|
App\Entity\Entry {#1599
+user: Proxies\__CG__\App\Entity\User {#1618 …}
+magazine: App\Entity\Magazine {#398
+icon: Proxies\__CG__\App\Entity\Image {#300 …}
+name: "homeassistant@lemmy.world"
+title: "homeassistant"
+description: "Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io"
+rules: null
+subscriptionsCount: 1
+entryCount: 46
+entryCommentCount: 460
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1729539860 {#327
date: 2024-10-21 21:44:20.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#281 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-id: 145
+apId: "homeassistant@lemmy.world"
+apProfileId: "https://lemmy.world/c/homeassistant"
+apPublicUrl: "https://lemmy.world/c/homeassistant"
+apFollowersUrl: "https://lemmy.world/c/homeassistant/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "homeassistant"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1710368376 {#324
date: 2024-03-13 23:19:36.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1704127905 {#326
date: 2024-01-01 17:51:45.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1712 …}
+slug: "Connection-refused-after-latest-update"
+title: "Connection refused after latest update"
+url: null
+body: """
After updating HA last week, I lost access to it. I thought it was the external access, but seems the internal service is having issues.\n
\n
I cannot access the home assistant either through homeassistant.local nor it’s specific ip. I get a ERR_CONNECTION_REFUSED error message.\n
\n
Looking at the observer URL, everything should work. Does anyone have any idea of how to fix this?\n
\n
Thanks!
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 7
+favouriteCount: 13
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1724600828 {#1628
date: 2024-08-25 17:47:08.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1625 …}
+votes: Doctrine\ORM\PersistentCollection {#1617 …}
+reports: Doctrine\ORM\PersistentCollection {#1725 …}
+favourites: Doctrine\ORM\PersistentCollection {#1722 …}
+notifications: Doctrine\ORM\PersistentCollection {#1726 …}
+badges: Doctrine\ORM\PersistentCollection {#1736 …}
+children: []
-id: 26743
-titleTs: "'connect':1 'latest':4 'refus':2 'updat':5"
-bodyTs: "'access':8,17,28 'anyon':57 'assist':31 'cannot':27 'connect':44 'either':32 'err':43 'error':46 'everyth':53 'extern':16 'fix':64 'get':41 'ha':3 'home':30 'homeassistant.local':34 'idea':60 'intern':21 'ip':39 'issu':25 'last':4 'look':48 'lost':7 'messag':47 'observ':51 'refus':45 'seem':19 'servic':22 'specif':38 'thank':66 'thought':12 'updat':2 'url':52 'week':5 'work':55"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704280540
+visibility: "visible "
+apId: "https://lemmy.world/post/10238501"
+editedAt: null
+createdAt: DateTimeImmutable @1704213040 {#1626
date: 2024-01-02 17:30:40.0 +01:00
}
} |
|
Show voter details
|
35 |
DENIED
|
edit
|
App\Entity\Entry {#1599
+user: Proxies\__CG__\App\Entity\User {#1618 …}
+magazine: App\Entity\Magazine {#398
+icon: Proxies\__CG__\App\Entity\Image {#300 …}
+name: "homeassistant@lemmy.world"
+title: "homeassistant"
+description: "Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io"
+rules: null
+subscriptionsCount: 1
+entryCount: 46
+entryCommentCount: 460
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1729539860 {#327
date: 2024-10-21 21:44:20.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#281 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-id: 145
+apId: "homeassistant@lemmy.world"
+apProfileId: "https://lemmy.world/c/homeassistant"
+apPublicUrl: "https://lemmy.world/c/homeassistant"
+apFollowersUrl: "https://lemmy.world/c/homeassistant/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "homeassistant"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1710368376 {#324
date: 2024-03-13 23:19:36.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1704127905 {#326
date: 2024-01-01 17:51:45.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1712 …}
+slug: "Connection-refused-after-latest-update"
+title: "Connection refused after latest update"
+url: null
+body: """
After updating HA last week, I lost access to it. I thought it was the external access, but seems the internal service is having issues.\n
\n
I cannot access the home assistant either through homeassistant.local nor it’s specific ip. I get a ERR_CONNECTION_REFUSED error message.\n
\n
Looking at the observer URL, everything should work. Does anyone have any idea of how to fix this?\n
\n
Thanks!
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 7
+favouriteCount: 13
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1724600828 {#1628
date: 2024-08-25 17:47:08.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1625 …}
+votes: Doctrine\ORM\PersistentCollection {#1617 …}
+reports: Doctrine\ORM\PersistentCollection {#1725 …}
+favourites: Doctrine\ORM\PersistentCollection {#1722 …}
+notifications: Doctrine\ORM\PersistentCollection {#1726 …}
+badges: Doctrine\ORM\PersistentCollection {#1736 …}
+children: []
-id: 26743
-titleTs: "'connect':1 'latest':4 'refus':2 'updat':5"
-bodyTs: "'access':8,17,28 'anyon':57 'assist':31 'cannot':27 'connect':44 'either':32 'err':43 'error':46 'everyth':53 'extern':16 'fix':64 'get':41 'ha':3 'home':30 'homeassistant.local':34 'idea':60 'intern':21 'ip':39 'issu':25 'last':4 'look':48 'lost':7 'messag':47 'observ':51 'refus':45 'seem':19 'servic':22 'specif':38 'thank':66 'thought':12 'updat':2 'url':52 'week':5 'work':55"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704280540
+visibility: "visible "
+apId: "https://lemmy.world/post/10238501"
+editedAt: null
+createdAt: DateTimeImmutable @1704213040 {#1626
date: 2024-01-02 17:30:40.0 +01:00
}
} |
|
Show voter details
|
36 |
DENIED
|
moderate
|
App\Entity\Entry {#1599
+user: Proxies\__CG__\App\Entity\User {#1618 …}
+magazine: App\Entity\Magazine {#398
+icon: Proxies\__CG__\App\Entity\Image {#300 …}
+name: "homeassistant@lemmy.world"
+title: "homeassistant"
+description: "Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io"
+rules: null
+subscriptionsCount: 1
+entryCount: 46
+entryCommentCount: 460
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1729539860 {#327
date: 2024-10-21 21:44:20.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#281 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-id: 145
+apId: "homeassistant@lemmy.world"
+apProfileId: "https://lemmy.world/c/homeassistant"
+apPublicUrl: "https://lemmy.world/c/homeassistant"
+apFollowersUrl: "https://lemmy.world/c/homeassistant/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "homeassistant"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1710368376 {#324
date: 2024-03-13 23:19:36.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1704127905 {#326
date: 2024-01-01 17:51:45.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1712 …}
+slug: "Connection-refused-after-latest-update"
+title: "Connection refused after latest update"
+url: null
+body: """
After updating HA last week, I lost access to it. I thought it was the external access, but seems the internal service is having issues.\n
\n
I cannot access the home assistant either through homeassistant.local nor it’s specific ip. I get a ERR_CONNECTION_REFUSED error message.\n
\n
Looking at the observer URL, everything should work. Does anyone have any idea of how to fix this?\n
\n
Thanks!
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 7
+favouriteCount: 13
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1724600828 {#1628
date: 2024-08-25 17:47:08.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1625 …}
+votes: Doctrine\ORM\PersistentCollection {#1617 …}
+reports: Doctrine\ORM\PersistentCollection {#1725 …}
+favourites: Doctrine\ORM\PersistentCollection {#1722 …}
+notifications: Doctrine\ORM\PersistentCollection {#1726 …}
+badges: Doctrine\ORM\PersistentCollection {#1736 …}
+children: []
-id: 26743
-titleTs: "'connect':1 'latest':4 'refus':2 'updat':5"
-bodyTs: "'access':8,17,28 'anyon':57 'assist':31 'cannot':27 'connect':44 'either':32 'err':43 'error':46 'everyth':53 'extern':16 'fix':64 'get':41 'ha':3 'home':30 'homeassistant.local':34 'idea':60 'intern':21 'ip':39 'issu':25 'last':4 'look':48 'lost':7 'messag':47 'observ':51 'refus':45 'seem':19 'servic':22 'specif':38 'thank':66 'thought':12 'updat':2 'url':52 'week':5 'work':55"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704280540
+visibility: "visible "
+apId: "https://lemmy.world/post/10238501"
+editedAt: null
+createdAt: DateTimeImmutable @1704213040 {#1626
date: 2024-01-02 17:30:40.0 +01:00
}
} |
|
Show voter details
|
37 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
38 |
DENIED
|
moderate
|
App\Entity\Entry {#1732
+user: Proxies\__CG__\App\Entity\User {#1727 …}
+magazine: App\Entity\Magazine {#398
+icon: Proxies\__CG__\App\Entity\Image {#300 …}
+name: "homeassistant@lemmy.world"
+title: "homeassistant"
+description: "Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io"
+rules: null
+subscriptionsCount: 1
+entryCount: 46
+entryCommentCount: 460
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1729539860 {#327
date: 2024-10-21 21:44:20.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#281 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-id: 145
+apId: "homeassistant@lemmy.world"
+apProfileId: "https://lemmy.world/c/homeassistant"
+apPublicUrl: "https://lemmy.world/c/homeassistant"
+apFollowersUrl: "https://lemmy.world/c/homeassistant/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "homeassistant"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1710368376 {#324
date: 2024-03-13 23:19:36.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1704127905 {#326
date: 2024-01-01 17:51:45.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1712 …}
+slug: "HA-redundancy-options"
+title: "HA redundancy options"
+url: null
+body: """
I’m currently running HA on a Pi3… it works fine, but it’s now a single point of failure.\n
\n
I have some new hardware arriving to run VMs in and was intending to move HA to it, but now I’m wondering if I can have HA in 2 places for fault tolerance.\n
\n
I’m aware that there’s no built-in failover options, but has anyone done something similar?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 12
+favouriteCount: 28
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1711395725 {#1737
date: 2024-03-25 20:42:05.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1735 …}
+votes: Doctrine\ORM\PersistentCollection {#1729 …}
+reports: Doctrine\ORM\PersistentCollection {#1719 …}
+favourites: Doctrine\ORM\PersistentCollection {#1714 …}
+notifications: Doctrine\ORM\PersistentCollection {#1720 …}
+badges: Doctrine\ORM\PersistentCollection {#1717 …}
+children: []
-id: 26679
-titleTs: "'ha':1 'option':3 'redund':2"
-bodyTs: "'2':50 'anyon':69 'arriv':26 'awar':57 'built':63 'built-in':62 'current':3 'done':70 'failov':65 'failur':20 'fault':53 'fine':11 'ha':5,36,48 'hardwar':25 'intend':33 'm':2,42,56 'move':35 'new':24 'option':66 'pi3':8 'place':51 'point':18 'run':4,28 'similar':72 'singl':17 'someth':71 'toler':54 'vms':29 'wonder':43 'work':10"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704275258
+visibility: "visible "
+apId: "https://feddit.uk/post/6246808"
+editedAt: null
+createdAt: DateTimeImmutable @1704188858 {#1734
date: 2024-01-02 10:47:38.0 +01:00
}
} |
|
Show voter details
|
39 |
DENIED
|
edit
|
App\Entity\Entry {#1732
+user: Proxies\__CG__\App\Entity\User {#1727 …}
+magazine: App\Entity\Magazine {#398
+icon: Proxies\__CG__\App\Entity\Image {#300 …}
+name: "homeassistant@lemmy.world"
+title: "homeassistant"
+description: "Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io"
+rules: null
+subscriptionsCount: 1
+entryCount: 46
+entryCommentCount: 460
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1729539860 {#327
date: 2024-10-21 21:44:20.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#281 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-id: 145
+apId: "homeassistant@lemmy.world"
+apProfileId: "https://lemmy.world/c/homeassistant"
+apPublicUrl: "https://lemmy.world/c/homeassistant"
+apFollowersUrl: "https://lemmy.world/c/homeassistant/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "homeassistant"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1710368376 {#324
date: 2024-03-13 23:19:36.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1704127905 {#326
date: 2024-01-01 17:51:45.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1712 …}
+slug: "HA-redundancy-options"
+title: "HA redundancy options"
+url: null
+body: """
I’m currently running HA on a Pi3… it works fine, but it’s now a single point of failure.\n
\n
I have some new hardware arriving to run VMs in and was intending to move HA to it, but now I’m wondering if I can have HA in 2 places for fault tolerance.\n
\n
I’m aware that there’s no built-in failover options, but has anyone done something similar?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 12
+favouriteCount: 28
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1711395725 {#1737
date: 2024-03-25 20:42:05.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1735 …}
+votes: Doctrine\ORM\PersistentCollection {#1729 …}
+reports: Doctrine\ORM\PersistentCollection {#1719 …}
+favourites: Doctrine\ORM\PersistentCollection {#1714 …}
+notifications: Doctrine\ORM\PersistentCollection {#1720 …}
+badges: Doctrine\ORM\PersistentCollection {#1717 …}
+children: []
-id: 26679
-titleTs: "'ha':1 'option':3 'redund':2"
-bodyTs: "'2':50 'anyon':69 'arriv':26 'awar':57 'built':63 'built-in':62 'current':3 'done':70 'failov':65 'failur':20 'fault':53 'fine':11 'ha':5,36,48 'hardwar':25 'intend':33 'm':2,42,56 'move':35 'new':24 'option':66 'pi3':8 'place':51 'point':18 'run':4,28 'similar':72 'singl':17 'someth':71 'toler':54 'vms':29 'wonder':43 'work':10"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704275258
+visibility: "visible "
+apId: "https://feddit.uk/post/6246808"
+editedAt: null
+createdAt: DateTimeImmutable @1704188858 {#1734
date: 2024-01-02 10:47:38.0 +01:00
}
} |
|
Show voter details
|
40 |
DENIED
|
moderate
|
App\Entity\Entry {#1732
+user: Proxies\__CG__\App\Entity\User {#1727 …}
+magazine: App\Entity\Magazine {#398
+icon: Proxies\__CG__\App\Entity\Image {#300 …}
+name: "homeassistant@lemmy.world"
+title: "homeassistant"
+description: "Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io"
+rules: null
+subscriptionsCount: 1
+entryCount: 46
+entryCommentCount: 460
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1729539860 {#327
date: 2024-10-21 21:44:20.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#281 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-id: 145
+apId: "homeassistant@lemmy.world"
+apProfileId: "https://lemmy.world/c/homeassistant"
+apPublicUrl: "https://lemmy.world/c/homeassistant"
+apFollowersUrl: "https://lemmy.world/c/homeassistant/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "homeassistant"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1710368376 {#324
date: 2024-03-13 23:19:36.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1704127905 {#326
date: 2024-01-01 17:51:45.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1712 …}
+slug: "HA-redundancy-options"
+title: "HA redundancy options"
+url: null
+body: """
I’m currently running HA on a Pi3… it works fine, but it’s now a single point of failure.\n
\n
I have some new hardware arriving to run VMs in and was intending to move HA to it, but now I’m wondering if I can have HA in 2 places for fault tolerance.\n
\n
I’m aware that there’s no built-in failover options, but has anyone done something similar?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 12
+favouriteCount: 28
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1711395725 {#1737
date: 2024-03-25 20:42:05.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1735 …}
+votes: Doctrine\ORM\PersistentCollection {#1729 …}
+reports: Doctrine\ORM\PersistentCollection {#1719 …}
+favourites: Doctrine\ORM\PersistentCollection {#1714 …}
+notifications: Doctrine\ORM\PersistentCollection {#1720 …}
+badges: Doctrine\ORM\PersistentCollection {#1717 …}
+children: []
-id: 26679
-titleTs: "'ha':1 'option':3 'redund':2"
-bodyTs: "'2':50 'anyon':69 'arriv':26 'awar':57 'built':63 'built-in':62 'current':3 'done':70 'failov':65 'failur':20 'fault':53 'fine':11 'ha':5,36,48 'hardwar':25 'intend':33 'm':2,42,56 'move':35 'new':24 'option':66 'pi3':8 'place':51 'point':18 'run':4,28 'similar':72 'singl':17 'someth':71 'toler':54 'vms':29 'wonder':43 'work':10"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704275258
+visibility: "visible "
+apId: "https://feddit.uk/post/6246808"
+editedAt: null
+createdAt: DateTimeImmutable @1704188858 {#1734
date: 2024-01-02 10:47:38.0 +01:00
}
} |
|
Show voter details
|
41 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
42 |
DENIED
|
moderate
|
App\Entity\Entry {#1707
+user: Proxies\__CG__\App\Entity\User {#2465 …}
+magazine: App\Entity\Magazine {#398
+icon: Proxies\__CG__\App\Entity\Image {#300 …}
+name: "homeassistant@lemmy.world"
+title: "homeassistant"
+description: "Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io"
+rules: null
+subscriptionsCount: 1
+entryCount: 46
+entryCommentCount: 460
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1729539860 {#327
date: 2024-10-21 21:44:20.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#281 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-id: 145
+apId: "homeassistant@lemmy.world"
+apProfileId: "https://lemmy.world/c/homeassistant"
+apPublicUrl: "https://lemmy.world/c/homeassistant"
+apFollowersUrl: "https://lemmy.world/c/homeassistant/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "homeassistant"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1710368376 {#324
date: 2024-03-13 23:19:36.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1704127905 {#326
date: 2024-01-01 17:51:45.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1712 …}
+slug: "Problems-with-Zigbee2mqtt"
+title: "Problems with Zigbee2mqtt"
+url: null
+body: """
I run HA in Docker and I have set up Mosquito MQTT and Zigbee2mqtt in other containers.\n
\n
I can add Zigbee devices into Zigbee2mqtt and they automatically turn up in the MQTT integration. The problem is that they usually don’t have the control entities in HA. This means that I can’t activate switches by clicking on them in HA.\n
\n
Everything else seems to work. I can turn the devices on and off in Zigbee2mqtt and I can do the same from Node Red (running in another container) with the Zigbee2mqtt plugin.\n
\n
Has anyone else seen this problem?\n
\n
I found something in GitHub about it but the comments said that it was fixed in the next version but I have a later version than that but it’s still not working.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 10
+favouriteCount: 14
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1712594469 {#1741
date: 2024-04-08 18:41:09.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2464 …}
+votes: Doctrine\ORM\PersistentCollection {#2448 …}
+reports: Doctrine\ORM\PersistentCollection {#2447 …}
+favourites: Doctrine\ORM\PersistentCollection {#2462 …}
+notifications: Doctrine\ORM\PersistentCollection {#2461 …}
+badges: Doctrine\ORM\PersistentCollection {#2460 …}
+children: []
-id: 26580
-titleTs: "'problem':1 'zigbee2mqtt':3"
-bodyTs: "'activ':54 'add':20 'anoth':88 'anyon':95 'automat':27 'click':57 'comment':109 'contain':17,89 'control':44 'devic':22,71 'docker':5 'els':63,96 'entiti':45 'everyth':62 'fix':114 'found':101 'github':104 'ha':3,47,61 'integr':33 'later':123 'mean':49 'mosquito':11 'mqtt':12,32 'next':117 'node':84 'plugin':93 'problem':35,99 'red':85 'run':2,86 'said':110 'seem':64 'seen':97 'set':9 'someth':102 'still':130 'switch':55 'turn':28,69 'usual':39 'version':118,124 'work':66,132 'zigbe':21 'zigbee2mqtt':14,24,76,92"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704216693
+visibility: "visible "
+apId: "https://lemmy.world/post/10211384"
+editedAt: null
+createdAt: DateTimeImmutable @1704140193 {#1740
date: 2024-01-01 21:16:33.0 +01:00
}
} |
|
Show voter details
|
43 |
DENIED
|
edit
|
App\Entity\Entry {#1707
+user: Proxies\__CG__\App\Entity\User {#2465 …}
+magazine: App\Entity\Magazine {#398
+icon: Proxies\__CG__\App\Entity\Image {#300 …}
+name: "homeassistant@lemmy.world"
+title: "homeassistant"
+description: "Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io"
+rules: null
+subscriptionsCount: 1
+entryCount: 46
+entryCommentCount: 460
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1729539860 {#327
date: 2024-10-21 21:44:20.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#281 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-id: 145
+apId: "homeassistant@lemmy.world"
+apProfileId: "https://lemmy.world/c/homeassistant"
+apPublicUrl: "https://lemmy.world/c/homeassistant"
+apFollowersUrl: "https://lemmy.world/c/homeassistant/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "homeassistant"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1710368376 {#324
date: 2024-03-13 23:19:36.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1704127905 {#326
date: 2024-01-01 17:51:45.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1712 …}
+slug: "Problems-with-Zigbee2mqtt"
+title: "Problems with Zigbee2mqtt"
+url: null
+body: """
I run HA in Docker and I have set up Mosquito MQTT and Zigbee2mqtt in other containers.\n
\n
I can add Zigbee devices into Zigbee2mqtt and they automatically turn up in the MQTT integration. The problem is that they usually don’t have the control entities in HA. This means that I can’t activate switches by clicking on them in HA.\n
\n
Everything else seems to work. I can turn the devices on and off in Zigbee2mqtt and I can do the same from Node Red (running in another container) with the Zigbee2mqtt plugin.\n
\n
Has anyone else seen this problem?\n
\n
I found something in GitHub about it but the comments said that it was fixed in the next version but I have a later version than that but it’s still not working.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 10
+favouriteCount: 14
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1712594469 {#1741
date: 2024-04-08 18:41:09.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2464 …}
+votes: Doctrine\ORM\PersistentCollection {#2448 …}
+reports: Doctrine\ORM\PersistentCollection {#2447 …}
+favourites: Doctrine\ORM\PersistentCollection {#2462 …}
+notifications: Doctrine\ORM\PersistentCollection {#2461 …}
+badges: Doctrine\ORM\PersistentCollection {#2460 …}
+children: []
-id: 26580
-titleTs: "'problem':1 'zigbee2mqtt':3"
-bodyTs: "'activ':54 'add':20 'anoth':88 'anyon':95 'automat':27 'click':57 'comment':109 'contain':17,89 'control':44 'devic':22,71 'docker':5 'els':63,96 'entiti':45 'everyth':62 'fix':114 'found':101 'github':104 'ha':3,47,61 'integr':33 'later':123 'mean':49 'mosquito':11 'mqtt':12,32 'next':117 'node':84 'plugin':93 'problem':35,99 'red':85 'run':2,86 'said':110 'seem':64 'seen':97 'set':9 'someth':102 'still':130 'switch':55 'turn':28,69 'usual':39 'version':118,124 'work':66,132 'zigbe':21 'zigbee2mqtt':14,24,76,92"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704216693
+visibility: "visible "
+apId: "https://lemmy.world/post/10211384"
+editedAt: null
+createdAt: DateTimeImmutable @1704140193 {#1740
date: 2024-01-01 21:16:33.0 +01:00
}
} |
|
Show voter details
|
44 |
DENIED
|
moderate
|
App\Entity\Entry {#1707
+user: Proxies\__CG__\App\Entity\User {#2465 …}
+magazine: App\Entity\Magazine {#398
+icon: Proxies\__CG__\App\Entity\Image {#300 …}
+name: "homeassistant@lemmy.world"
+title: "homeassistant"
+description: "Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io"
+rules: null
+subscriptionsCount: 1
+entryCount: 46
+entryCommentCount: 460
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1729539860 {#327
date: 2024-10-21 21:44:20.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#281 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-id: 145
+apId: "homeassistant@lemmy.world"
+apProfileId: "https://lemmy.world/c/homeassistant"
+apPublicUrl: "https://lemmy.world/c/homeassistant"
+apFollowersUrl: "https://lemmy.world/c/homeassistant/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "homeassistant"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1710368376 {#324
date: 2024-03-13 23:19:36.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1704127905 {#326
date: 2024-01-01 17:51:45.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1712 …}
+slug: "Problems-with-Zigbee2mqtt"
+title: "Problems with Zigbee2mqtt"
+url: null
+body: """
I run HA in Docker and I have set up Mosquito MQTT and Zigbee2mqtt in other containers.\n
\n
I can add Zigbee devices into Zigbee2mqtt and they automatically turn up in the MQTT integration. The problem is that they usually don’t have the control entities in HA. This means that I can’t activate switches by clicking on them in HA.\n
\n
Everything else seems to work. I can turn the devices on and off in Zigbee2mqtt and I can do the same from Node Red (running in another container) with the Zigbee2mqtt plugin.\n
\n
Has anyone else seen this problem?\n
\n
I found something in GitHub about it but the comments said that it was fixed in the next version but I have a later version than that but it’s still not working.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 10
+favouriteCount: 14
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1712594469 {#1741
date: 2024-04-08 18:41:09.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2464 …}
+votes: Doctrine\ORM\PersistentCollection {#2448 …}
+reports: Doctrine\ORM\PersistentCollection {#2447 …}
+favourites: Doctrine\ORM\PersistentCollection {#2462 …}
+notifications: Doctrine\ORM\PersistentCollection {#2461 …}
+badges: Doctrine\ORM\PersistentCollection {#2460 …}
+children: []
-id: 26580
-titleTs: "'problem':1 'zigbee2mqtt':3"
-bodyTs: "'activ':54 'add':20 'anoth':88 'anyon':95 'automat':27 'click':57 'comment':109 'contain':17,89 'control':44 'devic':22,71 'docker':5 'els':63,96 'entiti':45 'everyth':62 'fix':114 'found':101 'github':104 'ha':3,47,61 'integr':33 'later':123 'mean':49 'mosquito':11 'mqtt':12,32 'next':117 'node':84 'plugin':93 'problem':35,99 'red':85 'run':2,86 'said':110 'seem':64 'seen':97 'set':9 'someth':102 'still':130 'switch':55 'turn':28,69 'usual':39 'version':118,124 'work':66,132 'zigbe':21 'zigbee2mqtt':14,24,76,92"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704216693
+visibility: "visible "
+apId: "https://lemmy.world/post/10211384"
+editedAt: null
+createdAt: DateTimeImmutable @1704140193 {#1740
date: 2024-01-01 21:16:33.0 +01:00
}
} |
|
Show voter details
|
45 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
46 |
DENIED
|
moderate
|
App\Entity\Entry {#2455
+user: Proxies\__CG__\App\Entity\User {#1439 …}
+magazine: App\Entity\Magazine {#398
+icon: Proxies\__CG__\App\Entity\Image {#300 …}
+name: "homeassistant@lemmy.world"
+title: "homeassistant"
+description: "Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io"
+rules: null
+subscriptionsCount: 1
+entryCount: 46
+entryCommentCount: 460
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1729539860 {#327
date: 2024-10-21 21:44:20.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#281 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-id: 145
+apId: "homeassistant@lemmy.world"
+apProfileId: "https://lemmy.world/c/homeassistant"
+apPublicUrl: "https://lemmy.world/c/homeassistant"
+apFollowersUrl: "https://lemmy.world/c/homeassistant/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "homeassistant"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1710368376 {#324
date: 2024-03-13 23:19:36.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1704127905 {#326
date: 2024-01-01 17:51:45.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1712 …}
+slug: "Help-with-BHT-002-GCLZB-thermostat"
+title: "Help with BHT-002-GCLZB thermostat"
+url: null
+body: """
I used to have a Hive Home ecosystem until one fateful day where they limited my heating to 15 degrees and tried to freeze me to death unless I bought their newest thermostat and paid for their subscription. I ended up saying fuck the extorting bastards and bought a cheap Zigbee Thermostat to get me through the winter. It’s been truly excellent, I really can’t complain. However I got my Raspberry Pi for Christmas and am now trying to take everything into my own local control, so time to say goodbye to Smart Life and hello HA Companion.\n
\n
It’s all been fine for the most part but I have two issues.\n
\n
1. I don’t seem to be able to automate my heating. I can manually set it to whatever temperature I want, but I can’t automate or script a boost of my heating. Edit: If anyone else has this issue in the future, the solution is to Call A Service and set the temperature there.\n
2. My temperature sensors aren’t reporting as often as they were in the Smart Life app.\n
\n
I’ll replace the thermostat eventually, but I would like to delay it as long as possible so I can buy other stuff first 😂
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 9
+favouriteCount: 22
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1710875723 {#2452
date: 2024-03-19 20:15:23.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2459 …}
+votes: Doctrine\ORM\PersistentCollection {#2470 …}
+reports: Doctrine\ORM\PersistentCollection {#2467 …}
+favourites: Doctrine\ORM\PersistentCollection {#2371 …}
+notifications: Doctrine\ORM\PersistentCollection {#2370 …}
+badges: Doctrine\ORM\PersistentCollection {#2360 …}
+children: []
-id: 26575
-titleTs: "'-002':4 'bht':3 'gclzb':5 'help':1 'thermostat':6"
-bodyTs: "'1':115 '15':19 '2':171 'abl':122 'anyon':151 'app':187 'aren':175 'autom':124,141 'bastard':46 'boost':145 'bought':30,48 'buy':208 'call':163 'cheap':50 'christma':76 'companion':100 'complain':68 'control':88 'day':12 'death':27 'degre':20 'delay':199 'ecosystem':8 'edit':149 'els':152 'end':40 'eventu':193 'everyth':83 'excel':63 'extort':45 'fate':11 'fine':105 'first':211 'freez':24 'fuck':43 'futur':158 'get':54 'goodby':93 'got':71 'ha':99 'heat':17,126,148 'hello':98 'hive':6 'home':7 'howev':69 'issu':114,155 'life':96,186 'like':197 'limit':15 'll':189 'local':87 'long':202 'manual':129 'newest':32 'often':179 'one':10 'paid':35 'part':109 'pi':74 'possibl':204 'raspberri':73 'realli':65 'replac':190 'report':177 'say':42,92 'script':143 'seem':119 'sensor':174 'servic':165 'set':130,167 'smart':95,185 'solut':160 'stuff':210 'subscript':38 'take':82 'temperatur':134,169,173 'thermostat':33,52,192 'time':90 'tri':22,80 'truli':62 'two':113 'unless':28 'use':2 'want':136 'whatev':133 'winter':58 'would':196 'zigbe':51"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704222455
+visibility: "visible "
+apId: "https://lemmy.tf/post/3102152"
+editedAt: DateTimeImmutable @1710583423 {#2457
date: 2024-03-16 11:03:43.0 +01:00
}
+createdAt: DateTimeImmutable @1704139455 {#2454
date: 2024-01-01 21:04:15.0 +01:00
}
} |
|
Show voter details
|
47 |
DENIED
|
edit
|
App\Entity\Entry {#2455
+user: Proxies\__CG__\App\Entity\User {#1439 …}
+magazine: App\Entity\Magazine {#398
+icon: Proxies\__CG__\App\Entity\Image {#300 …}
+name: "homeassistant@lemmy.world"
+title: "homeassistant"
+description: "Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io"
+rules: null
+subscriptionsCount: 1
+entryCount: 46
+entryCommentCount: 460
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1729539860 {#327
date: 2024-10-21 21:44:20.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#281 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-id: 145
+apId: "homeassistant@lemmy.world"
+apProfileId: "https://lemmy.world/c/homeassistant"
+apPublicUrl: "https://lemmy.world/c/homeassistant"
+apFollowersUrl: "https://lemmy.world/c/homeassistant/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "homeassistant"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1710368376 {#324
date: 2024-03-13 23:19:36.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1704127905 {#326
date: 2024-01-01 17:51:45.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1712 …}
+slug: "Help-with-BHT-002-GCLZB-thermostat"
+title: "Help with BHT-002-GCLZB thermostat"
+url: null
+body: """
I used to have a Hive Home ecosystem until one fateful day where they limited my heating to 15 degrees and tried to freeze me to death unless I bought their newest thermostat and paid for their subscription. I ended up saying fuck the extorting bastards and bought a cheap Zigbee Thermostat to get me through the winter. It’s been truly excellent, I really can’t complain. However I got my Raspberry Pi for Christmas and am now trying to take everything into my own local control, so time to say goodbye to Smart Life and hello HA Companion.\n
\n
It’s all been fine for the most part but I have two issues.\n
\n
1. I don’t seem to be able to automate my heating. I can manually set it to whatever temperature I want, but I can’t automate or script a boost of my heating. Edit: If anyone else has this issue in the future, the solution is to Call A Service and set the temperature there.\n
2. My temperature sensors aren’t reporting as often as they were in the Smart Life app.\n
\n
I’ll replace the thermostat eventually, but I would like to delay it as long as possible so I can buy other stuff first 😂
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 9
+favouriteCount: 22
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1710875723 {#2452
date: 2024-03-19 20:15:23.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2459 …}
+votes: Doctrine\ORM\PersistentCollection {#2470 …}
+reports: Doctrine\ORM\PersistentCollection {#2467 …}
+favourites: Doctrine\ORM\PersistentCollection {#2371 …}
+notifications: Doctrine\ORM\PersistentCollection {#2370 …}
+badges: Doctrine\ORM\PersistentCollection {#2360 …}
+children: []
-id: 26575
-titleTs: "'-002':4 'bht':3 'gclzb':5 'help':1 'thermostat':6"
-bodyTs: "'1':115 '15':19 '2':171 'abl':122 'anyon':151 'app':187 'aren':175 'autom':124,141 'bastard':46 'boost':145 'bought':30,48 'buy':208 'call':163 'cheap':50 'christma':76 'companion':100 'complain':68 'control':88 'day':12 'death':27 'degre':20 'delay':199 'ecosystem':8 'edit':149 'els':152 'end':40 'eventu':193 'everyth':83 'excel':63 'extort':45 'fate':11 'fine':105 'first':211 'freez':24 'fuck':43 'futur':158 'get':54 'goodby':93 'got':71 'ha':99 'heat':17,126,148 'hello':98 'hive':6 'home':7 'howev':69 'issu':114,155 'life':96,186 'like':197 'limit':15 'll':189 'local':87 'long':202 'manual':129 'newest':32 'often':179 'one':10 'paid':35 'part':109 'pi':74 'possibl':204 'raspberri':73 'realli':65 'replac':190 'report':177 'say':42,92 'script':143 'seem':119 'sensor':174 'servic':165 'set':130,167 'smart':95,185 'solut':160 'stuff':210 'subscript':38 'take':82 'temperatur':134,169,173 'thermostat':33,52,192 'time':90 'tri':22,80 'truli':62 'two':113 'unless':28 'use':2 'want':136 'whatev':133 'winter':58 'would':196 'zigbe':51"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704222455
+visibility: "visible "
+apId: "https://lemmy.tf/post/3102152"
+editedAt: DateTimeImmutable @1710583423 {#2457
date: 2024-03-16 11:03:43.0 +01:00
}
+createdAt: DateTimeImmutable @1704139455 {#2454
date: 2024-01-01 21:04:15.0 +01:00
}
} |
|
Show voter details
|
48 |
DENIED
|
moderate
|
App\Entity\Entry {#2455
+user: Proxies\__CG__\App\Entity\User {#1439 …}
+magazine: App\Entity\Magazine {#398
+icon: Proxies\__CG__\App\Entity\Image {#300 …}
+name: "homeassistant@lemmy.world"
+title: "homeassistant"
+description: "Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io"
+rules: null
+subscriptionsCount: 1
+entryCount: 46
+entryCommentCount: 460
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1729539860 {#327
date: 2024-10-21 21:44:20.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#281 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-id: 145
+apId: "homeassistant@lemmy.world"
+apProfileId: "https://lemmy.world/c/homeassistant"
+apPublicUrl: "https://lemmy.world/c/homeassistant"
+apFollowersUrl: "https://lemmy.world/c/homeassistant/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "homeassistant"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1710368376 {#324
date: 2024-03-13 23:19:36.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1704127905 {#326
date: 2024-01-01 17:51:45.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1712 …}
+slug: "Help-with-BHT-002-GCLZB-thermostat"
+title: "Help with BHT-002-GCLZB thermostat"
+url: null
+body: """
I used to have a Hive Home ecosystem until one fateful day where they limited my heating to 15 degrees and tried to freeze me to death unless I bought their newest thermostat and paid for their subscription. I ended up saying fuck the extorting bastards and bought a cheap Zigbee Thermostat to get me through the winter. It’s been truly excellent, I really can’t complain. However I got my Raspberry Pi for Christmas and am now trying to take everything into my own local control, so time to say goodbye to Smart Life and hello HA Companion.\n
\n
It’s all been fine for the most part but I have two issues.\n
\n
1. I don’t seem to be able to automate my heating. I can manually set it to whatever temperature I want, but I can’t automate or script a boost of my heating. Edit: If anyone else has this issue in the future, the solution is to Call A Service and set the temperature there.\n
2. My temperature sensors aren’t reporting as often as they were in the Smart Life app.\n
\n
I’ll replace the thermostat eventually, but I would like to delay it as long as possible so I can buy other stuff first 😂
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 9
+favouriteCount: 22
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1710875723 {#2452
date: 2024-03-19 20:15:23.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2459 …}
+votes: Doctrine\ORM\PersistentCollection {#2470 …}
+reports: Doctrine\ORM\PersistentCollection {#2467 …}
+favourites: Doctrine\ORM\PersistentCollection {#2371 …}
+notifications: Doctrine\ORM\PersistentCollection {#2370 …}
+badges: Doctrine\ORM\PersistentCollection {#2360 …}
+children: []
-id: 26575
-titleTs: "'-002':4 'bht':3 'gclzb':5 'help':1 'thermostat':6"
-bodyTs: "'1':115 '15':19 '2':171 'abl':122 'anyon':151 'app':187 'aren':175 'autom':124,141 'bastard':46 'boost':145 'bought':30,48 'buy':208 'call':163 'cheap':50 'christma':76 'companion':100 'complain':68 'control':88 'day':12 'death':27 'degre':20 'delay':199 'ecosystem':8 'edit':149 'els':152 'end':40 'eventu':193 'everyth':83 'excel':63 'extort':45 'fate':11 'fine':105 'first':211 'freez':24 'fuck':43 'futur':158 'get':54 'goodby':93 'got':71 'ha':99 'heat':17,126,148 'hello':98 'hive':6 'home':7 'howev':69 'issu':114,155 'life':96,186 'like':197 'limit':15 'll':189 'local':87 'long':202 'manual':129 'newest':32 'often':179 'one':10 'paid':35 'part':109 'pi':74 'possibl':204 'raspberri':73 'realli':65 'replac':190 'report':177 'say':42,92 'script':143 'seem':119 'sensor':174 'servic':165 'set':130,167 'smart':95,185 'solut':160 'stuff':210 'subscript':38 'take':82 'temperatur':134,169,173 'thermostat':33,52,192 'time':90 'tri':22,80 'truli':62 'two':113 'unless':28 'use':2 'want':136 'whatev':133 'winter':58 'would':196 'zigbe':51"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704222455
+visibility: "visible "
+apId: "https://lemmy.tf/post/3102152"
+editedAt: DateTimeImmutable @1710583423 {#2457
date: 2024-03-16 11:03:43.0 +01:00
}
+createdAt: DateTimeImmutable @1704139455 {#2454
date: 2024-01-01 21:04:15.0 +01:00
}
} |
|
Show voter details
|
49 |
DENIED
|
edit
|
App\Entity\Magazine {#398
+icon: Proxies\__CG__\App\Entity\Image {#300 …}
+name: "homeassistant@lemmy.world"
+title: "homeassistant"
+description: "Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io"
+rules: null
+subscriptionsCount: 1
+entryCount: 46
+entryCommentCount: 460
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1729539860 {#327
date: 2024-10-21 21:44:20.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#281 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#274 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#263 …}
+entries: Doctrine\ORM\PersistentCollection {#221 …}
+posts: Doctrine\ORM\PersistentCollection {#179 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#241 …}
+bans: Doctrine\ORM\PersistentCollection {#158 …}
+reports: Doctrine\ORM\PersistentCollection {#144 …}
+badges: Doctrine\ORM\PersistentCollection {#122 …}
+logs: Doctrine\ORM\PersistentCollection {#112 …}
+awards: Doctrine\ORM\PersistentCollection {#101 …}
+categories: Doctrine\ORM\PersistentCollection {#88 …}
-id: 145
+apId: "homeassistant@lemmy.world"
+apProfileId: "https://lemmy.world/c/homeassistant"
+apPublicUrl: "https://lemmy.world/c/homeassistant"
+apFollowersUrl: "https://lemmy.world/c/homeassistant/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "homeassistant"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1710368376 {#324
date: 2024-03-13 23:19:36.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1704127905 {#326
date: 2024-01-01 17:51:45.0 +01:00
}
} |
|
Show voter details
|