Search found 9 matches

by Stratos
Tuesday 30 April 2024 12:09
Forum: Temperature and Weather
Topic: Open Weather Map API migration
Replies: 22
Views: 10443

Re: Open Weather Map API migration

Have the same here, as i understand they give up the "free" part of the service. Yes, they mention that you have 1,000 API calls per day for free, but..... you have now to provide your credit card to get also the "free" subscription. At least i will not spread my credit card data due to probaply ...
by Stratos
Wednesday 19 May 2021 11:18
Forum: Switches and Scenes
Topic: Rolluik roller shutter
Replies: 6
Views: 1199

Re: Rolluik roller shutter

Im also using 6 shelly 2.5 devices for roller shutter here. Using them without any switches but using them with switches are also easy possible. For full control incl. position control they prefer simple roller shutter motors with mechanical end-switches. The implementation in domoticz is very easy ...
by Stratos
Wednesday 19 May 2021 8:02
Forum: Python
Topic: SunMoon plugin raises AlwaysUpError since two days
Replies: 9
Views: 804

Re: SunMoon plugin raises AlwaysUpError since two days

Is anyone encountering the same and maybe has a solution? I tested this plugin with your lon/lat settings on build 13266 and do not see these errors. Have you tried updating to the latest version of ephem sudo pip3 uninstall ephem sudo pip3 install ephem and to the most recent version of the plugin ...
by Stratos
Tuesday 18 May 2021 17:59
Forum: Python
Topic: SunMoon plugin raises AlwaysUpError since two days
Replies: 9
Views: 804

Re: SunMoon plugin raises AlwaysUpError since two days

Hi FireWizard, thank you for explaining, learned a bit more about it now. Hi walterlv, i can confirm that i get also no missing twilight message by entering the coordinates i wrote in text. (The SunMoon plugin errors remains) I first see the message before i changed the coordinates for testing. If i ...
by Stratos
Tuesday 18 May 2021 15:39
Forum: Python
Topic: SunMoon plugin raises AlwaysUpError since two days
Replies: 9
Views: 804

Re: SunMoon plugin raises AlwaysUpError since two days

Hi, i have restarted domoticz , rebooted the two systems. I have reentered my location in the settings tab, slightly changed the location to be sure that it is saved. My location is 52.2445 / 13.2357 (location before was 52.4125 / 13.3996 , also tested lon +-2.0 and lat +-2.0) As far as i can see ...
by Stratos
Tuesday 18 May 2021 7:08
Forum: Python
Topic: SunMoon plugin raises AlwaysUpError since two days
Replies: 9
Views: 804

SunMoon plugin raises AlwaysUpError since two days

I'm using Xorfor's Domoticz-SunMoon-Plugin for several month now witout any problems. SunMoon and pyephem are the actual versions. Since two days the log is flooded with error messages every minute: 2021-05-18 06:01:07.515 Error: (SunMoon) 'onHeartbeat' failed 'AlwaysUpError'. 2021-05-18 06:01:07 ...
by Stratos
Saturday 19 December 2020 17:24
Forum: Other questions and discussions
Topic: Push Data to InfluxDB - problem with merging "Temperature" values from different sensors
Replies: 2
Views: 400

Re: Push Data to InfluxDB - problem with merging "Temperature" values from different sensors

This should work without bothering about the name. Influxdb stores more than the names i.e. "Temperature", it comes with "idx" etc. To visualize the time series of a specific sensor you have to expand the statement in i.e. Grafana with the index of your sensor. i.e. SELECT mean("value") FROM ...
by Stratos
Friday 30 September 2016 7:13
Forum: Other questions and discussions
Topic: change log line color, is it possible (highcharts)
Replies: 1
Views: 674

Re: change log line color, is it possible (highcharts)

Hello again, is there no hint? At least a "read the forum" or "not possible" would move me forward ;) . Also a "noone needs this" or "just try to find this alone" is good. On the highcharts website i have seen an example to change the line color. ATM i'm not able to find the right place to implement ...
by Stratos
Friday 02 September 2016 15:21
Forum: Other questions and discussions
Topic: change log line color, is it possible (highcharts)
Replies: 1
Views: 674

change log line color, is it possible (highcharts)

Hello, running Domoticz since some weeks mainly to watch several temperatures and humidity in the house. Since the beginning i was confused about the log line colors ( yellow:temperature, green:humidity), i would prefer to have red:temperature , blue:humidity Have searched for a while to find a way ...