Hi,
I am now a bit lost and need some help. Newbie with Domoticz.
My current setup is following:
Synology 216j NAS
admin@xxxNAS:~$ uname -m
armv7l
admin@xxxNAS:~$ cat /proc/cpuinfo
processor : 0
model name : ARMv7 Processor rev 1 (v7l)
BogoMIPS : 2131.55
Features : swp half thumb fastmult vfp edsp neon vfpv3 tls
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x4
CPU part : 0xc09
CPU revision : 1
processor : 1
model name : ARMv7 Processor rev 1 (v7l)
BogoMIPS : 2125.00
Features : swp half thumb fastmult vfp edsp neon vfpv3 tls
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x4
CPU part : 0xc09
CPU revision : 1
Hardware : Marvell Armada 380/381/382/383/384/385/388 (Device Tree)
Revision : 0000
Serial : 0000000000000000
admin@xxxNAS:~$
admin@xxxNAS:~$ more /etc.defaults/VERSION
majorversion="6"
minorversion="2"
productversion="6.2.2"
buildphase="GM"
buildnumber="24922"
smallfixnumber="4"
packing="official"
packing_id="18"
builddate="2019/10/30"
buildtime="05:23:02"
admin@xxxNAS:~$
What I would like to do is first to connect my Mitsubishi LN-25 air conditioner to Domoticz. I already installed Domoticz v4.0.10717-8 stable release then downloaded and upgraded Domoticz v4.0.11487-8. Now after the upgrade, I am in the nasty situation. Synology Control panel is showing that Beta release is running, but if I check the Domoticz logs, Stable release is the one has started. What I have done wrong?
I have also installed python 3.5.1 succesfully, but for some reason I am not able to get it working. Based on this post
https://www.domoticz.com/wiki/Using_Python_plugins I should see something like this, which is not happening.
PluginSystem: Started, Python version ‘3 .xx ‘in the log.
Python is installed:
root@xxxNAS:/volume1/@appstore/domoticz/var/plugins/domoticz-python-melcloud# python3 -V
Python 3.5.1
Executing rights should be ok:
root@xxxNAS:/volume1/@appstore/domoticz/var/plugins/domoticz-python-melcloud# ll
total 40
drwxr-xr-x 3 root root 4096 Nov 22 20:24 .
drwxr-xr-x 3 domoticz root 4096 Nov 22 20:24 ..
drwxr-xr-x 8 root root 4096 Nov 22 20:24 .git
-rwxr-xr-x 1 root root 24308 Nov 22 20:24 plugin.py
-rw-r--r-- 1 root root 27 Nov 22 20:24 README.md
Highly appreciate if someone could help me with this!