I noticed https://github.com/domoticz/domoticz/co ... 6a1cd58dc2, that the flash possibility for RFXtrx433E has been removed and in order to upgrade the RFXCom device, you have to use RFXflash Programmer software.
I assume, that (like me) many users has their RFXCom device installed in a remote place, e.g. their metering cabinet.
They will probably also use the P1 Smart meter and so the metering cabinet is the most suitable place and the RFXCom is installed there as well.
I know that newer RFXCom devices should not be flashed with Domoticz, but older devices, like RFXtrx433E can be flashed with Domoticz.
I have no idea, if updates has been planned for those devices, but if so, you have to physically remove the device, find a Windows PC, run RFXflash.exe and put it back. What a unnecessary hassle!
In the manual of the RFXCom you can find in Chapter 4 how to run RFXflash.exeon Linux under Mono.
I followed the steps there.
Code: Select all
sudo apt install mono-runtime
Code: Select all
sudo apt install libmono-microsoft-visualbasic8.0-cil
But version 10.0 was availableReading state information... Done
E: Unable to locate package libmono-microsoft-visualbasic8.0-cil
E: Couldn't find any package by glob 'libmono-microsoft-visualbasic8.0-cil'
E: Couldn't find any package by regex 'libmono-microsoft-visualbasic8.0-cil'
Code: Select all
sudo apt install libmono-microsoft-visualbasic10.0-cil
Running:
Code: Select all
sudo mono RFXflash.exe
Followed by a lot of error messages.WARNING: The runtime version supported by this application is unavailable.
Using default runtime: v4.0.30319
Unhandled Exception:
Again it seems that users of an existing product (RFXtrx433E and older) are left behind after the issue with armv6.
At least, I believe it has not been discussed by @gizmocuz and @ b_weijenberg.
If you take out the support for a product, you should introduce an alternative.
Regards