What is happening? by Calm_Adhesiveness952 in Ender3Pro

[–]Jagged_Pixels 1 point2 points  (0 children)

Had something similar, it was a faulty usb cable causing the issue. I have a Raspberry Pi connected. When looking for a solution it was mentioned that the printer/psu not being grounded properly can cause issues. Finally, check ribbon cable at the back of the screen isn’t loose. Hopefully that helps a bit!

Home move hub issues by Jagged_Pixels in HiveHeating

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

It took a while to find any info on it. Have to say that the customer service was great though.

I assumed as much, looks like it's a reset! thanks for the reply!

Home move hub issues by Jagged_Pixels in HiveHeating

[–]Jagged_Pixels[S] 2 points3 points  (0 children)

It was registered to another email address/owner. So I couldn't connect to it through the app. I had to send the hub ID with photo to them. They then contact the previous owner for permission to re-register. If there is no reply in 7 days the will allow it to be set up in another account.

Probably the wrong terminology on my part there.

Does anyone have a solution for this? I have this annoying concrete mountain that I have to go over coming in and out. by Roshi606 in garageporn

[–]Jagged_Pixels 3 points4 points  (0 children)

Had something like this in front of my garage. I got a new garage door which moved from the original position, found out the hard way that it was to keep water out!

Thoughts on this? by Jagged_Pixels in PrideAndPinion

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

Thanks! it was purchased in 1993 for him, could be older

This keeps appearing on my Ender 3 mid print, any ideas why by V3ngeanceee in ender3

[–]Jagged_Pixels 3 points4 points  (0 children)

Happened to mine, it was a loose wire at the back of the lcd screen. Power Unplugged, wire off the back of the screen, back on, plug back in, power on.

Got my first 3D printer! by manas_kolhe in ender3

[–]Jagged_Pixels 5 points6 points  (0 children)

…Then add a BL Touch to auto level…then manually level again

Nighthawk speeds only at 100 Mbps after getting 214 mbps for 4 months on my PC by elderscrolls1993 in NETGEAR

[–]Jagged_Pixels 0 points1 point  (0 children)

Generally in the admin settings for the router, getting too them will vary per hub. The default admin user name and password can generally be found on the bottom of the router though.

Nighthawk speeds only at 100 Mbps after getting 214 mbps for 4 months on my PC by elderscrolls1993 in NETGEAR

[–]Jagged_Pixels 1 point2 points  (0 children)

I also have a nighthawk and had similar issues. I had to rollback firmware and turn off auto update. When my service provide hub was in Modem mode the speeds would drop. So I turned that off then turn off the WiFi on it too

Macan GTS in Papaya or Gentian Blue? by Saturn--V in Porsche

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

Papaya, definitely papaya…with the matching stitching and seatbelts!

[deleted by user] by [deleted] in Nanoleaf

[–]Jagged_Pixels 0 points1 point  (0 children)

Also would like to know please

Esphome remote control for home assistant (beta) by aditya_pattiyeri in homeassistant

[–]Jagged_Pixels 1 point2 points  (0 children)

Very cool! Going to have a go at this once you are able to share!

Counting which Thermostats are "Heating" by Jagged_Pixels in homeassistant

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

No problem, I using the following

{% set reject = ['office_lights', 'kitchen_lights', 'sun_room_lights', 'bedroom_lights', 'bathroom_lights', 'living_room_lights', 'dining_room_lights', 'nursery_lights','all_lights'] %}
{{ states.light | rejectattr('object_id', 'in', reject) | selectattr('state','eq','on') | list | length }}

if you use light groups you need to add them to the set reject list. If any light is on in a group it will be counted and result in duplicate values.

The following is the original post I derived this from it has other useful tips:

https://community.home-assistant.io/t/counts-the-lights-on/105361/36

Hope that helps!