liudger / BSB-LAN-Component-for-Home-Assistant

BSB-LAN Component for Home Assistant
https://home-assistant.io/
Apache License 2.0
3 stars 3 forks source link

Support Multiple Devices #6

Open florianrenner opened 4 years ago

florianrenner commented 4 years ago

a support for multiple heating systems connected to LPB Bus would be great!

URL-Parameter: /Px,y,z Reference: documentation chapter 15.3 http:///P<x,y,z>

otherwise you would need 1 device per heating system although they are all connected/linked to each other

liudger commented 4 years ago

Hi Florian,

I never noticed the message 🤦‍♂ . I am not sure what you are referring too? I am currently redoing my whole home-assistant integration. It's currently not compatible with the latest HA version and also it needs to talk to bsb-lan board using a python lib.

So if you can explain the exact request I'll add it as a request on the library. I think It needs to implement it on the library what you are asking?

liudger commented 4 years ago

Looked into this in the manual. The python library is talking to BSB-Lan using json via http post request. So I am not using the other way to talk to the BSB-Lan yet. Maybe I am going to implement this in later stadium. But what I see is that you can set the divide to the other state and than just communicate with it using http post request? Or am I reading it wrong? The part isn't translated to English yet ;)