Hello all, happy new year to you.
I have had now time to migrate my old working broadlink binding 4.2 to the newst 4.3.1
for my climacontrol IR system which works since a couple of years with am RM 4 mini
First of all: IT WORKS!!! and a BIG THANKS to Anton !!!
The important information from him was, before I go and discribe (for others) how I made it, is that the items can be “re-used” for the new offical binding.
All happend on my DEV-system. The system runs under OH 4.3.1-1 on a RPI. The production and the copy of it will follow later today
- I made a backup from the active configuration and saved it twice also on a external storage
- I deleted the thing (broadlink RM4 mini) on the OH system.
- Then stopped the OH with (sudo /bin/systemctl stop openhab.service)
- Stoped ZRAM (sudo zram-config stop)
- Cleaned to OH instance (sudo openhab-cli clean-cache)
- Renamned the existing Broadlink .jav binding, that it will be not more used under (/usr/share/openhab/addons)
- Start the ZRAM (sudo zram-config start)
- Start OH (sudo /bin/systemctl start openhab.service)
- Wait for the system comes up, and all things are online again. The Broadlink thing was not more there and also the binding was also not more installed. So a clean system.
- Installed the new binding from the “add an store”. I took, the broadlink binding, which supports all the different things, NOT the binding, which supports the thermostat.
- Created a new thing Broadlink RM4 Mini, with the same old information, like the IP-Address, MAC-Adress, etc.
- Then I added to the new thing my existing two IF-commands. Here I was able to re-use the existing two channels/IF-Commands which were listed as items. (KlimaAN, KlimaAUS). This I made for the Command channel and the Remote learning channel.
- I tested the new configuration and it was working.
So an great, big applause for you Anton. Really a great job.
My target was to use in future only bindings, which are supported in future
So I need to make now to the same for the Test-system and also the PROD-system and all will be fine
THANKS again
BR
Jochen