Hello
I’m taking a look at openHAB this week hoping to replace my old out of date Mac solution. I’m stuck at the moment and not sure what to do next. Any help would be appreciated.
openHab 2.4.0.1
Hue Emulation
Insteon PLM
paper UI
PowerLinc V2 USB 2414U
2476S
2476D
Was able to get Alexa to discover a switch and dimmer ( after a lot of trial & error ).
Telling “Alexa turn on front door light” does NOT turn on the front door light.
events.log
2019-12-13 15:57:14.398 [ome.event.ItemCommandEvent] - Item ‘frontdoor’ received command ON
2019-12-13 15:57:14.434 [vent.ItemStateChangedEvent] - frontdoor changed from OFF to ON
openhab.log
2019-12-13 15:57:14.398 [INFO ] [g.insteonplm.InsteonPLMActiveBinding] - Item: frontdoor got command ON
2019-12-13 15:57:14.417 [INFO ] [onplm.internal.device.CommandHandler] - LightOnOffCommandHandler: sent msg to switch xx.xx.xx to on
2019-12-13 15:57:14.421 [INFO ] [onplm.internal.device.CommandHandler] - Sending message to xx.xx.xx
Also seen in the log
2019-12-13 15:57:25.845 [INFO ] [g.insteonplm.InsteonPLMActiveBinding] - devices: 2 configured, 0 polling, msgs received: 0
2019-12-13 15:59:26.073 [WARN ] [onplm.internal.device.ModemDBBuilder] - modem database download unsuccessful, restarting!
hueemulation.confg
createNewUserOnEveryEndpoint=B"false"
discoveryHttpPort=“80”
discoveryIp=“xxx.xxx.xxx.xxx”
pairingEnabled=B"false"
pairingTimeout=“120”
restrictToTagsColorLights=“ColorLighting”
restrictToTagsSwitches=“Switchable”
restrictToTagsWhiteLights=“Lighting,Switchable”
service.pid=“org.openhab.hueemulation”
insteonplm.config
modem_db_retry_timeout=“240000”
poll_interval=“300000”
port_0="/dev/ttyAMA0"
refresh=“600000”
service.pid=“org.openhab.insteonplm”
Attempted to use insteon-terminal to see what I could see but it hung at modem.getdb()
Copied the following switch2477D.py dimmer2477D.py modem2413U.py and renamed to switch2477D.py dimmer2476D.py modem2414U.py. Made minor edits in files to rename correct device.
Have no idea if insteon-teminal or insteonPLM supports 76D 76S or 14U.