Running OH3.2 via latest OpenHABian on a Pi4
I have been having a few issues with Alexa controlling lights since the last OH3.2 update… Voice notifications of doors opening etc. have been fine, but all my OH controlled devices are showing as unresponsive via Alexa… They all work fine via the OH app on my phone though.
After a bunch of digging, I think it’s because my zram was full, i.e. logs had loads of debug (not back to default) that were not getting updated even though time-stamp was changing. I have expanded their size and restarted everything. Things now seem to be back working… but…
-
Does that sound right, is the Alexa bit alone likely to stop because of full zram (for logs etc.) or has the restart alone sorted it and the zram bit was simply a red herring?
-
I did have zram0, zram1 and zram 2… since changing the sizes in
/etc/ztab
I now also have zram3, zram4 and zram5 with the larger sizes showing (viazramctl --output-all
)… did I miss something or get the config wrong? Does it matter? How to tidy? -
Been looking to move to the latest Alexa item config syntax… Do I simply add
{alexa="Light"}
to all my dimmers and {alexa=“Switch”} to the switches (give or take) in the default items file? That seems to stop everything working (both alexa and OH app). Do I remove the["Ligthing"]
and["Switchable"]
tags or do they remain? e.g.:
`Dimmer zwave_lights_lounge_table "Living Room Table" (gLoungeLights) {alexa="Light"} ["Lighting"] { channel="zwave:device:1234abc8:node7:switch_dimmer1" }`
Still learning, so any quick pointers appreciated.
Andy…