lrybak / hassio-owserver

Provides the owserver instance to read 1-Wire devices over DS2480B-based bus master serial device
MIT License
13 stars 10 forks source link

Setup in HAos for (2) HA7net device(s) #28

Closed dim6003 closed 1 month ago

dim6003 commented 1 month ago

Hi,

New to HA, willing to reuse existing hardware, including (2) 1wire network(s), managed by (2) HA7net devices. For now, trying to connect only one of these (1 step at a time!). Installed the HA addon, trying to configure it. My conf.yaml is currently : owhttpd: true device: owserver device_type: ha7net ha7net_server: 192.168.0.250 temperature_scale: Celsius but I get the following error message : Échec de l'enregistrement de la configuration du module complémentaire, Device 'owserver' does not exist in owserver (1-wire) (bd5a478a_owserver). Got {'owhttpd': True, 'device': 'owserver', 'device_type': 'ha7net', 'ha7net_server': '192.168.0.250', 'temperature_scale': 'Celsius'}

If I remove the device: owserver part, it complains it is missing... Any help greatly appreciated!

dim6003 commented 1 month ago

ok, got it, I just had to specify device: /dev/null

Now, how do I configure simultaneously the second HA7Net (just a different IP) ? Thanks.

lrybak commented 1 month ago

Glad you solve it!

dim6003 commented 1 month ago

Well, I didn't solve the 2 clients part 😉