• 0 Posts
  • 12 Comments
Joined 2 years ago
cake
Cake day: August 16th, 2023

help-circle
  • I am just a curious party on the internet and I’m looking on my phone so have done less deep digging than I would do at a desk.

    Searching for Beko WMD service manual lead me to a site, elektrotanya.com where I got a file called beko_wmd_25121_t.rar which has exploded parts diagram and a fault code flowchart.

    The flowchart says the following which may or may not be useful re resetting fault code.

    FAILURE CODE OBSERVING MODE Entrance: Press the first auxiliary function button from the left for 6 seconds. “Run/ Pause/Cancel” led will start blinking and the program followers will start blinking as an error code for 3 seconds if any failure routine has run. After 3 seconds, the machine will return to the selection mode. Deletion of the error code: After entering the failure code observing mode, pressing and holding “Run/ Pause/Cancel” button for a short time will erase the error code from the memory. After you complete your inspection, if you are not sure that you have solved the problem and if you are going to change the electronic card group, do not erase the error code. For else cases, you may erase the error code.

    The flow chart has details of the code flashings which I can give if helpful and you don’t acquire the document yourself.

    Apologies if you’ve already tried something so simplistic and I totally get your frustration!


  • I have a similar setup with 3 different heating elements, each with it’s own different brand controller (who knows what the previous owner was thinking!).

    I swapped one out a few years ago for a Heltun which seemed to meet my requirements and is designed for exactly that. It is the older discontinued model running on 500 series z-wave, their newer ones run on 700 series.

    I had initially planned to replace all 3 with the same model assuming it was good - I haven’t (as yet) - it was a pretty new product and it was a bit buggy which made me hesitant. I have wood flooring on top of the concrete slab/ electric blanket in two areas and it’s advised to not heat the wood up too high as it causes shrinkage, unlike under ceramic tile, and sometimes it would not respect the max floor temperature setting. I went back and forth with their support about it and they were very helpful, giving me beta firmware to flash etc and I worked around it.

    For the last couple of years it’s been mostly stable and behaving. For whatever reason, it no longer lets me directly set the target temperature in Home Assistant which it previously did - I may need to dig into that as it would be handy sometimes, but I think it meets all of your other requirements, like on device manual control, no cloud, air temp sensor and floor sensor connection etc.

    There aren’t that many products out there that fit the bill, I was particularly struggling with ones that would let me set the max floor temp sensor low enough when I was comparing the spec sheets a few years back.




  • That’s annoying! I’m using Graphene and I just installed KDE Connect from F-Droid to test, which didn’t trigger, however it did bounce me for using Heliboard. Changing to default keyboard and reloading worked, ie it can only see my currently active one.

    Using Shelter to set up a second profile, or the new Private Space feature on 15 may help provide isolation.

    Halifax/ Bank of Scotland/ Lloyds does an integrity check that rejects Graphene or LineageOS phones completely.






  • I’ve been transitioning over the last week or so, on a new 8 pro,which is the same dimensions as the 4.5 year old Samsung it replaced.

    So far, I have two banking apps from the same UK provider that don’t work due to them checking the same flags as Google Pay (12 other banking apps I have work fine), one parking payment app that doesn’t work and I’ve been told uber has started to be glitchy with their latest update.

    The work around for all of those (apart from Google Pay) is use them via the web browser where they are fine.


  • doogstartoSelfhosted@lemmy.world*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    6
    ·
    1 year ago

    Do you use docker for anything else self hosted? You should give it a try. I literally had not heard of grocy till I read your post but I self host other things with docker. I googled them, visited their github looked at their docker instructions - theirs downloading a docker compose file and lsio’s which gave a run option rather than compose.

    I pulled up an ssh to my server from my phone and literally entered the run command from here just modified to have my preferred storage path.

    docker run -d \
      --name=grocy \
      -e PUID=1000 \
      -e PGID=1000 \
      -e TZ=Etc/UTC \
      -p 9283:80 \
      -v ~/.config/grocy:/config \
      --restart unless-stopped \
      lscr.io/linuxserver/grocy:latest```
    
    I then opened my browser to http://ip:9283 and was prompted with a username and password. I googled and found out the default is admin/admin. I now have grocy temporarily running on my server. If I want to run it permanently I'd include it in my existing docker-compose stack or create a new one with just it in it. 
    
    I understand it's frustrating and you may not want to use grocy after all and someone might have a good alternative, but getting to terms with docker will make your self hosting life much easier - it took me longer to type this post than it took me to get grocy up and running with docker.


Moderates