Here is an article about this change: https://arstechnica.com/gadgets/2018/12/logitech-firmware-update-breaks-locally-controlled-harmony-hub-systems/ Currently, Rollback or IFTTT :roll: edit: Logitech understood us :D https://community.logitech.com/s/question/0D55A00008D4bZ4SAJ/harmony-hub-firmware ...
Someone should adapt the script by using data from other sources, and use domoticz virtual sensors whenever possible, why try to get data from WU or Accu or DarkSky as they're all included in domoticz, script would be more simple and concentrate on maths and not API calls: pressure read from weather ...
I think that the function os.capture doesn't collect the array daily.data[x] for some reason.
same problem occurs with icon =jsonValeur.daily.data1.icon and summary =jsonValeur.daily.data1.summary
Mhouse (like former moovo) is the DIY brand from the excellent italian "Nice" company. they have excellent gate and garage openers but they're rolling code is proprietary. Please also note that the TBus used to connect sensors and so on is also proprietary. You can find official GTX4 remote for 20 ...
I've currently achieved the 3 following value reading: -On or Off (dummy switch) -Volume (dummy Sound Level) -Input (dummy text) it's a loop running 30 times with 10 seconds sleep. So I start it every 5 min in CRON */5 * * * * /home/pi/domoticz/scripts/YamahaRXV.py >/dev/null 2>&1 This avoid to ...