tobof / openhab-addons

The next-generation open Home Automation Bus (openHAB)
Eclipse Public License 2.0
39 stars 30 forks source link

Arduino is restarting after connects to gateway #136

Closed SchmidtDawid closed 4 years ago

SchmidtDawid commented 4 years ago

Arduino is restarting after connects to gateway. It means if I restart openhab, or even update gateway thing settings. Arduino is restarting. How to keep arduino on?

I tried all setting on and off but i nothing changes.

tobof commented 4 years ago

Are you using a serial gateway? In that case this behaviour is intended by the MySensors library, issn't it? The binding only supports a hard reset via DTR line (if supported) and this is disabled by default. Why is that a problem?

SchmidtDawid commented 4 years ago

It is a problem, becouse i have to connect computers to relays. If someday server or OH service will restart by any reason, my copmuters will turn off too. I'll try to avoid it in future. Yes i am using Serial Gateway. I disabled all options with reseting. Even turn off sanity check but it changes nothing.

I tried fing soultion on Mysensors forum but it seeme they don,t know how to help too ;). I wrote all my config there: https://forum.mysensors.org/topic/10791/loosing-relays-state-after-oh-restart/3

tobof commented 4 years ago

Well, as I said, this is (afaik) intented behaviour by MySensors. I will close this issue, as I don't see a way to solve your problem within the binding. But I've some other ideas and will answer to the thread you mentioned.

SchmidtDawid commented 4 years ago

Ok. Thank you :)