[BTicino/OpenWebNet] New openHAB2 binding ready for testing

version 9b2
I know it’s just a warning, but i regurlarly check the log and try to eliminate errors and warnings

Thanks Jpcolin!
I use 9b2 with the Homeserver1 and BTicino binding 1 with LN4890. For this one I’m waiting the implementation of the central unit 3550 to pass as I need for temperature scenarios. But I would love to, also for the power management.

Homeserver1 is quite blocked. I can’t even access with the Openwebnet app, have still to check it. BTicino wants to control everything with their app, fortunately they haven’t blocked MyHomesuite.

But rules are working with 9b2 binding, the binding is also more stable compared to BTicino 1, but with that I have much more rules and things. I don’t know why Federico you can’t access with Google Home

State of lights are updated as soon as lights change state (and a message on the BUS is sent).
I am not sure I understand your question… Please explain better what is not working for you and what you would expect to happen.

Massi

@jpcolin, @Tommyshome, @gozilla01
Frames like this (command translation) should be supported for lights and automation since beta9-1.
This is a regression.
It will fixed again in 2.5.0-M2 (see #29)

@gozilla01: version 9b2
@MoriFede: since you have a MHserver1, i have a question, did you have a firmware update to enable Alexa/goole home?
I was at ISE Amsterdam and they anounced Alexa and Google will be officialy supported via the MHserver1 natively.

Hi,

i have update to the newest snapshot build
the command

feature:install esh-io-transport-upnp
Error executing command: No matching features for esh-io-transport-upnp/0

Anyone else has this symptom? So the binding isn’t working

bg Patrick

I tried to update OH 2.5.0.snapshot , I had problems. In the end I gave up and returned to the OH 2.4.0

I had no problems with this command

Hello Stefan,
Sorry for the late response.
After a reboot, the error is gone.
Regards
Arnaud

hi patrick,

i had similar problems with “openhab-transport-serial” and "esh-io-transport-upnp
"
they did not work, when tried to install or remove them i received an error.

tried with clear cache like this did not work:

sudo /bin/systemctl stop openhab2.service
sudo openhab-cli clean-cache
sudo /bin/systemctl start openhab2.service

don´t know why but for me at last worked to clear the cache with this command:

sudo service openhab2 stop && sudo rm -rf /var/lib/openhab2/cache/* && sudo rm -rf /var/lib/openhab2/tmp/* && sudo reboot

after the reboot i was able to install the two features again.

best, stefan

Hi,
i have tested both way and it doesn’t works for me :frowning:
bg

With OH 2.5.0 there are too many changes in progress, it is better to wait

Hello,
For information, I contacted legrand’s professional relations department to inform them of the MyHome server1 problem.
They asked me to send them the screenshot with the error.
I hope the mistake will be corrected soon.
Regards
Arnaud

So i have done a new installation :slight_smile: and a stay at stable openhabian 2.4 :slight_smile:

excellent

Maybe you can tune the logging of the binding a bit?
In Discovery of unsupported devices filling up log @gozilla01 had some issues with this.
Bindings that are already part of openHAB follow these logging guidelines.

Perhaps, are you referring to this other discussion?

Yes that’s why I linked to it in my second line :slight_smile:

Sorry, you’re right

Hallo,
Here you are the new OpenWebNet binding release: 2.5.0-M2 which also includes the enhancements released in January (2.5.0-M1) (I did not advertise it to all).
The binding now follows the openHAB milestone release scheme and is attached to the openHAB 2.5.0 dev branch.

Improvements

This releases brings gateway automatic discovery and some bug-fixes:

  • [FIX #28] automatic discovery of BUS gateways is now supported
    • gateway model, firmwareVersion and serialNumber are read from UPnP discovery
  • [FIX #29] Fixed (again) Automation command translation (1000#)
  • [FIX #39] Energy Meter subscription (every 10min)
  • [FIX] corrected deviceWhere address management for ZigBee devices and discovery of ON_OFF_SWITCH_2UNITS
  • [FIX #54] CEN scenarios are now detected when activated from Touchscreens (added PRESSURE>RELEASE schedule)
  • [FIX #56] Thermostat Cannot set setpoint temperature (now WHERE=N is first used, then WHERE=#N if it fails)
  • [FIX #59] added discoverByActivation parameter (optional) to BUS gateway
  • [FIX #4] added support for BTicino movement sensors (like AM5658 Green Switch)
  • added Switchable tag to shutter channel
  • updated to openHAB 2.5.0 dev branch

I also added a new FAQ section to the README.

This is a demo of the gateway automatic discovery:

bridge_discovery480

IMPORTANT
If you have multiple gateways in your BUS systems that support UPnP discovery, they will all be discovered and put in Inbox, but only one gateway at a time should be selected/configured and used with openHAB to avoid duplicate items and confusion in things/item configuration.

Installation and Upgrade

This binding version is compatible with openHAB 2.3 and later.
To install/upgrade to the new version of the binding, as always CAREFULLY follow the instructions in the README.

JAR File: https://github.com/mvalla/openhab2-addons/releases/download/own-2.5.0.M2/org.openhab.binding.openwebnet-2.5.0-M2.jar

Ciao!
MASSI

Massimo, thank you