zarch1972

Results 28 comments of zarch1972

this is how myenergi tackle it with all the elements on the outside. This is showing when my battery is 100% full, so everything is going back to the grid....

Here's another screengrab, this time when the battery is charging. You can use your imagination to visualise power coming off the battery with arrows and flows going the other way...

Thanks for all the hard work guys in updating these Arotherm values. I'm new to ebusd and it's taken DAYS to find this thread. :-) I've got 5kW Arotherm Plus...

Thanks for the replies. To add, it's not only on hot water that there were problems. But heating also. You can see all these off/on cycles here. These are causing...

Glad to see it is not just me. _Can anyone confirm what older image is working?_ I was running 23.1 with no problems prior to upgrading @jayis007

I'm currently tweeting an image and text using v1 ``` media_id_data=api.media_upload('to_be_tweeted.png') media_id=str(media_id_data.media_id) with open('tweet_text.txt','r') as f: response=client.create_tweet(text=f.read(), media_ids=[media_id]) ``` But as per the other requests, we are up against the...

I'm currently tweeting an image and text using v1 ``` media_id_data=api.media_upload('to_be_tweeted.png') media_id=str(media_id_data.media_id) with open('tweet_text.txt','r') as f: response=client.create_tweet(text=f.read(), media_ids=[media_id]) ``` But as per the other requests, we are up against the...

Apologies for being a bit stupid, but can someone help me use this 'hack' please? At the moment I ``` import tweepy from tweepy import API ``` Then I use...

Apologies for being a bit stupid, but can someone help me use this 'hack' please? At the moment I ``` import tweepy from tweepy import API ``` Then I use...

Thanks @dhjw , appreciate you taking the time to reply I will give it a go. Only 10 days until the supposed v1 API switch off now.