question

mfred68 avatar image
mfred68 asked

Can Google hub display victron data

I have a Google hub screen conveniently located in my kitchen, and I'm wondering if it can be made to display victron data, like the cerbo screen does?

It would be great if I could say 'hey google, show battery status" and it displays it.

Is this possible, has it been done?

victron community
2 |3000

Up to 8 attachments (including images) can be used with a maximum of 190.8 MiB each and 286.6 MiB total.

1 Answer
matt1309 avatar image
matt1309 answered ·

Hi @mfred68.


I've not tested this but pretty sure it would work. You could write node red support to get cerbo data to Google home. Imagine there's nodes for it however using home assistant or openhab as an intermiary system as integrating those system into google will be much easier.


Only down side is Google home support these device types. So you might have to fudge it. ie have battery setup as a dimmer or some other % based device. If there isn't a battery device type. (I couldn't spot one)


https://developers.home.google.com/cloud-to-cloud/guides

2 comments
2 |3000

Up to 8 attachments (including images) can be used with a maximum of 190.8 MiB each and 286.6 MiB total.

mfred68 avatar image mfred68 commented ·
It's good to know it could be done, but what's "node red support " can you possibly explain how I go about doing this?
0 Likes 0 ·
matt1309 avatar image matt1309 commented ·

HI @mfred68


Node-RED is a flow-based, low-code development tool, it can be installed on cerbo devices. This is explained in a fair bit of detail here:

https://www.victronenergy.com/live/venus-os:large


You can use node red to write all sorts of automations. Node red has "nodes" (think of them like libraries or addons). Victron nodes are installed by default so you can access victron data in node red. You could then install a google home node to send the victron data to google home. (I've never tried this but i imagine it's doable).


The only limitation is the type of devices google supports. Like in this link there isn't a battery device so you might have to repurpose something else which wont be as flawless. ie you send battery data to a dimmer switch device on google side, so it'll still give you percentages just have to make sure you never accidentally change the values via speaking to google (this wont do anything on solar side but will leave the google percentage as wrong until node red next sends the correct info again).


https://developers.home.google.com/cloud-to-cloud/guides



0 Likes 0 ·

Related Resources

Additional resources still need to be added for this topic