Search found 36 matches

by Akerboom
Sunday 01 December 2024 13:01
Forum: Python
Topic: Python Plugin: Domoticz-TinyTUYA-Plugin (Cloud)
Replies: 226
Views: 78014

Re: Python Plugin: Domoticz-TinyTUYA-Plugin (Cloud)

Please help. I deleted a TUYA device in Domoticz and got an error: Error: TinyTUYA: handleThread: Device not found in Domoticz! Has the device been removed, or is the "Accept New Hardware" option not enabled? line 2324 Tried to delete the plugin in Domoticz Hardware and reinstall with a diffent ...
by Akerboom
Thursday 28 November 2024 9:55
Forum: Python
Topic: Python Plugin: Domoticz-TinyTUYA-Plugin (Cloud)
Replies: 226
Views: 78014

Re: Python Plugin: Domoticz-TinyTUYA-Plugin (Cloud)

Please help. I deleted a TUYA device in Domoticz and got an error: Error: TinyTUYA: handleThread: Device not found in Domoticz! Has the device been removed, or is the "Accept New Hardware" option not enabled? line 2324 Tried to delete the plugin in Domoticz Hardware and reinstall with a diffent name ...
by Akerboom
Friday 12 June 2020 15:09
Forum: dzVents
Topic: Upload gas usage to mindergas.nl [Solved]
Replies: 51
Views: 12115

Re: Upload gas usage to mindergas.nl [Solved]

thanks for the script! :)
by Akerboom
Monday 11 June 2018 23:06
Forum: Speech & Voice Systems
Topic: Controlicz - Domoticz to Google Home/Assistant integration
Replies: 2277
Views: 510449

Re: Controlicz - Domoticz to Google Home/Assistant integration

NeoMod wrote: Sunday 10 June 2018 16:55
Hi Akerboom, by “resetting the language” you mean the procedure that I tried at point (1) ? If so try also the procedure in (2), maybe it will help getting, back full access.
In just switched languages from Dutch to English. Don't know if it was part of my solution.
by Akerboom
Friday 08 June 2018 8:54
Forum: Speech & Voice Systems
Topic: Controlicz - Domoticz to Google Home/Assistant integration
Replies: 2277
Views: 510449

Re: Controlicz - Domoticz to Google Home/Assistant integration

My "Home Control" menu was gone as well. Resetting the language to English (US) and "hey Google, sync my devices" got the menu back. Still got the "Sorry I can't reach Controlicz" message when switching devices though. Had to unlink and relink Controlicz in Google assistent. Now all is good again 👍
by Akerboom
Sunday 13 May 2018 22:50
Forum: dzVents
Topic: EventSystem reset at midnight
Replies: 6
Views: 1103

Re: EventSystem reset at midnight

All my old scripting is now ported to dzVents, status-logging the bare minimal and started to notice it.

But I guess you're right :) dzVents is a thing of beauty btw. loving it! Bedankt :)
by Akerboom
Sunday 13 May 2018 21:45
Forum: dzVents
Topic: EventSystem reset at midnight
Replies: 6
Views: 1103

Re: EventSystem reset at midnight

It's regenerating dzVents scripts unnecessary and polluting my logs :geek:
by Akerboom
Sunday 13 May 2018 9:39
Forum: dzVents
Topic: EventSystem reset at midnight
Replies: 6
Views: 1103

EventSystem reset at midnight

Why is the EventSystem reset at midnight, and all scripts regenerated? Is this related to dzVents or Domoticz in general? 2018-05-13 00:00:01.775 Sunrise: 05:51:00 SunSet: 21:26:00 2018-05-13 00:00:01.776 Day length: 15:35:00 Sun at south: 13:05:00 2018-05-13 00:00:01.776 Civil twilight start: 05:09 ...
by Akerboom
Tuesday 08 May 2018 21:34
Forum: dzVents
Topic: Error /scripts/dzVents/runtime/EventHelpers.lua:69
Replies: 5
Views: 1230

Re: Error /scripts/dzVents/runtime/EventHelpers.lua:69

@dannybloe: Ah, I thought it was his own table of some kind but I now see it's the 'special kind of persistent variables: history = true (Historical variables API)' my bad.

Linenumber 69 is now commented so I guess updating to the latest beta could resolve the issue.
by Akerboom
Monday 07 May 2018 22:56
Forum: dzVents
Topic: Error /scripts/dzVents/runtime/EventHelpers.lua:69
Replies: 5
Views: 1230

Re: Error /scripts/dzVents/runtime/EventHelpers.lua:69

TS wants a table as initial value... it's supported by dzVents, so why not?
by Akerboom
Wednesday 02 May 2018 20:10
Forum: dzVents
Topic: Error /scripts/dzVents/runtime/EventHelpers.lua:69
Replies: 5
Views: 1230

Re: Error /scripts/dzVents/runtime/EventHelpers.lua:69

This part: data = { temperatureReadings = { history = true, maxItems = SMOOTH_FACTOR } }, should be: data = { temperatureReadings = { initial = { history = true, maxItems = SMOOTH_FACTOR } } }, see: https://www.domoticz.com/wiki/DzVents:_next_generation_LUA_scripting#Script_level_persistent_variables
by Akerboom
Tuesday 01 May 2018 21:23
Forum: Speech & Voice Systems
Topic: Controlicz - Domoticz to Google Home/Assistant integration
Replies: 2277
Views: 510449

Re: Controlicz - Domoticz to Google Home/Assistant integration

Google now allow you to leave a review, as well as rate Controlicz. Please feel free to leave me a review, and if the person who rated it 1* could say why it was so poor, it would be helpful! Only found https://assistant.google.com/services/a/uid/0000007068b18ba2?hl=en-US which shows a rating of ...
by Akerboom
Tuesday 01 May 2018 21:15
Forum: Speech & Voice Systems
Topic: Controlicz - Domoticz to Google Home/Assistant integration
Replies: 2277
Views: 510449

Re: Controlicz - Domoticz to Google Home/Assistant integration

woody4165 wrote: Tuesday 01 May 2018 20:30 Can you tell me the command to sync the devices?
'sync my devices' as command to the assistant
by Akerboom
Sunday 29 April 2018 17:22
Forum: Speech & Voice Systems
Topic: Controlicz - Domoticz to Google Home/Assistant integration
Replies: 2277
Views: 510449

Re: Controlicz - Domoticz to Google Home/Assistant integration

Madgeni wrote: Sunday 29 April 2018 16:37 Data should be available in your Profile now also
check, confirmed! thx
by Akerboom
Sunday 29 April 2018 16:14
Forum: Speech & Voice Systems
Topic: Controlicz - Domoticz to Google Home/Assistant integration
Replies: 2277
Views: 510449

Re: Controlicz - Domoticz to Google Home/Assistant integration

Madgeni wrote: Sunday 29 April 2018 15:56 try now
Awesome, working: lights show up in Google Assistant and can be controlled!

(The table in https://www.controlicz.com/profiledevs still shows an empty Google/Alexa column though)
by Akerboom
Sunday 29 April 2018 15:43
Forum: Speech & Voice Systems
Topic: Controlicz - Domoticz to Google Home/Assistant integration
Replies: 2277
Views: 510449

Re: Controlicz - Domoticz to Google Home/Assistant integration

They should be lights, yes:
Screenshot 2018-04-29 at 15.41.12.png
Screenshot 2018-04-29 at 15.41.12.png (31.54 KiB) Viewed 2475 times
Type: Color Switch - SubType: RGB - Added as: On/Off, so I like it as On/Off in Controlicz aswell
by Akerboom
Sunday 29 April 2018 15:21
Forum: Speech & Voice Systems
Topic: Controlicz - Domoticz to Google Home/Assistant integration
Replies: 2277
Views: 510449

Re: Controlicz - Domoticz to Google Home/Assistant integration

Screenshot 2018-04-29 at 15.16.43.png
Screenshot 2018-04-29 at 15.16.43.png (19.46 KiB) Viewed 5734 times
I can't control 'Lamp Schuur' and 'Spot Zolder'. Please help :)
by Akerboom
Thursday 26 April 2018 21:50
Forum: Speech & Voice Systems
Topic: Controlicz - Domoticz to Google Home/Assistant integration
Replies: 2277
Views: 510449

Re: Controlicz - Domoticz to Google Home/Assistant integration

Awesome work on the new site! Had to hack my own login by enterin in the browser console: document.getElementsByTagName('form')[0].submit(); because my username doesn't include a @ warming I got. New users all have a email address as login I suppose... Now I see two of my devices as: 'Color Switch ...
by Akerboom
Saturday 21 April 2018 9:59
Forum: Speech & Voice Systems
Topic: Controlicz - Domoticz to Google Home/Assistant integration
Replies: 2277
Views: 510449

Re: Controlicz - Domoticz to Google Home/Assistant integration

@Madgeni: I added my MiLights as On/Off devices instead of Dimmers (because I don't use the dimmer functions). But if I do that, they are not synced. Is this a feature?
by Akerboom
Tuesday 17 April 2018 16:00
Forum: Speech & Voice Systems
Topic: Controlicz - Domoticz to Google Home/Assistant integration
Replies: 2277
Views: 510449

Re: Controlicz - Domoticz to Google Home/Assistant integration

<cut> tl;dr - Web services using REST shouldn't use cookie-based sessions; This would involve effort for minimal return; negative effect on my AWS bill I understand your concern with the way Domoticz' API works and also that the effort from your end renders minimal return. I don't understand the ...