JohnvandeVrugt / toonapilib4domoticz

A simple toonapilib based python plugin for domoticz
MIT License
7 stars 6 forks source link

solar panels #11

Open bjbaerken opened 5 years ago

bjbaerken commented 5 years ago

Could you add the solar panels? now I see the P1 (what I get from the net and deliver from the net) information but not the production of the solar panels.

rene2716 commented 5 years ago

Hi,

true, value is there in the p1 reading str(self.my_toon.power.value) + ";" + str(self.my_toon.solar.value) maybe its poosible to get a seperate device for this value?

greetings René

Op ma 18 mrt. 2019 om 12:43 schreef bjbaerken notifications@github.com:

Could you add the solar panels? now I see the P1 (what I get from the net and deliver from the net) information but not the production of the solar panels.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/JohnvandeVrugt/toonapilib4domoticz/issues/11, or mute the thread https://github.com/notifications/unsubscribe-auth/AmzQS44zi53mdFA1JluQrGqslbOlu9BIks5vX3vygaJpZM4b5lGN .

bjbaerken commented 5 years ago

I have seen that there are 6 values. Domoticz ony uses the first 4. (production 1,production 2, deliver1, deliver2) the solution I believe is to create 2 new devices for self.my_toon.power.value and self.my_toon.solar.value.