Search found 6 matches

by swejmansson
Wednesday 19 January 2022 15:00
Forum: Speech & Voice Systems
Topic: Is there a way to "broadcast" notifications to Google Home devices?
Replies: 13
Views: 3233

Re: Is there a way to "broadcast" notifications to Google Home devices?

I dont think domoticz support that natively like HA. Personally I use for a long time relay assistant written for node js https://greghesp.github.io/assistant-relay/docs/introduction/ . It exposes the google assistant as a REST Api so from domoticz you have only to make an openurl with the relevant ...
by swejmansson
Wednesday 19 January 2022 14:30
Forum: dzVents
Topic: Washing machine cost after running a load [Solved]
Replies: 8
Views: 2137

Re: Washing machine cost after running a load [Solved]

Found this topic and it was kind of what I was looking for. I re-used it, changed and updated it with some more features to fit my needs.
Thanks for sharing Ragdag :)

I posted my script here: viewtopic.php?f=72&t=37844
by swejmansson
Wednesday 19 January 2022 14:24
Forum: Examples & Solutions
Topic: HowTo: Notification with duration, power usage and total cost when domestic machine starts/stops
Replies: 0
Views: 2231

HowTo: Notification with duration, power usage and total cost when domestic machine starts/stops

Hi, With the increasing electricity prices you get creative. Quite happy with what I have put together and would like to share it with you. Hope you get some use of it :D I wanted to get notification when a domestic machine like a dishwasher is finnished. The notification have to include duration ...
by swejmansson
Sunday 28 November 2021 12:17
Forum: Speech & Voice Systems
Topic: Is there a way to "broadcast" notifications to Google Home devices?
Replies: 13
Views: 3233

Is there a way to "broadcast" notifications to Google Home devices?

I would like to send out notifications in my home by using the google home "broadcast-feature". When you tell google home "Broadcast....the dishwasher is done" it will be sent out to all devices. If music is playing it will be turned down during the message and then resume. This is what I would like ...
by swejmansson
Tuesday 12 February 2019 20:42
Forum: Python
Topic: Python Plugin: Shelly MQTT
Replies: 504
Views: 114709

Re: Python Plugin: Shelly MQTT

Looks like that something at the Init section is not working well, as plugin related messages comes after "Entering work loop". mqtt.py was changed last time, with one new parameter, can be a problem if an old mqtt.py located near plugin.py. In 0.3.2 i've added more exception handling to throw some ...
by swejmansson
Monday 11 February 2019 23:01
Forum: Python
Topic: Python Plugin: Shelly MQTT
Replies: 504
Views: 114709

Re: Python Plugin: Shelly MQTT

Hi, Installed a Shelly 2 yesterday and got it connected to my mosquitto broker running on Pi3(same as Domoticz). Subscribed with another client to verify.... I have installed the plugin and configured it but as soon as i start/enable it Domoticz will stop. Running latest stable Domoticz and a ...