Homatics Box R 4K Plus

I just took one 38kHz IR receiver diode from one old project (TSOP38238).

1 Like

This is a good feature, is there any progress?

Hi, I was long time out. Please last time I ised image with lan problem solved but dont have now nothing updates. So may question is is new nigthly ce21 version without lan network issues? Thank you this version image I have now installed
21.0-Omega_devel_vpeter

Why don’t you update and check yourself? And you will see probably it is solved. But only you can confirm that.

@vpeter

I have tried to make a little add-on for Knight rider kit mode … But it don’t work . Can you take a short look on it ? Maybe it’s totally garbage…

How can I send you the add-on.zip ?

Upload it to https://wetransfer.com/ or some other free place?

Yeah. I can try it myself but also I can ask here,no? This lan network issue was other users too or only me?

Sure you can. But to give you the answer someone would first need to browse back to find out which device you have. Which I will not do. Changes are made daily so first try last image which exists. And if it doesn’t work let us know to investigate again.

Bluetooth acts wonky after coming out of suspend. Creating suspend/resume script seems to automate things.

cd .config 
mkdir -p sleep.d
cd sleep.d
nano restart_bluetooth.power
!/bin/sh
case "$1" in 
  pre)
    # do something on suspend
    systemctl stop bluetooth
    bluetoothctl power off
    ;;
  post)
    # do something on resume
    sleep 5
    systemctl restart bluetooth 
    ;;
esac

Maybe systemctl stop bluetooth before bluetoothctl would be useful too?

1 Like

How come suspend/resume working for me without the script?

It works. But after resume you probably don’t have /flash mounted anymore. Check with command after resume

mount

/flash is mounted

dmesg
http://ix.io/4vEV

mount
http://ix.io/4vEZ

Is B21 Remote Volume control (over Bluetooth to CEC) being worked on? Any chance this will be fixed?

What is to fix? I see volume changed in Kodi (at least I see top indicator). All good then?

I’m not seeing it communicate over CEC with LG and Sony TVs? I haven’t tested a nightly in a few days though if something was changed.

Why would communicate over CEC? It does local control of the device.

Your point is valid… is this an issue with CoreELEC then that’s unrelated to the B21 remote? CoreELEC should be sending CEC commands for volume control.

Looks like when booting from USB 2.0 port suspend/resume works better and stick is not remounted.

When booting from USB 3.0 port stick is remounted after resume with new name (sda1 → sdb1).

I use the usb 3.0 port and set the power saving menu to suspend after 2 hours. When I used the cec menu to enter suspend when tv is powered off, on resume sda1 is sdb1.